COLOR #D0A980

HEX: #D0A980
RGB: (208,169,128)

Color info

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

RGB color model

#D0A980 color RGB value is (208,169,128).

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

RGB channels and saturation

R 208 of 255 = 82%
G 169 of 255 = 66%
B 128 of 255 = 50%

208
169
128

R + G + B ~ 66%. #D0A980 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 169 + 128 = 505 (100%)
R 208 of 505 ~ 41.19%
G 169 of 505 ~ 33.47%
B 128 of 505 ~ 25.35%

%41.19
%33.47
%25.35

CMYK color model

#D0A980 color CMYK value is (0,19,38,18).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 38.46%
  • key color value is 18.43%
CMYK:
(0,19,38,18)
C0M19Y38K18 
(0%,19%,38%,18%)
(0.00/0.19/0.38/0.18)	

CMYK percentages

%0
%18.75
%38.46
%18.43

Codes

Color #D0A980 in popluar color models

D0A980
RGB208169128
HSL31°45.98%65.88%
HSB/HSV31°38.46%81.57%
CMYK0.00%18.75%38.46%
18.43%

Color #D0A980 in popluar number systems.

HEXD0A980
Decimal208169128
Binary110100001010100110000000
Octal320251200

Shades and tints

Shades of #D0A980

#D0A980
(208,169,128)
#BE9A75
(190,154,117)
#AC8B6A
(172,139,106)
#9A7C5F
(154,124,95)
#886D54
(136,109,84)
#765E49
(118,94,73)
#644F3E
(100,79,62)
#524033
(82,64,51)
#403128
(64,49,40)
#2E221D
(46,34,29)
#1C1312
(28,19,18)
#000000
(0,0,0)

Tints of #D0A980

#D0A980
(208,169,128)
#D4B08B
(212,176,139)
#D8B796
(216,183,150)
#DCBEA1
(220,190,161)
#E0C5AC
(224,197,172)
#E4CCB7
(228,204,183)
#E8D3C2
(232,211,194)
#ECDACD
(236,218,205)
#F0E1D8
(240,225,216)
#F4E8E3
(244,232,227)
#F8EFEE
(248,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A980; }

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

This text font color is #D0A980.


Background Color

.myBgColor { background-color: #D0A980; }

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

This div background color is #D0A980.


Border color

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

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

This div border color is #D0A980.


Opacity

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

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

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

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

This text has shadow with #D0A980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A980 on black background.


Color preview on white background

This text has color #D0A980 on white background.



Black color preview on #D0A980 background

This text has black color on #D0A980 background.


White color preview on #D0A980 background

This text has white color on #D0A980 background.