COLOR #D0C99B

HEX: #D0C99B
RGB: (208,201,155)

Color info

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

RGB color model

#D0C99B color RGB value is (208,201,155).

  • red value is 208;
  • green value is 201;
  • blue value is 155.
RGB:
(208,201,155)
(82%,79%,61%)

RGB channels and saturation

R 208 of 255 = 82%
G 201 of 255 = 79%
B 155 of 255 = 61%

208
201
155

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

Portions of RGB colors in percentages

R + G + B =
208 + 201 + 155 = 564 (100%)
R 208 of 564 ~ 36.88%
G 201 of 564 ~ 35.64%
B 155 of 564 ~ 27.48%

%36.88
%35.64
%27.48

CMYK color model

#D0C99B color CMYK value is (0,3,25,18).

  • cyan value is 0.00%
  • magenta value is 3.37%
  • yellow value is 25.48%
  • key color value is 18.43%
CMYK:
(0,3,25,18)
C0M3Y25K18 
(0%,3%,25%,18%)
(0.00/0.03/0.25/0.18)	

CMYK percentages

%0
%3.37
%25.48
%18.43

Codes

Color #D0C99B in popluar color models

D0C99B
RGB208201155
HSL52°36.05%71.18%
HSB/HSV52°25.48%81.57%
CMYK0.00%3.37%25.48%
18.43%

Color #D0C99B in popluar number systems.

HEXD0C99B
Decimal208201155
Binary110100001100100110011011
Octal320311233

Shades and tints

Shades of #D0C99B

#D0C99B
(208,201,155)
#BEB78D
(190,183,141)
#ACA57F
(172,165,127)
#9A9371
(154,147,113)
#888163
(136,129,99)
#766F55
(118,111,85)
#645D47
(100,93,71)
#524B39
(82,75,57)
#40392B
(64,57,43)
#2E271D
(46,39,29)
#1C150F
(28,21,15)
#000000
(0,0,0)

Tints of #D0C99B

#D0C99B
(208,201,155)
#D4CDA4
(212,205,164)
#D8D1AD
(216,209,173)
#DCD5B6
(220,213,182)
#E0D9BF
(224,217,191)
#E4DDC8
(228,221,200)
#E8E1D1
(232,225,209)
#ECE5DA
(236,229,218)
#F0E9E3
(240,233,227)
#F4EDEC
(244,237,236)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0C99B; }

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

This text font color is #D0C99B.


Background Color

.myBgColor { background-color: #D0C99B; }

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

This div background color is #D0C99B.


Border color

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

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

This div border color is #D0C99B.


Opacity

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

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

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

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

This text has shadow with #D0C99B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C99B on black background.


Color preview on white background

This text has color #D0C99B on white background.



Black color preview on #D0C99B background

This text has black color on #D0C99B background.


White color preview on #D0C99B background

This text has white color on #D0C99B background.