COLOR #D9C5AA

HEX: #D9C5AA RGB: (217,197,170)

Color info

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

RGB color model

#D9C5AA color RGB value is (217,197,170).

RGB: (217,197,170) (85%, 77%, 67%)

RGB channels and saturation

R 217 of 255 = 85%
G 197 of 255 = 77%
B 170 of 255 = 67%

217
197
170

R + G + B ~ 76%. #D9C5AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 197 + 170 = 584 (100%)
R 217 of 584 ~ 37.16%
G 197 of 584 ~ 33.73%
B 170 of 584 ~ 29.11'%

%37.16
%33.73
%29.11

CMYK color model

#D9C5AA color CMYK value is (0,9,22,15).

  • cyan value is 0.00%
  • magenta value is 9.22%
  • yellow value is 21.66%
  • key color value is 14.90%

CMYK: (0,9,22,15)
C0M9Y22K15 (0%, 9%, 22%, 15%)
(0.00 / 0.09 / 0.22 / 0.15)

CMYK percentages

%0
%9.22
%21.66
%14.9

Codes

Color #D9C5AA in popluar color models

D9 C5 AA
RGB 217 197 170
HSL 34° 38.21% 75.88%
HSB/HSV 34° 21.66% 85.10%
CMYK 0.00% 9.22% 21.66%
14.90%

Color #D9C5AA in popluar number systems.

HEX D9 C5 AA
Decimal 217 197 170
Binary 11011001 11000101 10101010
Octal 331 305 252

Shades and tints

Shades of #D9C5AA

#D9C5AA
(217,197,170)
#C6B49B
(198,180,155)
#B3A38C
(179,163,140)
#A0927D
(160,146,125)
#8D816E
(141,129,110)
#7A705F
(122,112,95)
#675F50
(103,95,80)
#544E41
(84,78,65)
#413D32
(65,61,50)
#2E2C23
(46,44,35)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #D9C5AA

#D9C5AA
(217,197,170)
#DCCAB1
(220,202,177)
#DFCFB8
(223,207,184)
#E2D4BF
(226,212,191)
#E5D9C6
(229,217,198)
#E8DECD
(232,222,205)
#EBE3D4
(235,227,212)
#EEE8DB
(238,232,219)
#F1EDE2
(241,237,226)
#F4F2E9
(244,242,233)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C5AA color. Also use rgb(217,197,170) instead hex code.

Text Font Color

.myTextColor { color: #D9C5AA; }

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

This text font color is #D9C5AA.

Background Color

.myBgColor { background-color: #D9C5AA; }

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

This div background color is #D9C5AA.

Border color

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

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

This div border color is #D9C5AA.

Opacity

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

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

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

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

This text has shadow with #D9C5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9C5AA.

Preview

Color preview on black background

This text has color #D9C5AA on black background.


Color preview on white background

This text has color #D9C5AA on white background.


Black color preview on #D9C5AA background

This text has black color on #D9C5AA background.


White color preview on #D9C5AA background

This text has white color on #D9C5AA background.


Related colors

Complementary color

Complementary color for #hex is #263A55.


I love getcolorcode.com

Triadic colors

1 #AAD9C5 and #C5AAD9 with #D9C5AA are triadic colors.

2 #AAC5D9 and #C5D9AA with #D9C5AA are triadic colors.