COLOR #D9A96C

HEX: #D9A96C
RGB: (217,169,108)

Color info

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

RGB color model

#D9A96C color RGB value is (217,169,108).

  • red value is 217;
  • green value is 169;
  • blue value is 108.
RGB:
(217,169,108)
(85%,66%,42%)

RGB channels and saturation

R 217 of 255 = 85%
G 169 of 255 = 66%
B 108 of 255 = 42%

217
169
108

R + G + B ~ 64%. #D9A96C is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 169 + 108 = 494 (100%)
R 217 of 494 ~ 43.93%
G 169 of 494 ~ 34.21%
B 108 of 494 ~ 21.86%

%43.93
%34.21
%21.86

CMYK color model

#D9A96C color CMYK value is (0,22,50,15).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 50.23%
  • key color value is 14.90%
CMYK:
(0,22,50,15)
C0M22Y50K15 
(0%,22%,50%,15%)
(0.00/0.22/0.50/0.15)	

CMYK percentages

%0
%22.12
%50.23
%14.9

Codes

Color #D9A96C in popluar color models

D9A96C
RGB217169108
HSL34°58.92%63.73%
HSB/HSV34°50.23%85.10%
CMYK0.00%22.12%50.23%
14.90%

Color #D9A96C in popluar number systems.

HEXD9A96C
Decimal217169108
Binary11011001101010011101100
Octal331251154

Shades and tints

Shades of #D9A96C

#D9A96C
(217,169,108)
#C69A63
(198,154,99)
#B38B5A
(179,139,90)
#A07C51
(160,124,81)
#8D6D48
(141,109,72)
#7A5E3F
(122,94,63)
#674F36
(103,79,54)
#54402D
(84,64,45)
#413124
(65,49,36)
#2E221B
(46,34,27)
#1B1312
(27,19,18)
#000000
(0,0,0)

Tints of #D9A96C

#D9A96C
(217,169,108)
#DCB079
(220,176,121)
#DFB786
(223,183,134)
#E2BE93
(226,190,147)
#E5C5A0
(229,197,160)
#E8CCAD
(232,204,173)
#EBD3BA
(235,211,186)
#EEDAC7
(238,218,199)
#F1E1D4
(241,225,212)
#F4E8E1
(244,232,225)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9A96C color. Also use rgb(217,169,108) instead hex code.

Text Font Color

.myTextColor { color: #D9A96C; }

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

This text font color is #D9A96C.


Background Color

.myBgColor { background-color: #D9A96C; }

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

This div background color is #D9A96C.


Border color

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

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

This div border color is #D9A96C.


Opacity

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

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

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

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

This text has shadow with #D9A96C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9A96C on black background.


Color preview on white background

This text has color #D9A96C on white background.



Black color preview on #D9A96C background

This text has black color on #D9A96C background.


White color preview on #D9A96C background

This text has white color on #D9A96C background.