COLOR #D4AF9E

HEX: #D4AF9E
RGB: (212,175,158)

Color info

#D4AF9E contains red, green and blue colors in about the same proportion. Web safe color of #D4AF9E is #CC9999 (or #C99).

RGB color model

#D4AF9E color RGB value is (212,175,158).

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

RGB channels and saturation

R 212 of 255 = 83%
G 175 of 255 = 69%
B 158 of 255 = 62%

212
175
158

R + G + B ~ 71%. #D4AF9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 175 + 158 = 545 (100%)
R 212 of 545 ~ 38.9%
G 175 of 545 ~ 32.11%
B 158 of 545 ~ 28.99%

%38.9
%32.11
%28.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.45%
  • yellow value is 25.47%
  • key color value is 16.86%
CMYK:
(0,17,25,17)
C0M17Y25K17 
(0%,17%,25%,17%)
(0.00/0.17/0.25/0.17)	

CMYK percentages

%0
%17.45
%25.47
%16.86

Codes

Color #D4AF9E in popluar color models

D4AF9E
RGB212175158
HSL19°38.57%72.55%
HSB/HSV19°25.47%83.14%
CMYK0.00%17.45%25.47%
16.86%

Color #D4AF9E in popluar number systems.

HEXD4AF9E
Decimal212175158
Binary110101001010111110011110
Octal324257236

Shades and tints

Shades of #D4AF9E

#D4AF9E
(212,175,158)
#C1A090
(193,160,144)
#AE9182
(174,145,130)
#9B8274
(155,130,116)
#887366
(136,115,102)
#756458
(117,100,88)
#62554A
(98,85,74)
#4F463C
(79,70,60)
#3C372E
(60,55,46)
#292820
(41,40,32)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #D4AF9E

#D4AF9E
(212,175,158)
#D7B6A6
(215,182,166)
#DABDAE
(218,189,174)
#DDC4B6
(221,196,182)
#E0CBBE
(224,203,190)
#E3D2C6
(227,210,198)
#E6D9CE
(230,217,206)
#E9E0D6
(233,224,214)
#ECE7DE
(236,231,222)
#EFEEE6
(239,238,230)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4AF9E; }

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

This text font color is #D4AF9E.


Background Color

.myBgColor { background-color: #D4AF9E; }

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

This div background color is #D4AF9E.


Border color

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

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

This div border color is #D4AF9E.


Opacity

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

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

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

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

This text has shadow with #D4AF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4AF9E on black background.


Color preview on white background

This text has color #D4AF9E on white background.



Black color preview on #D4AF9E background

This text has black color on #D4AF9E background.


White color preview on #D4AF9E background

This text has white color on #D4AF9E background.