COLOR #D0C59D

HEX: #D0C59D RGB: (208,197,157)

Color info

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

RGB color model

#D0C59D color RGB value is (208,197,157).

RGB: (208,197,157) (82%, 77%, 62%)

RGB channels and saturation

R 208 of 255 = 82%
G 197 of 255 = 77%
B 157 of 255 = 62%

208
197
157

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

Portions of RGB colors in percentages

R + G + B = 208 + 197 + 157 = 562 (100%)
R 208 of 562 ~ 37.01%
G 197 of 562 ~ 35.05%
B 157 of 562 ~ 27.94'%

%37.01
%35.05
%27.94

CMYK color model

#D0C59D color CMYK value is (0,5,25,18).

  • cyan value is 0.00%
  • magenta value is 5.29%
  • yellow value is 24.52%
  • key color value is 18.43%

CMYK: (0,5,25,18)
C0M5Y25K18 (0%, 5%, 25%, 18%)
(0.00 / 0.05 / 0.25 / 0.18)

CMYK percentages

%0
%5.29
%24.52
%18.43

Codes

Color #D0C59D in popluar color models

D0 C5 9D
RGB 208 197 157
HSL 47° 35.17% 71.57%
HSB/HSV 47° 24.52% 81.57%
CMYK 0.00% 5.29% 24.52%
18.43%

Color #D0C59D in popluar number systems.

HEX D0 C5 9D
Decimal 208 197 157
Binary 11010000 11000101 10011101
Octal 320 305 235

Shades and tints

Shades of #D0C59D

#D0C59D
(208,197,157)
#BEB48F
(190,180,143)
#ACA381
(172,163,129)
#9A9273
(154,146,115)
#888165
(136,129,101)
#767057
(118,112,87)
#645F49
(100,95,73)
#524E3B
(82,78,59)
#403D2D
(64,61,45)
#2E2C1F
(46,44,31)
#1C1B11
(28,27,17)
#000000
(0,0,0)

Tints of #D0C59D

#D0C59D
(208,197,157)
#D4CAA5
(212,202,165)
#D8CFAD
(216,207,173)
#DCD4B5
(220,212,181)
#E0D9BD
(224,217,189)
#E4DEC5
(228,222,197)
#E8E3CD
(232,227,205)
#ECE8D5
(236,232,213)
#F0EDDD
(240,237,221)
#F4F2E5
(244,242,229)
#F8F7ED
(248,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C59D color. Also use rgb(208,197,157) instead hex code.

Text Font Color

.myTextColor { color: #D0C59D; }

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

This text font color is #D0C59D.

Background Color

.myBgColor { background-color: #D0C59D; }

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

This div background color is #D0C59D.

Border color

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

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

This div border color is #D0C59D.

Opacity

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

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

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

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

This text has shadow with #D0C59D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0C59D.

Preview

Color preview on black background

This text has color #D0C59D on black background.


Color preview on white background

This text has color #D0C59D on white background.


Black color preview on #D0C59D background

This text has black color on #D0C59D background.


White color preview on #D0C59D background

This text has white color on #D0C59D background.


Related colors

Complementary color

Complementary color for #hex is #2F3A62.


I love getcolorcode.com

Triadic colors

1 #9DD0C5 and #C59DD0 with #D0C59D are triadic colors.

2 #9DC5D0 and #C5D09D with #D0C59D are triadic colors.