COLOR #D9D5AE

HEX: #D9D5AE RGB: (217,213,174)

Color info

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

RGB color model

#D9D5AE color RGB value is (217,213,174).

RGB: (217,213,174) (85%, 84%, 68%)

RGB channels and saturation

R 217 of 255 = 85%
G 213 of 255 = 84%
B 174 of 255 = 68%

217
213
174

R + G + B ~ 79%. #D9D5AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 213 + 174 = 604 (100%)
R 217 of 604 ~ 35.93%
G 213 of 604 ~ 35.26%
B 174 of 604 ~ 28.81'%

%35.93
%35.26
%28.81

CMYK color model

#D9D5AE color CMYK value is (0,2,20,15).

  • cyan value is 0.00%
  • magenta value is 1.84%
  • yellow value is 19.82%
  • key color value is 14.90%

CMYK: (0,2,20,15)
C0M2Y20K15 (0%, 2%, 20%, 15%)
(0.00 / 0.02 / 0.20 / 0.15)

CMYK percentages

%0
%1.84
%19.82
%14.9

Codes

Color #D9D5AE in popluar color models

D9 D5 AE
RGB 217 213 174
HSL 54° 36.13% 76.67%
HSB/HSV 54° 19.82% 85.10%
CMYK 0.00% 1.84% 19.82%
14.90%

Color #D9D5AE in popluar number systems.

HEX D9 D5 AE
Decimal 217 213 174
Binary 11011001 11010101 10101110
Octal 331 325 256

Shades and tints

Shades of #D9D5AE

#D9D5AE
(217,213,174)
#C6C29F
(198,194,159)
#B3AF90
(179,175,144)
#A09C81
(160,156,129)
#8D8972
(141,137,114)
#7A7663
(122,118,99)
#676354
(103,99,84)
#545045
(84,80,69)
#413D36
(65,61,54)
#2E2A27
(46,42,39)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #D9D5AE

#D9D5AE
(217,213,174)
#DCD8B5
(220,216,181)
#DFDBBC
(223,219,188)
#E2DEC3
(226,222,195)
#E5E1CA
(229,225,202)
#E8E4D1
(232,228,209)
#EBE7D8
(235,231,216)
#EEEADF
(238,234,223)
#F1EDE6
(241,237,230)
#F4F0ED
(244,240,237)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D5AE color. Also use rgb(217,213,174) instead hex code.

Text Font Color

.myTextColor { color: #D9D5AE; }

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

This text font color is #D9D5AE.

Background Color

.myBgColor { background-color: #D9D5AE; }

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

This div background color is #D9D5AE.

Border color

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

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

This div border color is #D9D5AE.

Opacity

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

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

Text with #D9D5AE 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 #D9D5AE;}

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

This text has shadow with #D9D5AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9D5AE.

Preview

Color preview on black background

This text has color #D9D5AE on black background.


Color preview on white background

This text has color #D9D5AE on white background.


Black color preview on #D9D5AE background

This text has black color on #D9D5AE background.


White color preview on #D9D5AE background

This text has white color on #D9D5AE background.


Related colors

Complementary color

Complementary color for #hex is #262A51.


I love getcolorcode.com

Triadic colors

1 #AED9D5 and #D5AED9 with #D9D5AE are triadic colors.

2 #AED5D9 and #D5D9AE with #D9D5AE are triadic colors.