#DBCDBB Color Information

Hex color code: #DBCDBB

A light orange shade, #DBCDBB appears as (219, 205, 187) in RGB and (34°, 31%, 80%) in HSL. It is commonly used in modern UI design.

Try:
Color NameSilver
HEX
#DBCDBB
RGB
219, 205, 187
HSL
34°, 31%, 80%
CMYK
0%, 6%, 15%, 14%

Shades

CSS Usage
color: #DBCDBB;
background-color: #DBCDBB;
border-color: #DBCDBB;
box-shadow: 0 0 10px #DBCDBB;
border: 2px solid #DBCDBB;
Tailwind Usage
bg-[#DBCDBB]
text-[#DBCDBB]
border-[#DBCDBB]
shadow-[0_0_10px_DBCDBB]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #DBCDBB, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #DBCDBB; color: #000000; }

Badge

New Feature
.badge { background-color: #DBCDBB; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #DBCDBB; background-color: #DBCDBB15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #DBCDBB20; border-left: 4px solid #DBCDBB; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #DBCDBB; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #DBCDBB in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

219, 205, 187

Red: 219 / Green: 205 / Blue: 187

HSL

34°, 31%, 80%

Hue: 34° / Saturation: 31% / Lightness: 80%

CMYK

0%, 6%, 15%, 14%

Cyan: 0% / Magenta: 6% / Yellow: 15% / Key: 14%

What color is #DBCDBB?

#DBCDBB is a orange-yellow hue associated with optimism and creativity.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DBCDBB to RGB:

rgb(219, 205, 187)HEX to RGB Converter →

HEX to HSL

Convert #DBCDBB to HSL:

hsl(34, 31%, 80%)RGB to HSL Converter →

HEX to CMYK

Convert #DBCDBB to CMYK:

cmyk(0%, 6%, 15%, 14%)Color Converter →

Color Meaning and Usage

A light orange tone, #DBCDBB has RGB (219, 205, 187) and HSL (34°, 31%, 80%). Known for evoking optimism and creativity, this orange-yellow hue is typically applied in digital products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #DBCDBB is #BCCADC, creating high-contrast pairings. For softer combinations, try analogous colors like #DCBEBC.

Use #DBCDBB in CSS: color: #DBCDBB or background-color: #DBCDBB. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #DBCDBB

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 13.46:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DBCDBB?

#DBCDBB is a light orange color - a orange-yellow hue that evokes optimism and creativity.

What is the RGB value of #DBCDBB?

#DBCDBB in RGB is (219, 205, 187) - 219 red, 205 green, and 187 blue.

How to use #DBCDBB in CSS?

Use #DBCDBB directly in your CSS properties like color or background-color.

What colors go well with #DBCDBB?

#BCCADC (complementary), #DCBEBC (analogous), and #C1A98A (lighter shade) work well with #DBCDBB.