COLOR #D8D5AA

HEX: #D8D5AA RGB: (216,213,170)

Color info

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

RGB color model

#D8D5AA color RGB value is (216,213,170).

RGB: (216,213,170) (85%, 84%, 67%)

RGB channels and saturation

R 216 of 255 = 85%
G 213 of 255 = 84%
B 170 of 255 = 67%

216
213
170

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

Portions of RGB colors in percentages

R + G + B = 216 + 213 + 170 = 599 (100%)
R 216 of 599 ~ 36.06%
G 213 of 599 ~ 35.56%
B 170 of 599 ~ 28.38'%

%36.06
%35.56
%28.38

CMYK color model

#D8D5AA color CMYK value is (0,1,21,15).

  • cyan value is 0.00%
  • magenta value is 1.39%
  • yellow value is 21.30%
  • key color value is 15.29%

CMYK: (0,1,21,15)
C0M1Y21K15 (0%, 1%, 21%, 15%)
(0.00 / 0.01 / 0.21 / 0.15)

CMYK percentages

%0
%1.39
%21.3
%15.29

Codes

Color #D8D5AA in popluar color models

D8 D5 AA
RGB 216 213 170
HSL 56° 37.10% 75.69%
HSB/HSV 56° 21.30% 84.71%
CMYK 0.00% 1.39% 21.30%
15.29%

Color #D8D5AA in popluar number systems.

HEX D8 D5 AA
Decimal 216 213 170
Binary 11011000 11010101 10101010
Octal 330 325 252

Shades and tints

Shades of #D8D5AA

#D8D5AA
(216,213,170)
#C5C29B
(197,194,155)
#B2AF8C
(178,175,140)
#9F9C7D
(159,156,125)
#8C896E
(140,137,110)
#79765F
(121,118,95)
#666350
(102,99,80)
#535041
(83,80,65)
#403D32
(64,61,50)
#2D2A23
(45,42,35)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #D8D5AA

#D8D5AA
(216,213,170)
#DBD8B1
(219,216,177)
#DEDBB8
(222,219,184)
#E1DEBF
(225,222,191)
#E4E1C6
(228,225,198)
#E7E4CD
(231,228,205)
#EAE7D4
(234,231,212)
#EDEADB
(237,234,219)
#F0EDE2
(240,237,226)
#F3F0E9
(243,240,233)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8D5AA color. Also use rgb(216,213,170) instead hex code.

Text Font Color

.myTextColor { color: #D8D5AA; }

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

This text font color is #D8D5AA.

Background Color

.myBgColor { background-color: #D8D5AA; }

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

This div background color is #D8D5AA.

Border color

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

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

This div border color is #D8D5AA.

Opacity

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

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

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

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

This text has shadow with #D8D5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8D5AA.

Preview

Color preview on black background

This text has color #D8D5AA on black background.


Color preview on white background

This text has color #D8D5AA on white background.


Black color preview on #D8D5AA background

This text has black color on #D8D5AA background.


White color preview on #D8D5AA background

This text has white color on #D8D5AA background.


Related colors

Complementary color

Complementary color for #hex is #272A55.


I love getcolorcode.com

Triadic colors

1 #AAD8D5 and #D5AAD8 with #D8D5AA are triadic colors.

2 #AAD5D8 and #D5D8AA with #D8D5AA are triadic colors.