COLOR #D0C0A5

HEX: #D0C0A5
RGB: (208,192,165)

Color info

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

RGB color model

#D0C0A5 color RGB value is (208,192,165).

  • red value is 208;
  • green value is 192;
  • blue value is 165.
RGB:
(208,192,165)
(82%,75%,65%)

RGB channels and saturation

R 208 of 255 = 82%
G 192 of 255 = 75%
B 165 of 255 = 65%

208
192
165

R + G + B ~ 74%. #D0C0A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 192 + 165 = 565 (100%)
R 208 of 565 ~ 36.81%
G 192 of 565 ~ 33.98%
B 165 of 565 ~ 29.2%

%36.81
%33.98
%29.2

CMYK color model

#D0C0A5 color CMYK value is (0,8,21,18).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 20.67%
  • key color value is 18.43%
CMYK:
(0,8,21,18)
C0M8Y21K18 
(0%,8%,21%,18%)
(0.00/0.08/0.21/0.18)	

CMYK percentages

%0
%7.69
%20.67
%18.43

Codes

Color #D0C0A5 in popluar color models

D0C0A5
RGB208192165
HSL38°31.39%73.14%
HSB/HSV38°20.67%81.57%
CMYK0.00%7.69%20.67%
18.43%

Color #D0C0A5 in popluar number systems.

HEXD0C0A5
Decimal208192165
Binary110100001100000010100101
Octal320300245

Shades and tints

Shades of #D0C0A5

#D0C0A5
(208,192,165)
#BEAF96
(190,175,150)
#AC9E87
(172,158,135)
#9A8D78
(154,141,120)
#887C69
(136,124,105)
#766B5A
(118,107,90)
#645A4B
(100,90,75)
#52493C
(82,73,60)
#40382D
(64,56,45)
#2E271E
(46,39,30)
#1C160F
(28,22,15)
#000000
(0,0,0)

Tints of #D0C0A5

#D0C0A5
(208,192,165)
#D4C5AD
(212,197,173)
#D8CAB5
(216,202,181)
#DCCFBD
(220,207,189)
#E0D4C5
(224,212,197)
#E4D9CD
(228,217,205)
#E8DED5
(232,222,213)
#ECE3DD
(236,227,221)
#F0E8E5
(240,232,229)
#F4EDED
(244,237,237)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0C0A5; }

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

This text font color is #D0C0A5.


Background Color

.myBgColor { background-color: #D0C0A5; }

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

This div background color is #D0C0A5.


Border color

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

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

This div border color is #D0C0A5.


Opacity

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

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

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

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

This text has shadow with #D0C0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C0A5 on black background.


Color preview on white background

This text has color #D0C0A5 on white background.



Black color preview on #D0C0A5 background

This text has black color on #D0C0A5 background.


White color preview on #D0C0A5 background

This text has white color on #D0C0A5 background.