COLOR #D4A087

HEX: #D4A087 RGB: (212,160,135)

Color info

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

RGB color model

#D4A087 color RGB value is (212,160,135).

RGB: (212,160,135) (83%, 63%, 53%)

RGB channels and saturation

R 212 of 255 = 83%
G 160 of 255 = 63%
B 135 of 255 = 53%

212
160
135

R + G + B ~ 66%. #D4A087 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 160 + 135 = 507 (100%)
R 212 of 507 ~ 41.81%
G 160 of 507 ~ 31.56%
B 135 of 507 ~ 26.63'%

%41.81
%31.56
%26.63

CMYK color model

#D4A087 color CMYK value is (0,25,36,17).

  • cyan value is 0.00%
  • magenta value is 24.53%
  • yellow value is 36.32%
  • key color value is 16.86%
CMYK: (0,25,36,17) C0M25Y36K17 (0%,25%,36%,17%) (0.00/0.25/0.36/0.17) 

CMYK percentages

%0
%24.53
%36.32
%16.86

Codes

Color #D4A087 in popluar color models

D4 A0 87
RGB 212 160 135
HSL 19° 47.24% 68.04%
HSB/HSV 19° 36.32% 83.14%
CMYK 0.00% 24.53% 36.32%
16.86%

Color #D4A087 in popluar number systems.

HEX D4 A0 87
Decimal 212 160 135
Binary 11010100 10100000 10000111
Octal 324 240 207

Shades and tints

Shades of #D4A087

#D4A087
(212,160,135)
#C1927B
(193,146,123)
#AE846F
(174,132,111)
#9B7663
(155,118,99)
#886857
(136,104,87)
#755A4B
(117,90,75)
#624C3F
(98,76,63)
#4F3E33
(79,62,51)
#3C3027
(60,48,39)
#29221B
(41,34,27)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #D4A087

#D4A087
(212,160,135)
#D7A891
(215,168,145)
#DAB09B
(218,176,155)
#DDB8A5
(221,184,165)
#E0C0AF
(224,192,175)
#E3C8B9
(227,200,185)
#E6D0C3
(230,208,195)
#E9D8CD
(233,216,205)
#ECE0D7
(236,224,215)
#EFE8E1
(239,232,225)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A087 color. Also use rgb(212,160,135) instead hex code.

Text Font Color

.myTextColor { color: #D4A087; }

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

This text font color is #D4A087.

Background Color

.myBgColor { background-color: #D4A087; }

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

This div background color is #D4A087.

Border color

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

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

This div border color is #D4A087.

Opacity

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

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

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

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

This text has shadow with #D4A087 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4A087.

Preview

Color preview on black background

This text has color #D4A087 on black background.


Color preview on white background

This text has color #D4A087 on white background.


Black color preview on #D4A087 background

This text has black color on #D4A087 background.


White color preview on #D4A087 background

This text has white color on #D4A087 background.


Related colors

Complementary color

Complementary color for #hex is #2B5F78.


I love getcolorcode.com

Triadic colors

1 #87D4A0 and #A087D4 with #D4A087 are triadic colors.

2 #87A0D4 and #A0D487 with #D4A087 are triadic colors.