COLOR #D4AF7E

HEX: #D4AF7E
RGB: (212,175,126)

Color info

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

RGB color model

#D4AF7E color RGB value is (212,175,126).

  • red value is 212;
  • green value is 175;
  • blue value is 126.
RGB:
(212,175,126)
(83%,69%,49%)

RGB channels and saturation

R 212 of 255 = 83%
G 175 of 255 = 69%
B 126 of 255 = 49%

212
175
126

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

Portions of RGB colors in percentages

R + G + B =
212 + 175 + 126 = 513 (100%)
R 212 of 513 ~ 41.33%
G 175 of 513 ~ 34.11%
B 126 of 513 ~ 24.56%

%41.33
%34.11
%24.56

CMYK color model

#D4AF7E color CMYK value is (0,17,41,17).

  • cyan value is 0.00%
  • magenta value is 17.45%
  • yellow value is 40.57%
  • key color value is 16.86%
CMYK:
(0,17,41,17)
C0M17Y41K17 
(0%,17%,41%,17%)
(0.00/0.17/0.41/0.17)	

CMYK percentages

%0
%17.45
%40.57
%16.86

Codes

Color #D4AF7E in popluar color models

D4AF7E
RGB212175126
HSL34°50.00%66.27%
HSB/HSV34°40.57%83.14%
CMYK0.00%17.45%40.57%
16.86%

Color #D4AF7E in popluar number systems.

HEXD4AF7E
Decimal212175126
Binary11010100101011111111110
Octal324257176

Shades and tints

Shades of #D4AF7E

#D4AF7E
(212,175,126)
#C1A073
(193,160,115)
#AE9168
(174,145,104)
#9B825D
(155,130,93)
#887352
(136,115,82)
#756447
(117,100,71)
#62553C
(98,85,60)
#4F4631
(79,70,49)
#3C3726
(60,55,38)
#29281B
(41,40,27)
#161910
(22,25,16)
#000000
(0,0,0)

Tints of #D4AF7E

#D4AF7E
(212,175,126)
#D7B689
(215,182,137)
#DABD94
(218,189,148)
#DDC49F
(221,196,159)
#E0CBAA
(224,203,170)
#E3D2B5
(227,210,181)
#E6D9C0
(230,217,192)
#E9E0CB
(233,224,203)
#ECE7D6
(236,231,214)
#EFEEE1
(239,238,225)
#F2F5EC
(242,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4AF7E color. Also use rgb(212,175,126) instead hex code.

Text Font Color

.myTextColor { color: #D4AF7E; }

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

This text font color is #D4AF7E.


Background Color

.myBgColor { background-color: #D4AF7E; }

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

This div background color is #D4AF7E.


Border color

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

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

This div border color is #D4AF7E.


Opacity

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

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

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

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

This text has shadow with #D4AF7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4AF7E on black background.


Color preview on white background

This text has color #D4AF7E on white background.



Black color preview on #D4AF7E background

This text has black color on #D4AF7E background.


White color preview on #D4AF7E background

This text has white color on #D4AF7E background.