COLOR #D0C096

HEX: #D0C096
RGB: (208,192,150)

Color info

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

RGB color model

#D0C096 color RGB value is (208,192,150).

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

RGB channels and saturation

R 208 of 255 = 82%
G 192 of 255 = 75%
B 150 of 255 = 59%

208
192
150

R + G + B ~ 72%. #D0C096 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 192 + 150 = 550 (100%)
R 208 of 550 ~ 37.82%
G 192 of 550 ~ 34.91%
B 150 of 550 ~ 27.27%

%37.82
%34.91
%27.27

CMYK color model

#D0C096 color CMYK value is (0,8,28,18).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 27.88%
  • key color value is 18.43%
CMYK:
(0,8,28,18)
C0M8Y28K18 
(0%,8%,28%,18%)
(0.00/0.08/0.28/0.18)	

CMYK percentages

%0
%7.69
%27.88
%18.43

Codes

Color #D0C096 in popluar color models

D0C096
RGB208192150
HSL43°38.16%70.20%
HSB/HSV43°27.88%81.57%
CMYK0.00%7.69%27.88%
18.43%

Color #D0C096 in popluar number systems.

HEXD0C096
Decimal208192150
Binary110100001100000010010110
Octal320300226

Shades and tints

Shades of #D0C096

#D0C096
(208,192,150)
#BEAF89
(190,175,137)
#AC9E7C
(172,158,124)
#9A8D6F
(154,141,111)
#887C62
(136,124,98)
#766B55
(118,107,85)
#645A48
(100,90,72)
#52493B
(82,73,59)
#40382E
(64,56,46)
#2E2721
(46,39,33)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #D0C096

#D0C096
(208,192,150)
#D4C59F
(212,197,159)
#D8CAA8
(216,202,168)
#DCCFB1
(220,207,177)
#E0D4BA
(224,212,186)
#E4D9C3
(228,217,195)
#E8DECC
(232,222,204)
#ECE3D5
(236,227,213)
#F0E8DE
(240,232,222)
#F4EDE7
(244,237,231)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0C096; }

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

This text font color is #D0C096.


Background Color

.myBgColor { background-color: #D0C096; }

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

This div background color is #D0C096.


Border color

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

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

This div border color is #D0C096.


Opacity

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

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

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

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

This text has shadow with #D0C096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C096 on black background.


Color preview on white background

This text has color #D0C096 on white background.



Black color preview on #D0C096 background

This text has black color on #D0C096 background.


White color preview on #D0C096 background

This text has white color on #D0C096 background.