COLOR #D8AD59

HEX: #D8AD59
RGB: (216,173,89)

Color info

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

RGB color model

#D8AD59 color RGB value is (216,173,89).

  • red value is 216;
  • green value is 173;
  • blue value is 89.
RGB:
(216,173,89)
(85%,68%,35%)

RGB channels and saturation

R 216 of 255 = 85%
G 173 of 255 = 68%
B 89 of 255 = 35%

216
173
89

R + G + B ~ 63%. #D8AD59 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 173 + 89 = 478 (100%)
R 216 of 478 ~ 45.19%
G 173 of 478 ~ 36.19%
B 89 of 478 ~ 18.62%

%45.19
%36.19
%18.62

CMYK color model

#D8AD59 color CMYK value is (0,20,59,15).

  • cyan value is 0.00%
  • magenta value is 19.91%
  • yellow value is 58.80%
  • key color value is 15.29%
CMYK:
(0,20,59,15)
C0M20Y59K15 
(0%,20%,59%,15%)
(0.00/0.20/0.59/0.15)	

CMYK percentages

%0
%19.91
%58.8
%15.29

Codes

Color #D8AD59 in popluar color models

D8AD59
RGB21617389
HSL40°61.95%59.80%
HSB/HSV40°58.80%84.71%
CMYK0.00%19.91%58.80%
15.29%

Color #D8AD59 in popluar number systems.

HEXD8AD59
Decimal21617389
Binary11011000101011011011001
Octal330255131

Shades and tints

Shades of #D8AD59

#D8AD59
(216,173,89)
#C59E51
(197,158,81)
#B28F49
(178,143,73)
#9F8041
(159,128,65)
#8C7139
(140,113,57)
#796231
(121,98,49)
#665329
(102,83,41)
#534421
(83,68,33)
#403519
(64,53,25)
#2D2611
(45,38,17)
#1A1709
(26,23,9)
#000000
(0,0,0)

Tints of #D8AD59

#D8AD59
(216,173,89)
#DBB468
(219,180,104)
#DEBB77
(222,187,119)
#E1C286
(225,194,134)
#E4C995
(228,201,149)
#E7D0A4
(231,208,164)
#EAD7B3
(234,215,179)
#EDDEC2
(237,222,194)
#F0E5D1
(240,229,209)
#F3ECE0
(243,236,224)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8AD59 color. Also use rgb(216,173,89) instead hex code.

Text Font Color

.myTextColor { color: #D8AD59; }

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

This text font color is #D8AD59.


Background Color

.myBgColor { background-color: #D8AD59; }

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

This div background color is #D8AD59.


Border color

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

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

This div border color is #D8AD59.


Opacity

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

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

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

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

This text has shadow with #D8AD59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8AD59 on black background.


Color preview on white background

This text has color #D8AD59 on white background.



Black color preview on #D8AD59 background

This text has black color on #D8AD59 background.


White color preview on #D8AD59 background

This text has white color on #D8AD59 background.