COLOR #DBD9AD

HEX: #DBD9AD RGB: (219,217,173)

Color info

#DBD9AD contains red, green and blue colors in about the same proportion. Web safe color of #DBD9AD is #CCCC99 (or #CC9).

RGB color model

#DBD9AD color RGB value is (219,217,173).

RGB: (219,217,173) (86%, 85%, 68%)

RGB channels and saturation

R 219 of 255 = 86%
G 217 of 255 = 85%
B 173 of 255 = 68%

219
217
173

R + G + B ~ 80%. #DBD9AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 217 + 173 = 609 (100%)
R 219 of 609 ~ 35.96%
G 217 of 609 ~ 35.63%
B 173 of 609 ~ 28.41'%

%35.96
%35.63
%28.41

CMYK color model

#DBD9AD color CMYK value is (0,1,21,14).

  • cyan value is 0.00%
  • magenta value is 0.91%
  • yellow value is 21.00%
  • key color value is 14.12%

CMYK: (0,1,21,14)
C0M1Y21K14 (0%, 1%, 21%, 14%)
(0.00 / 0.01 / 0.21 / 0.14)

CMYK percentages

%0
%0.91
%21
%14.12

Codes

Color #DBD9AD in popluar color models

DB D9 AD
RGB 219 217 173
HSL 57° 38.98% 76.86%
HSB/HSV 57° 21.00% 85.88%
CMYK 0.00% 0.91% 21.00%
14.12%

Color #DBD9AD in popluar number systems.

HEX DB D9 AD
Decimal 219 217 173
Binary 11011011 11011001 10101101
Octal 333 331 255

Shades and tints

Shades of #DBD9AD

#DBD9AD
(219,217,173)
#C8C69E
(200,198,158)
#B5B38F
(181,179,143)
#A2A080
(162,160,128)
#8F8D71
(143,141,113)
#7C7A62
(124,122,98)
#696753
(105,103,83)
#565444
(86,84,68)
#434135
(67,65,53)
#302E26
(48,46,38)
#1D1B17
(29,27,23)
#000000
(0,0,0)

Tints of #DBD9AD

#DBD9AD
(219,217,173)
#DEDCB4
(222,220,180)
#E1DFBB
(225,223,187)
#E4E2C2
(228,226,194)
#E7E5C9
(231,229,201)
#EAE8D0
(234,232,208)
#EDEBD7
(237,235,215)
#F0EEDE
(240,238,222)
#F3F1E5
(243,241,229)
#F6F4EC
(246,244,236)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBD9AD color. Also use rgb(219,217,173) instead hex code.

Text Font Color

.myTextColor { color: #DBD9AD; }

<p style="color:#DBD9AD">This sample text font color is #DBD9AD.</p>

This text font color is #DBD9AD.

Background Color

.myBgColor { background-color: #DBD9AD; }

<div style="background-color:#DBD9AD">Inner text</div>

This div background color is #DBD9AD.

Border color

.myBorderColor { border: 1px solid #DBD9AD; }

<div style="border:3px solid #DBD9AD">Div</div>

This div border color is #DBD9AD.

Opacity

.myOpacity80 { color: #DBD9AD; opacity: 0.8; }

<p style="color:#DBD9AD;opacity:0.8;">80%</p>

Text with #DBD9AD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DBD9AD;}

<p style="text-shadow: 3px 3px 1px #DBD9AD">Text here.</p>

This text has shadow with #DBD9AD color.


.textShadow {text-shadow: 3px 3px 1px #DBD9AD', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DBD9AD, 5px 5px 20px red">Text here.</p>

This text has shadow with #DBD9AD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DBD9AD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DBD9AD, Direction=45, Strength=4)">Text</p>

This text has shadow with #DBD9AD and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DBD9AD;
-webkit-box-shadow: 1px 1px 3px 2px #DBD9AD;
box-shadow: 1px 1px 3px 2px #DBD9AD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DBD9AD; -webkit-box-shadow: 1px 1px 3px 2px #DBD9AD; box-shadow:1px 1px 3px 2px #DBD9AD;">
Div content here
</div>

This div box has shadow with color #DBD9AD.

Preview

Color preview on black background

This text has color #DBD9AD on black background.


Color preview on white background

This text has color #DBD9AD on white background.


Black color preview on #DBD9AD background

This text has black color on #DBD9AD background.


White color preview on #DBD9AD background

This text has white color on #DBD9AD background.


Related colors

Complementary color

Complementary color for #hex is #242652.


I love getcolorcode.com

Triadic colors

1 #ADDBD9 and #D9ADDB with #DBD9AD are triadic colors.

2 #ADD9DB and #D9DBAD with #DBD9AD are triadic colors.