COLOR #D9A99F

HEX: #D9A99F
RGB: (217,169,159)

Color info

#D9A99F contains red, green and blue colors in about the same proportion. Web safe color of #D9A99F is #CC9999 (or #C99).

RGB color model

#D9A99F color RGB value is (217,169,159).

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

RGB channels and saturation

R 217 of 255 = 85%
G 169 of 255 = 66%
B 159 of 255 = 62%

217
169
159

R + G + B ~ 71%. #D9A99F is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 169 + 159 = 545 (100%)
R 217 of 545 ~ 39.82%
G 169 of 545 ~ 31.01%
B 159 of 545 ~ 29.17%

%39.82
%31.01
%29.17

CMYK color model

#D9A99F color CMYK value is (0,22,27,15).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 26.73%
  • key color value is 14.90%
CMYK:
(0,22,27,15)
C0M22Y27K15 
(0%,22%,27%,15%)
(0.00/0.22/0.27/0.15)	

CMYK percentages

%0
%22.12
%26.73
%14.9

Codes

Color #D9A99F in popluar color models

D9A99F
RGB217169159
HSL10°43.28%73.73%
HSB/HSV10°26.73%85.10%
CMYK0.00%22.12%26.73%
14.90%

Color #D9A99F in popluar number systems.

HEXD9A99F
Decimal217169159
Binary110110011010100110011111
Octal331251237

Shades and tints

Shades of #D9A99F

#D9A99F
(217,169,159)
#C69A91
(198,154,145)
#B38B83
(179,139,131)
#A07C75
(160,124,117)
#8D6D67
(141,109,103)
#7A5E59
(122,94,89)
#674F4B
(103,79,75)
#54403D
(84,64,61)
#41312F
(65,49,47)
#2E2221
(46,34,33)
#1B1313
(27,19,19)
#000000
(0,0,0)

Tints of #D9A99F

#D9A99F
(217,169,159)
#DCB0A7
(220,176,167)
#DFB7AF
(223,183,175)
#E2BEB7
(226,190,183)
#E5C5BF
(229,197,191)
#E8CCC7
(232,204,199)
#EBD3CF
(235,211,207)
#EEDAD7
(238,218,215)
#F1E1DF
(241,225,223)
#F4E8E7
(244,232,231)
#F7EFEF
(247,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9A99F; }

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

This text font color is #D9A99F.


Background Color

.myBgColor { background-color: #D9A99F; }

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

This div background color is #D9A99F.


Border color

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

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

This div border color is #D9A99F.


Opacity

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

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

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

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

This text has shadow with #D9A99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9A99F on black background.


Color preview on white background

This text has color #D9A99F on white background.



Black color preview on #D9A99F background

This text has black color on #D9A99F background.


White color preview on #D9A99F background

This text has white color on #D9A99F background.