COLOR #D0AF87

HEX: #D0AF87
RGB: (208,175,135)

Color info

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

RGB color model

#D0AF87 color RGB value is (208,175,135).

  • red value is 208;
  • green value is 175;
  • blue value is 135.
RGB:
(208,175,135)
(82%,69%,53%)

RGB channels and saturation

R 208 of 255 = 82%
G 175 of 255 = 69%
B 135 of 255 = 53%

208
175
135

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

Portions of RGB colors in percentages

R + G + B =
208 + 175 + 135 = 518 (100%)
R 208 of 518 ~ 40.15%
G 175 of 518 ~ 33.78%
B 135 of 518 ~ 26.06%

%40.15
%33.78
%26.06

CMYK color model

#D0AF87 color CMYK value is (0,16,35,18).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 35.10%
  • key color value is 18.43%
CMYK:
(0,16,35,18)
C0M16Y35K18 
(0%,16%,35%,18%)
(0.00/0.16/0.35/0.18)	

CMYK percentages

%0
%15.87
%35.1
%18.43

Codes

Color #D0AF87 in popluar color models

D0AF87
RGB208175135
HSL33°43.71%67.25%
HSB/HSV33°35.10%81.57%
CMYK0.00%15.87%35.10%
18.43%

Color #D0AF87 in popluar number systems.

HEXD0AF87
Decimal208175135
Binary110100001010111110000111
Octal320257207

Shades and tints

Shades of #D0AF87

#D0AF87
(208,175,135)
#BEA07B
(190,160,123)
#AC916F
(172,145,111)
#9A8263
(154,130,99)
#887357
(136,115,87)
#76644B
(118,100,75)
#64553F
(100,85,63)
#524633
(82,70,51)
#403727
(64,55,39)
#2E281B
(46,40,27)
#1C190F
(28,25,15)
#000000
(0,0,0)

Tints of #D0AF87

#D0AF87
(208,175,135)
#D4B691
(212,182,145)
#D8BD9B
(216,189,155)
#DCC4A5
(220,196,165)
#E0CBAF
(224,203,175)
#E4D2B9
(228,210,185)
#E8D9C3
(232,217,195)
#ECE0CD
(236,224,205)
#F0E7D7
(240,231,215)
#F4EEE1
(244,238,225)
#F8F5EB
(248,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0AF87 color. Also use rgb(208,175,135) instead hex code.

Text Font Color

.myTextColor { color: #D0AF87; }

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

This text font color is #D0AF87.


Background Color

.myBgColor { background-color: #D0AF87; }

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

This div background color is #D0AF87.


Border color

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

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

This div border color is #D0AF87.


Opacity

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

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

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

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

This text has shadow with #D0AF87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0AF87 on black background.


Color preview on white background

This text has color #D0AF87 on white background.



Black color preview on #D0AF87 background

This text has black color on #D0AF87 background.


White color preview on #D0AF87 background

This text has white color on #D0AF87 background.