COLOR #D0C0AD

HEX: #D0C0AD RGB: (208,192,173)

Color info

#D0C0AD contains red, green and blue colors in about the same proportion. Web safe color of #D0C0AD is #CCCC99 (or #CC9).

RGB color model

#D0C0AD color RGB value is (208,192,173).

RGB: (208,192,173) (82%, 75%, 68%)

RGB channels and saturation

R 208 of 255 = 82%
G 192 of 255 = 75%
B 173 of 255 = 68%

208
192
173

R + G + B ~ 75%. #D0C0AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 192 + 173 = 573 (100%)
R 208 of 573 ~ 36.3%
G 192 of 573 ~ 33.51%
B 173 of 573 ~ 30.19'%

%36.3
%33.51
%30.19

CMYK color model

#D0C0AD color CMYK value is (0,8,17,18).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 16.83%
  • key color value is 18.43%
CMYK: (0,8,17,18) C0M8Y17K18 (0%,8%,17%,18%) (0.00/0.08/0.17/0.18) 

CMYK percentages

%0
%7.69
%16.83
%18.43

Codes

Color #D0C0AD in popluar color models

D0 C0 AD
RGB 208 192 173
HSL 33° 27.13% 74.71%
HSB/HSV 33° 16.83% 81.57%
CMYK 0.00% 7.69% 16.83%
18.43%

Color #D0C0AD in popluar number systems.

HEX D0 C0 AD
Decimal 208 192 173
Binary 11010000 11000000 10101101
Octal 320 300 255

Shades and tints

Shades of #D0C0AD

#D0C0AD
(208,192,173)
#BEAF9E
(190,175,158)
#AC9E8F
(172,158,143)
#9A8D80
(154,141,128)
#887C71
(136,124,113)
#766B62
(118,107,98)
#645A53
(100,90,83)
#524944
(82,73,68)
#403835
(64,56,53)
#2E2726
(46,39,38)
#1C1617
(28,22,23)
#000000
(0,0,0)

Tints of #D0C0AD

#D0C0AD
(208,192,173)
#D4C5B4
(212,197,180)
#D8CABB
(216,202,187)
#DCCFC2
(220,207,194)
#E0D4C9
(224,212,201)
#E4D9D0
(228,217,208)
#E8DED7
(232,222,215)
#ECE3DE
(236,227,222)
#F0E8E5
(240,232,229)
#F4EDEC
(244,237,236)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C0AD color. Also use rgb(208,192,173) instead hex code.

Text Font Color

.myTextColor { color: #D0C0AD; }

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

This text font color is #D0C0AD.

Background Color

.myBgColor { background-color: #D0C0AD; }

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

This div background color is #D0C0AD.

Border color

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

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

This div border color is #D0C0AD.

Opacity

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

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

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

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

This text has shadow with #D0C0AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0C0AD.

Preview

Color preview on black background

This text has color #D0C0AD on black background.


Color preview on white background

This text has color #D0C0AD on white background.


Black color preview on #D0C0AD background

This text has black color on #D0C0AD background.


White color preview on #D0C0AD background

This text has white color on #D0C0AD background.


Related colors

Complementary color

Complementary color for #hex is #2F3F52.


I love getcolorcode.com

Triadic colors

1 #ADD0C0 and #C0ADD0 with #D0C0AD are triadic colors.

2 #ADC0D0 and #C0D0AD with #D0C0AD are triadic colors.