COLOR #D2A987

HEX: #D2A987 RGB: (210,169,135)

Color info

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

RGB color model

#D2A987 color RGB value is (210,169,135).

RGB: (210,169,135) (82%, 66%, 53%)

RGB channels and saturation

R 210 of 255 = 82%
G 169 of 255 = 66%
B 135 of 255 = 53%

210
169
135

R + G + B ~ 67%. #D2A987 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 169 + 135 = 514 (100%)
R 210 of 514 ~ 40.86%
G 169 of 514 ~ 32.88%
B 135 of 514 ~ 26.26'%

%40.86
%32.88
%26.26

CMYK color model

#D2A987 color CMYK value is (0,20,36,18).

  • cyan value is 0.00%
  • magenta value is 19.52%
  • yellow value is 35.71%
  • key color value is 17.65%

CMYK: (0,20,36,18)
C0M20Y36K18 (0%, 20%, 36%, 18%)
(0.00 / 0.20 / 0.36 / 0.18)

CMYK percentages

%0
%19.52
%35.71
%17.65

Codes

Color #D2A987 in popluar color models

D2 A9 87
RGB 210 169 135
HSL 27° 45.45% 67.65%
HSB/HSV 27° 35.71% 82.35%
CMYK 0.00% 19.52% 35.71%
17.65%

Color #D2A987 in popluar number systems.

HEX D2 A9 87
Decimal 210 169 135
Binary 11010010 10101001 10000111
Octal 322 251 207

Shades and tints

Shades of #D2A987

#D2A987
(210,169,135)
#BF9A7B
(191,154,123)
#AC8B6F
(172,139,111)
#997C63
(153,124,99)
#866D57
(134,109,87)
#735E4B
(115,94,75)
#604F3F
(96,79,63)
#4D4033
(77,64,51)
#3A3127
(58,49,39)
#27221B
(39,34,27)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #D2A987

#D2A987
(210,169,135)
#D6B091
(214,176,145)
#DAB79B
(218,183,155)
#DEBEA5
(222,190,165)
#E2C5AF
(226,197,175)
#E6CCB9
(230,204,185)
#EAD3C3
(234,211,195)
#EEDACD
(238,218,205)
#F2E1D7
(242,225,215)
#F6E8E1
(246,232,225)
#FAEFEB
(250,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2A987 color. Also use rgb(210,169,135) instead hex code.

Text Font Color

.myTextColor { color: #D2A987; }

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

This text font color is #D2A987.

Background Color

.myBgColor { background-color: #D2A987; }

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

This div background color is #D2A987.

Border color

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

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

This div border color is #D2A987.

Opacity

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

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

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

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

This text has shadow with #D2A987 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2A987.

Preview

Color preview on black background

This text has color #D2A987 on black background.


Color preview on white background

This text has color #D2A987 on white background.


Black color preview on #D2A987 background

This text has black color on #D2A987 background.


White color preview on #D2A987 background

This text has white color on #D2A987 background.


Related colors

Complementary color

Complementary color for #hex is #2D5678.


I love getcolorcode.com

Triadic colors

1 #87D2A9 and #A987D2 with #D2A987 are triadic colors.

2 #87A9D2 and #A9D287 with #D2A987 are triadic colors.