COLOR #D9A456

HEX: #D9A456
RGB: (217,164,86)

Color info

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

RGB color model

#D9A456 color RGB value is (217,164,86).

  • red value is 217;
  • green value is 164;
  • blue value is 86.
RGB:
(217,164,86)
(85%,64%,34%)

RGB channels and saturation

R 217 of 255 = 85%
G 164 of 255 = 64%
B 86 of 255 = 34%

217
164
86

R + G + B ~ 61%. #D9A456 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 164 + 86 = 467 (100%)
R 217 of 467 ~ 46.47%
G 164 of 467 ~ 35.12%
B 86 of 467 ~ 18.42%

%46.47
%35.12
%18.42

CMYK color model

#D9A456 color CMYK value is (0,24,60,15).

  • cyan value is 0.00%
  • magenta value is 24.42%
  • yellow value is 60.37%
  • key color value is 14.90%
CMYK:
(0,24,60,15)
C0M24Y60K15 
(0%,24%,60%,15%)
(0.00/0.24/0.60/0.15)	

CMYK percentages

%0
%24.42
%60.37
%14.9

Codes

Color #D9A456 in popluar color models

D9A456
RGB21716486
HSL36°63.29%59.41%
HSB/HSV36°60.37%85.10%
CMYK0.00%24.42%60.37%
14.90%

Color #D9A456 in popluar number systems.

HEXD9A456
Decimal21716486
Binary11011001101001001010110
Octal331244126

Shades and tints

Shades of #D9A456

#D9A456
(217,164,86)
#C6964F
(198,150,79)
#B38848
(179,136,72)
#A07A41
(160,122,65)
#8D6C3A
(141,108,58)
#7A5E33
(122,94,51)
#67502C
(103,80,44)
#544225
(84,66,37)
#41341E
(65,52,30)
#2E2617
(46,38,23)
#1B1810
(27,24,16)
#000000
(0,0,0)

Tints of #D9A456

#D9A456
(217,164,86)
#DCAC65
(220,172,101)
#DFB474
(223,180,116)
#E2BC83
(226,188,131)
#E5C492
(229,196,146)
#E8CCA1
(232,204,161)
#EBD4B0
(235,212,176)
#EEDCBF
(238,220,191)
#F1E4CE
(241,228,206)
#F4ECDD
(244,236,221)
#F7F4EC
(247,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9A456 color. Also use rgb(217,164,86) instead hex code.

Text Font Color

.myTextColor { color: #D9A456; }

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

This text font color is #D9A456.


Background Color

.myBgColor { background-color: #D9A456; }

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

This div background color is #D9A456.


Border color

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

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

This div border color is #D9A456.


Opacity

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

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

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

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

This text has shadow with #D9A456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9A456 on black background.


Color preview on white background

This text has color #D9A456 on white background.



Black color preview on #D9A456 background

This text has black color on #D9A456 background.


White color preview on #D9A456 background

This text has white color on #D9A456 background.