COLOR #D0C997

HEX: #D0C997 RGB: (208,201,151)

Color info

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

RGB color model

#D0C997 color RGB value is (208,201,151).

RGB: (208,201,151) (82%, 79%, 59%)

RGB channels and saturation

R 208 of 255 = 82%
G 201 of 255 = 79%
B 151 of 255 = 59%

208
201
151

R + G + B ~ 73%. #D0C997 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 201 + 151 = 560 (100%)
R 208 of 560 ~ 37.14%
G 201 of 560 ~ 35.89%
B 151 of 560 ~ 26.96'%

%37.14
%35.89
%26.96

CMYK color model

#D0C997 color CMYK value is (0,3,27,18).

  • cyan value is 0.00%
  • magenta value is 3.37%
  • yellow value is 27.40%
  • key color value is 18.43%

CMYK: (0,3,27,18)
C0M3Y27K18 (0%, 3%, 27%, 18%)
(0.00 / 0.03 / 0.27 / 0.18)

CMYK percentages

%0
%3.37
%27.4
%18.43

Codes

Color #D0C997 in popluar color models

D0 C9 97
RGB 208 201 151
HSL 53° 37.75% 70.39%
HSB/HSV 53° 27.40% 81.57%
CMYK 0.00% 3.37% 27.40%
18.43%

Color #D0C997 in popluar number systems.

HEX D0 C9 97
Decimal 208 201 151
Binary 11010000 11001001 10010111
Octal 320 311 227

Shades and tints

Shades of #D0C997

#D0C997
(208,201,151)
#BEB78A
(190,183,138)
#ACA57D
(172,165,125)
#9A9370
(154,147,112)
#888163
(136,129,99)
#766F56
(118,111,86)
#645D49
(100,93,73)
#524B3C
(82,75,60)
#40392F
(64,57,47)
#2E2722
(46,39,34)
#1C1515
(28,21,21)
#000000
(0,0,0)

Tints of #D0C997

#D0C997
(208,201,151)
#D4CDA0
(212,205,160)
#D8D1A9
(216,209,169)
#DCD5B2
(220,213,178)
#E0D9BB
(224,217,187)
#E4DDC4
(228,221,196)
#E8E1CD
(232,225,205)
#ECE5D6
(236,229,214)
#F0E9DF
(240,233,223)
#F4EDE8
(244,237,232)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C997 color. Also use rgb(208,201,151) instead hex code.

Text Font Color

.myTextColor { color: #D0C997; }

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

This text font color is #D0C997.

Background Color

.myBgColor { background-color: #D0C997; }

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

This div background color is #D0C997.

Border color

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

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

This div border color is #D0C997.

Opacity

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

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

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

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

This text has shadow with #D0C997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0C997.

Preview

Color preview on black background

This text has color #D0C997 on black background.


Color preview on white background

This text has color #D0C997 on white background.


Black color preview on #D0C997 background

This text has black color on #D0C997 background.


White color preview on #D0C997 background

This text has white color on #D0C997 background.


Related colors

Complementary color

Complementary color for #hex is #2F3668.


I love getcolorcode.com

Triadic colors

1 #97D0C9 and #C997D0 with #D0C997 are triadic colors.

2 #97C9D0 and #C9D097 with #D0C997 are triadic colors.