COLOR #D0C0AF

HEX: #D0C0AF RGB: (208,192,175)

Color info

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

RGB color model

#D0C0AF color RGB value is (208,192,175).

RGB: (208,192,175) (82%, 75%, 69%)

RGB channels and saturation

R 208 of 255 = 82%
G 192 of 255 = 75%
B 175 of 255 = 69%

208
192
175

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

Portions of RGB colors in percentages

R + G + B = 208 + 192 + 175 = 575 (100%)
R 208 of 575 ~ 36.17%
G 192 of 575 ~ 33.39%
B 175 of 575 ~ 30.43'%

%36.17
%33.39
%30.43

CMYK color model

#D0C0AF color CMYK value is (0,8,16,18).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 15.87%
  • key color value is 18.43%

CMYK: (0,8,16,18)
C0M8Y16K18 (0%, 8%, 16%, 18%)
(0.00 / 0.08 / 0.16 / 0.18)

CMYK percentages

%0
%7.69
%15.87
%18.43

Codes

Color #D0C0AF in popluar color models

D0 C0 AF
RGB 208 192 175
HSL 31° 25.98% 75.10%
HSB/HSV 31° 15.87% 81.57%
CMYK 0.00% 7.69% 15.87%
18.43%

Color #D0C0AF in popluar number systems.

HEX D0 C0 AF
Decimal 208 192 175
Binary 11010000 11000000 10101111
Octal 320 300 257

Shades and tints

Shades of #D0C0AF

#D0C0AF
(208,192,175)
#BEAFA0
(190,175,160)
#AC9E91
(172,158,145)
#9A8D82
(154,141,130)
#887C73
(136,124,115)
#766B64
(118,107,100)
#645A55
(100,90,85)
#524946
(82,73,70)
#403837
(64,56,55)
#2E2728
(46,39,40)
#1C1619
(28,22,25)
#000000
(0,0,0)

Tints of #D0C0AF

#D0C0AF
(208,192,175)
#D4C5B6
(212,197,182)
#D8CABD
(216,202,189)
#DCCFC4
(220,207,196)
#E0D4CB
(224,212,203)
#E4D9D2
(228,217,210)
#E8DED9
(232,222,217)
#ECE3E0
(236,227,224)
#F0E8E7
(240,232,231)
#F4EDEE
(244,237,238)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0C0AF; }

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

This text font color is #D0C0AF.

Background Color

.myBgColor { background-color: #D0C0AF; }

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

This div background color is #D0C0AF.

Border color

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

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

This div border color is #D0C0AF.

Opacity

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

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

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

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

This text has shadow with #D0C0AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0C0AF.

Preview

Color preview on black background

This text has color #D0C0AF on black background.


Color preview on white background

This text has color #D0C0AF on white background.


Black color preview on #D0C0AF background

This text has black color on #D0C0AF background.


White color preview on #D0C0AF background

This text has white color on #D0C0AF background.


Related colors

Complementary color

Complementary color for #hex is #2F3F50.


I love getcolorcode.com

Triadic colors

1 #AFD0C0 and #C0AFD0 with #D0C0AF are triadic colors.

2 #AFC0D0 and #C0D0AF with #D0C0AF are triadic colors.