COLOR #D4AE70

HEX: #D4AE70
RGB: (212,174,112)

Color info

#D4AE70 contains mainly red and green colors. Web safe color of #D4AE70 is #CC9966 (or #C96).

RGB color model

#D4AE70 color RGB value is (212,174,112).

  • red value is 212;
  • green value is 174;
  • blue value is 112.
RGB:
(212,174,112)
(83%,68%,44%)

RGB channels and saturation

R 212 of 255 = 83%
G 174 of 255 = 68%
B 112 of 255 = 44%

212
174
112

R + G + B ~ 65%. #D4AE70 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 174 + 112 = 498 (100%)
R 212 of 498 ~ 42.57%
G 174 of 498 ~ 34.94%
B 112 of 498 ~ 22.49%

%42.57
%34.94
%22.49

CMYK color model

#D4AE70 color CMYK value is (0,18,47,17).

  • cyan value is 0.00%
  • magenta value is 17.92%
  • yellow value is 47.17%
  • key color value is 16.86%
CMYK:
(0,18,47,17)
C0M18Y47K17 
(0%,18%,47%,17%)
(0.00/0.18/0.47/0.17)	

CMYK percentages

%0
%17.92
%47.17
%16.86

Codes

Color #D4AE70 in popluar color models

D4AE70
RGB212174112
HSL37°53.76%63.53%
HSB/HSV37°47.17%83.14%
CMYK0.00%17.92%47.17%
16.86%

Color #D4AE70 in popluar number systems.

HEXD4AE70
Decimal212174112
Binary11010100101011101110000
Octal324256160

Shades and tints

Shades of #D4AE70

#D4AE70
(212,174,112)
#C19F66
(193,159,102)
#AE905C
(174,144,92)
#9B8152
(155,129,82)
#887248
(136,114,72)
#75633E
(117,99,62)
#625434
(98,84,52)
#4F452A
(79,69,42)
#3C3620
(60,54,32)
#292716
(41,39,22)
#16180C
(22,24,12)
#000000
(0,0,0)

Tints of #D4AE70

#D4AE70
(212,174,112)
#D7B57D
(215,181,125)
#DABC8A
(218,188,138)
#DDC397
(221,195,151)
#E0CAA4
(224,202,164)
#E3D1B1
(227,209,177)
#E6D8BE
(230,216,190)
#E9DFCB
(233,223,203)
#ECE6D8
(236,230,216)
#EFEDE5
(239,237,229)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4AE70 color. Also use rgb(212,174,112) instead hex code.

Text Font Color

.myTextColor { color: #D4AE70; }

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

This text font color is #D4AE70.


Background Color

.myBgColor { background-color: #D4AE70; }

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

This div background color is #D4AE70.


Border color

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

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

This div border color is #D4AE70.


Opacity

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

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

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

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

This text has shadow with #D4AE70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4AE70 on black background.


Color preview on white background

This text has color #D4AE70 on white background.



Black color preview on #D4AE70 background

This text has black color on #D4AE70 background.


White color preview on #D4AE70 background

This text has white color on #D4AE70 background.