COLOR #D9A672

HEX: #D9A672
RGB: (217,166,114)

Color info

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

RGB color model

#D9A672 color RGB value is (217,166,114).

  • red value is 217;
  • green value is 166;
  • blue value is 114.
RGB:
(217,166,114)
(85%,65%,45%)

RGB channels and saturation

R 217 of 255 = 85%
G 166 of 255 = 65%
B 114 of 255 = 45%

217
166
114

R + G + B ~ 65%. #D9A672 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 166 + 114 = 497 (100%)
R 217 of 497 ~ 43.66%
G 166 of 497 ~ 33.4%
B 114 of 497 ~ 22.94%

%43.66
%33.4
%22.94

CMYK color model

#D9A672 color CMYK value is (0,24,47,15).

  • cyan value is 0.00%
  • magenta value is 23.50%
  • yellow value is 47.47%
  • key color value is 14.90%
CMYK:
(0,24,47,15)
C0M24Y47K15 
(0%,24%,47%,15%)
(0.00/0.24/0.47/0.15)	

CMYK percentages

%0
%23.5
%47.47
%14.9

Codes

Color #D9A672 in popluar color models

D9A672
RGB217166114
HSL30°57.54%64.90%
HSB/HSV30°47.47%85.10%
CMYK0.00%23.50%47.47%
14.90%

Color #D9A672 in popluar number systems.

HEXD9A672
Decimal217166114
Binary11011001101001101110010
Octal331246162

Shades and tints

Shades of #D9A672

#D9A672
(217,166,114)
#C69768
(198,151,104)
#B3885E
(179,136,94)
#A07954
(160,121,84)
#8D6A4A
(141,106,74)
#7A5B40
(122,91,64)
#674C36
(103,76,54)
#543D2C
(84,61,44)
#412E22
(65,46,34)
#2E1F18
(46,31,24)
#1B100E
(27,16,14)
#000000
(0,0,0)

Tints of #D9A672

#D9A672
(217,166,114)
#DCAE7E
(220,174,126)
#DFB68A
(223,182,138)
#E2BE96
(226,190,150)
#E5C6A2
(229,198,162)
#E8CEAE
(232,206,174)
#EBD6BA
(235,214,186)
#EEDEC6
(238,222,198)
#F1E6D2
(241,230,210)
#F4EEDE
(244,238,222)
#F7F6EA
(247,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9A672 color. Also use rgb(217,166,114) instead hex code.

Text Font Color

.myTextColor { color: #D9A672; }

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

This text font color is #D9A672.


Background Color

.myBgColor { background-color: #D9A672; }

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

This div background color is #D9A672.


Border color

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

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

This div border color is #D9A672.


Opacity

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

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

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

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

This text has shadow with #D9A672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9A672 on black background.


Color preview on white background

This text has color #D9A672 on white background.



Black color preview on #D9A672 background

This text has black color on #D9A672 background.


White color preview on #D9A672 background

This text has white color on #D9A672 background.