COLOR #D4AE85

HEX: #D4AE85
RGB: (212,174,133)

Color info

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

RGB color model

#D4AE85 color RGB value is (212,174,133).

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

RGB channels and saturation

R 212 of 255 = 83%
G 174 of 255 = 68%
B 133 of 255 = 52%

212
174
133

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

Portions of RGB colors in percentages

R + G + B =
212 + 174 + 133 = 519 (100%)
R 212 of 519 ~ 40.85%
G 174 of 519 ~ 33.53%
B 133 of 519 ~ 25.63%

%40.85
%33.53
%25.63

CMYK color model

#D4AE85 color CMYK value is (0,18,37,17).

  • cyan value is 0.00%
  • magenta value is 17.92%
  • yellow value is 37.26%
  • key color value is 16.86%
CMYK:
(0,18,37,17)
C0M18Y37K17 
(0%,18%,37%,17%)
(0.00/0.18/0.37/0.17)	

CMYK percentages

%0
%17.92
%37.26
%16.86

Codes

Color #D4AE85 in popluar color models

D4AE85
RGB212174133
HSL31°47.88%67.65%
HSB/HSV31°37.26%83.14%
CMYK0.00%17.92%37.26%
16.86%

Color #D4AE85 in popluar number systems.

HEXD4AE85
Decimal212174133
Binary110101001010111010000101
Octal324256205

Shades and tints

Shades of #D4AE85

#D4AE85
(212,174,133)
#C19F79
(193,159,121)
#AE906D
(174,144,109)
#9B8161
(155,129,97)
#887255
(136,114,85)
#756349
(117,99,73)
#62543D
(98,84,61)
#4F4531
(79,69,49)
#3C3625
(60,54,37)
#292719
(41,39,25)
#16180D
(22,24,13)
#000000
(0,0,0)

Tints of #D4AE85

#D4AE85
(212,174,133)
#D7B590
(215,181,144)
#DABC9B
(218,188,155)
#DDC3A6
(221,195,166)
#E0CAB1
(224,202,177)
#E3D1BC
(227,209,188)
#E6D8C7
(230,216,199)
#E9DFD2
(233,223,210)
#ECE6DD
(236,230,221)
#EFEDE8
(239,237,232)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4AE85; }

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

This text font color is #D4AE85.


Background Color

.myBgColor { background-color: #D4AE85; }

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

This div background color is #D4AE85.


Border color

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

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

This div border color is #D4AE85.


Opacity

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

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

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

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

This text has shadow with #D4AE85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4AE85 on black background.


Color preview on white background

This text has color #D4AE85 on white background.



Black color preview on #D4AE85 background

This text has black color on #D4AE85 background.


White color preview on #D4AE85 background

This text has white color on #D4AE85 background.