COLOR #D8A759

HEX: #D8A759
RGB: (216,167,89)

Color info

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

RGB color model

#D8A759 color RGB value is (216,167,89).

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

RGB channels and saturation

R 216 of 255 = 85%
G 167 of 255 = 65%
B 89 of 255 = 35%

216
167
89

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

Portions of RGB colors in percentages

R + G + B =
216 + 167 + 89 = 472 (100%)
R 216 of 472 ~ 45.76%
G 167 of 472 ~ 35.38%
B 89 of 472 ~ 18.86%

%45.76
%35.38
%18.86

CMYK color model

#D8A759 color CMYK value is (0,23,59,15).

  • cyan value is 0.00%
  • magenta value is 22.69%
  • yellow value is 58.80%
  • key color value is 15.29%
CMYK:
(0,23,59,15)
C0M23Y59K15 
(0%,23%,59%,15%)
(0.00/0.23/0.59/0.15)	

CMYK percentages

%0
%22.69
%58.8
%15.29

Codes

Color #D8A759 in popluar color models

D8A759
RGB21616789
HSL37°61.95%59.80%
HSB/HSV37°58.80%84.71%
CMYK0.00%22.69%58.80%
15.29%

Color #D8A759 in popluar number systems.

HEXD8A759
Decimal21616789
Binary11011000101001111011001
Octal330247131

Shades and tints

Shades of #D8A759

#D8A759
(216,167,89)
#C59851
(197,152,81)
#B28949
(178,137,73)
#9F7A41
(159,122,65)
#8C6B39
(140,107,57)
#795C31
(121,92,49)
#664D29
(102,77,41)
#533E21
(83,62,33)
#402F19
(64,47,25)
#2D2011
(45,32,17)
#1A1109
(26,17,9)
#000000
(0,0,0)

Tints of #D8A759

#D8A759
(216,167,89)
#DBAF68
(219,175,104)
#DEB777
(222,183,119)
#E1BF86
(225,191,134)
#E4C795
(228,199,149)
#E7CFA4
(231,207,164)
#EAD7B3
(234,215,179)
#EDDFC2
(237,223,194)
#F0E7D1
(240,231,209)
#F3EFE0
(243,239,224)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8A759; }

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

This text font color is #D8A759.


Background Color

.myBgColor { background-color: #D8A759; }

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

This div background color is #D8A759.


Border color

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

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

This div border color is #D8A759.


Opacity

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

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

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

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

This text has shadow with #D8A759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A759 on black background.


Color preview on white background

This text has color #D8A759 on white background.



Black color preview on #D8A759 background

This text has black color on #D8A759 background.


White color preview on #D8A759 background

This text has white color on #D8A759 background.