COLOR #D0A08B

HEX: #D0A08B
RGB: (208,160,139)

Color info

#D0A08B contains mainly red and green colors. Web safe color of #D0A08B is #CC9999 (or #C99).

RGB color model

#D0A08B color RGB value is (208,160,139).

  • red value is 208;
  • green value is 160;
  • blue value is 139.
RGB:
(208,160,139)
(82%,63%,55%)

RGB channels and saturation

R 208 of 255 = 82%
G 160 of 255 = 63%
B 139 of 255 = 55%

208
160
139

R + G + B ~ 67%. #D0A08B is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 160 + 139 = 507 (100%)
R 208 of 507 ~ 41.03%
G 160 of 507 ~ 31.56%
B 139 of 507 ~ 27.42%

%41.03
%31.56
%27.42

CMYK color model

#D0A08B color CMYK value is (0,23,33,18).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 33.17%
  • key color value is 18.43%
CMYK:
(0,23,33,18)
C0M23Y33K18 
(0%,23%,33%,18%)
(0.00/0.23/0.33/0.18)	

CMYK percentages

%0
%23.08
%33.17
%18.43

Codes

Color #D0A08B in popluar color models

D0A08B
RGB208160139
HSL18°42.33%68.04%
HSB/HSV18°33.17%81.57%
CMYK0.00%23.08%33.17%
18.43%

Color #D0A08B in popluar number systems.

HEXD0A08B
Decimal208160139
Binary110100001010000010001011
Octal320240213

Shades and tints

Shades of #D0A08B

#D0A08B
(208,160,139)
#BE927F
(190,146,127)
#AC8473
(172,132,115)
#9A7667
(154,118,103)
#88685B
(136,104,91)
#765A4F
(118,90,79)
#644C43
(100,76,67)
#523E37
(82,62,55)
#40302B
(64,48,43)
#2E221F
(46,34,31)
#1C1413
(28,20,19)
#000000
(0,0,0)

Tints of #D0A08B

#D0A08B
(208,160,139)
#D4A895
(212,168,149)
#D8B09F
(216,176,159)
#DCB8A9
(220,184,169)
#E0C0B3
(224,192,179)
#E4C8BD
(228,200,189)
#E8D0C7
(232,208,199)
#ECD8D1
(236,216,209)
#F0E0DB
(240,224,219)
#F4E8E5
(244,232,229)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A08B color. Also use rgb(208,160,139) instead hex code.

Text Font Color

.myTextColor { color: #D0A08B; }

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

This text font color is #D0A08B.


Background Color

.myBgColor { background-color: #D0A08B; }

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

This div background color is #D0A08B.


Border color

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

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

This div border color is #D0A08B.


Opacity

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

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

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

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

This text has shadow with #D0A08B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A08B on black background.


Color preview on white background

This text has color #D0A08B on white background.



Black color preview on #D0A08B background

This text has black color on #D0A08B background.


White color preview on #D0A08B background

This text has white color on #D0A08B background.