COLOR #D0A996

HEX: #D0A996
RGB: (208,169,150)

Color info

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

RGB color model

#D0A996 color RGB value is (208,169,150).

  • red value is 208;
  • green value is 169;
  • blue value is 150.
RGB:
(208,169,150)
(82%,66%,59%)

RGB channels and saturation

R 208 of 255 = 82%
G 169 of 255 = 66%
B 150 of 255 = 59%

208
169
150

R + G + B ~ 69%. #D0A996 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 169 + 150 = 527 (100%)
R 208 of 527 ~ 39.47%
G 169 of 527 ~ 32.07%
B 150 of 527 ~ 28.46%

%39.47
%32.07
%28.46

CMYK color model

#D0A996 color CMYK value is (0,19,28,18).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 27.88%
  • key color value is 18.43%
CMYK:
(0,19,28,18)
C0M19Y28K18 
(0%,19%,28%,18%)
(0.00/0.19/0.28/0.18)	

CMYK percentages

%0
%18.75
%27.88
%18.43

Codes

Color #D0A996 in popluar color models

D0A996
RGB208169150
HSL20°38.16%70.20%
HSB/HSV20°27.88%81.57%
CMYK0.00%18.75%27.88%
18.43%

Color #D0A996 in popluar number systems.

HEXD0A996
Decimal208169150
Binary110100001010100110010110
Octal320251226

Shades and tints

Shades of #D0A996

#D0A996
(208,169,150)
#BE9A89
(190,154,137)
#AC8B7C
(172,139,124)
#9A7C6F
(154,124,111)
#886D62
(136,109,98)
#765E55
(118,94,85)
#644F48
(100,79,72)
#52403B
(82,64,59)
#40312E
(64,49,46)
#2E2221
(46,34,33)
#1C1314
(28,19,20)
#000000
(0,0,0)

Tints of #D0A996

#D0A996
(208,169,150)
#D4B09F
(212,176,159)
#D8B7A8
(216,183,168)
#DCBEB1
(220,190,177)
#E0C5BA
(224,197,186)
#E4CCC3
(228,204,195)
#E8D3CC
(232,211,204)
#ECDAD5
(236,218,213)
#F0E1DE
(240,225,222)
#F4E8E7
(244,232,231)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A996 color. Also use rgb(208,169,150) instead hex code.

Text Font Color

.myTextColor { color: #D0A996; }

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

This text font color is #D0A996.


Background Color

.myBgColor { background-color: #D0A996; }

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

This div background color is #D0A996.


Border color

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

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

This div border color is #D0A996.


Opacity

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

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

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

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

This text has shadow with #D0A996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A996 on black background.


Color preview on white background

This text has color #D0A996 on white background.



Black color preview on #D0A996 background

This text has black color on #D0A996 background.


White color preview on #D0A996 background

This text has white color on #D0A996 background.