COLOR #D0AF59

HEX: #D0AF59
RGB: (208,175,89)

Color info

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

RGB color model

#D0AF59 color RGB value is (208,175,89).

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

RGB channels and saturation

R 208 of 255 = 82%
G 175 of 255 = 69%
B 89 of 255 = 35%

208
175
89

R + G + B ~ 62%. #D0AF59 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 175 + 89 = 472 (100%)
R 208 of 472 ~ 44.07%
G 175 of 472 ~ 37.08%
B 89 of 472 ~ 18.86%

%44.07
%37.08
%18.86

CMYK color model

#D0AF59 color CMYK value is (0,16,57,18).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 57.21%
  • key color value is 18.43%
CMYK:
(0,16,57,18)
C0M16Y57K18 
(0%,16%,57%,18%)
(0.00/0.16/0.57/0.18)	

CMYK percentages

%0
%15.87
%57.21
%18.43

Codes

Color #D0AF59 in popluar color models

D0AF59
RGB20817589
HSL43°55.87%58.24%
HSB/HSV43°57.21%81.57%
CMYK0.00%15.87%57.21%
18.43%

Color #D0AF59 in popluar number systems.

HEXD0AF59
Decimal20817589
Binary11010000101011111011001
Octal320257131

Shades and tints

Shades of #D0AF59

#D0AF59
(208,175,89)
#BEA051
(190,160,81)
#AC9149
(172,145,73)
#9A8241
(154,130,65)
#887339
(136,115,57)
#766431
(118,100,49)
#645529
(100,85,41)
#524621
(82,70,33)
#403719
(64,55,25)
#2E2811
(46,40,17)
#1C1909
(28,25,9)
#000000
(0,0,0)

Tints of #D0AF59

#D0AF59
(208,175,89)
#D4B668
(212,182,104)
#D8BD77
(216,189,119)
#DCC486
(220,196,134)
#E0CB95
(224,203,149)
#E4D2A4
(228,210,164)
#E8D9B3
(232,217,179)
#ECE0C2
(236,224,194)
#F0E7D1
(240,231,209)
#F4EEE0
(244,238,224)
#F8F5EF
(248,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0AF59; }

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

This text font color is #D0AF59.


Background Color

.myBgColor { background-color: #D0AF59; }

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

This div background color is #D0AF59.


Border color

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

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

This div border color is #D0AF59.


Opacity

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

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

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

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

This text has shadow with #D0AF59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0AF59 on black background.


Color preview on white background

This text has color #D0AF59 on white background.



Black color preview on #D0AF59 background

This text has black color on #D0AF59 background.


White color preview on #D0AF59 background

This text has white color on #D0AF59 background.