COLOR #D0A88D

HEX: #D0A88D
RGB: (208,168,141)

Color info

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

RGB color model

#D0A88D color RGB value is (208,168,141).

  • red value is 208;
  • green value is 168;
  • blue value is 141.
RGB:
(208,168,141)
(82%,66%,55%)

RGB channels and saturation

R 208 of 255 = 82%
G 168 of 255 = 66%
B 141 of 255 = 55%

208
168
141

R + G + B ~ 68%. #D0A88D is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 168 + 141 = 517 (100%)
R 208 of 517 ~ 40.23%
G 168 of 517 ~ 32.5%
B 141 of 517 ~ 27.27%

%40.23
%32.5
%27.27

CMYK color model

#D0A88D color CMYK value is (0,19,32,18).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 32.21%
  • key color value is 18.43%
CMYK:
(0,19,32,18)
C0M19Y32K18 
(0%,19%,32%,18%)
(0.00/0.19/0.32/0.18)	

CMYK percentages

%0
%19.23
%32.21
%18.43

Codes

Color #D0A88D in popluar color models

D0A88D
RGB208168141
HSL24°41.61%68.43%
HSB/HSV24°32.21%81.57%
CMYK0.00%19.23%32.21%
18.43%

Color #D0A88D in popluar number systems.

HEXD0A88D
Decimal208168141
Binary110100001010100010001101
Octal320250215

Shades and tints

Shades of #D0A88D

#D0A88D
(208,168,141)
#BE9981
(190,153,129)
#AC8A75
(172,138,117)
#9A7B69
(154,123,105)
#886C5D
(136,108,93)
#765D51
(118,93,81)
#644E45
(100,78,69)
#523F39
(82,63,57)
#40302D
(64,48,45)
#2E2121
(46,33,33)
#1C1215
(28,18,21)
#000000
(0,0,0)

Tints of #D0A88D

#D0A88D
(208,168,141)
#D4AF97
(212,175,151)
#D8B6A1
(216,182,161)
#DCBDAB
(220,189,171)
#E0C4B5
(224,196,181)
#E4CBBF
(228,203,191)
#E8D2C9
(232,210,201)
#ECD9D3
(236,217,211)
#F0E0DD
(240,224,221)
#F4E7E7
(244,231,231)
#F8EEF1
(248,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A88D color. Also use rgb(208,168,141) instead hex code.

Text Font Color

.myTextColor { color: #D0A88D; }

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

This text font color is #D0A88D.


Background Color

.myBgColor { background-color: #D0A88D; }

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

This div background color is #D0A88D.


Border color

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

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

This div border color is #D0A88D.


Opacity

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

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

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

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

This text has shadow with #D0A88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A88D on black background.


Color preview on white background

This text has color #D0A88D on white background.



Black color preview on #D0A88D background

This text has black color on #D0A88D background.


White color preview on #D0A88D background

This text has white color on #D0A88D background.