COLOR #D4A287

HEX: #D4A287
RGB: (212,162,135)

Color info

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

RGB color model

#D4A287 color RGB value is (212,162,135).

  • red value is 212;
  • green value is 162;
  • blue value is 135.
RGB:
(212,162,135)
(83%,64%,53%)

RGB channels and saturation

R 212 of 255 = 83%
G 162 of 255 = 64%
B 135 of 255 = 53%

212
162
135

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

Portions of RGB colors in percentages

R + G + B =
212 + 162 + 135 = 509 (100%)
R 212 of 509 ~ 41.65%
G 162 of 509 ~ 31.83%
B 135 of 509 ~ 26.52%

%41.65
%31.83
%26.52

CMYK color model

#D4A287 color CMYK value is (0,24,36,17).

  • cyan value is 0.00%
  • magenta value is 23.58%
  • yellow value is 36.32%
  • key color value is 16.86%
CMYK:
(0,24,36,17)
C0M24Y36K17 
(0%,24%,36%,17%)
(0.00/0.24/0.36/0.17)	

CMYK percentages

%0
%23.58
%36.32
%16.86

Codes

Color #D4A287 in popluar color models

D4A287
RGB212162135
HSL21°47.24%68.04%
HSB/HSV21°36.32%83.14%
CMYK0.00%23.58%36.32%
16.86%

Color #D4A287 in popluar number systems.

HEXD4A287
Decimal212162135
Binary110101001010001010000111
Octal324242207

Shades and tints

Shades of #D4A287

#D4A287
(212,162,135)
#C1947B
(193,148,123)
#AE866F
(174,134,111)
#9B7863
(155,120,99)
#886A57
(136,106,87)
#755C4B
(117,92,75)
#624E3F
(98,78,63)
#4F4033
(79,64,51)
#3C3227
(60,50,39)
#29241B
(41,36,27)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #D4A287

#D4A287
(212,162,135)
#D7AA91
(215,170,145)
#DAB29B
(218,178,155)
#DDBAA5
(221,186,165)
#E0C2AF
(224,194,175)
#E3CAB9
(227,202,185)
#E6D2C3
(230,210,195)
#E9DACD
(233,218,205)
#ECE2D7
(236,226,215)
#EFEAE1
(239,234,225)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4A287; }

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

This text font color is #D4A287.


Background Color

.myBgColor { background-color: #D4A287; }

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

This div background color is #D4A287.


Border color

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

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

This div border color is #D4A287.


Opacity

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

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

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

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

This text has shadow with #D4A287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A287 on black background.


Color preview on white background

This text has color #D4A287 on white background.



Black color preview on #D4A287 background

This text has black color on #D4A287 background.


White color preview on #D4A287 background

This text has white color on #D4A287 background.