COLOR #D8AA87

HEX: #D8AA87 RGB: (216,170,135)

Color info

#D8AA87 contains mainly red and green colors. Web safe color of #D8AA87 is #CC9999 (or #C99).

RGB color model

#D8AA87 color RGB value is (216,170,135).

RGB: (216,170,135) (85%, 67%, 53%)

RGB channels and saturation

R 216 of 255 = 85%
G 170 of 255 = 67%
B 135 of 255 = 53%

216
170
135

R + G + B ~ 68%. #D8AA87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 170 + 135 = 521 (100%)
R 216 of 521 ~ 41.46%
G 170 of 521 ~ 32.63%
B 135 of 521 ~ 25.91'%

%41.46
%32.63
%25.91

CMYK color model

#D8AA87 color CMYK value is (0,21,38,15).

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

CMYK: (0,21,38,15)
C0M21Y38K15 (0%, 21%, 38%, 15%)
(0.00 / 0.21 / 0.38 / 0.15)

CMYK percentages

%0
%21.3
%37.5
%15.29

Codes

Color #D8AA87 in popluar color models

D8 AA 87
RGB 216 170 135
HSL 26° 50.94% 68.82%
HSB/HSV 26° 37.50% 84.71%
CMYK 0.00% 21.30% 37.50%
15.29%

Color #D8AA87 in popluar number systems.

HEX D8 AA 87
Decimal 216 170 135
Binary 11011000 10101010 10000111
Octal 330 252 207

Shades and tints

Shades of #D8AA87

#D8AA87
(216,170,135)
#C59B7B
(197,155,123)
#B28C6F
(178,140,111)
#9F7D63
(159,125,99)
#8C6E57
(140,110,87)
#795F4B
(121,95,75)
#66503F
(102,80,63)
#534133
(83,65,51)
#403227
(64,50,39)
#2D231B
(45,35,27)
#1A140F
(26,20,15)
#000000
(0,0,0)

Tints of #D8AA87

#D8AA87
(216,170,135)
#DBB191
(219,177,145)
#DEB89B
(222,184,155)
#E1BFA5
(225,191,165)
#E4C6AF
(228,198,175)
#E7CDB9
(231,205,185)
#EAD4C3
(234,212,195)
#EDDBCD
(237,219,205)
#F0E2D7
(240,226,215)
#F3E9E1
(243,233,225)
#F6F0EB
(246,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8AA87; }

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

This text font color is #D8AA87.

Background Color

.myBgColor { background-color: #D8AA87; }

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

This div background color is #D8AA87.

Border color

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

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

This div border color is #D8AA87.

Opacity

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

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

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

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

This text has shadow with #D8AA87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8AA87.

Preview

Color preview on black background

This text has color #D8AA87 on black background.


Color preview on white background

This text has color #D8AA87 on white background.


Black color preview on #D8AA87 background

This text has black color on #D8AA87 background.


White color preview on #D8AA87 background

This text has white color on #D8AA87 background.


Related colors

Complementary color

Complementary color for #hex is #275578.


I love getcolorcode.com

Triadic colors

1 #87D8AA and #AA87D8 with #D8AA87 are triadic colors.

2 #87AAD8 and #AAD887 with #D8AA87 are triadic colors.