COLOR #D0CF96

HEX: #D0CF96
RGB: (208,207,150)

Color info

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

RGB color model

#D0CF96 color RGB value is (208,207,150).

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

RGB channels and saturation

R 208 of 255 = 82%
G 207 of 255 = 81%
B 150 of 255 = 59%

208
207
150

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

Portions of RGB colors in percentages

R + G + B =
208 + 207 + 150 = 565 (100%)
R 208 of 565 ~ 36.81%
G 207 of 565 ~ 36.64%
B 150 of 565 ~ 26.55%

%36.81
%36.64
%26.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.48%
  • yellow value is 27.88%
  • key color value is 18.43%
CMYK:
(0,0,28,18)
C0M0Y28K18 
(0%,0%,28%,18%)
(0.00/0.00/0.28/0.18)	

CMYK percentages

%0
%0.48
%27.88
%18.43

Codes

Color #D0CF96 in popluar color models

D0CF96
RGB208207150
HSL59°38.16%70.20%
HSB/HSV59°27.88%81.57%
CMYK0.00%0.48%27.88%
18.43%

Color #D0CF96 in popluar number systems.

HEXD0CF96
Decimal208207150
Binary110100001100111110010110
Octal320317226

Shades and tints

Shades of #D0CF96

#D0CF96
(208,207,150)
#BEBD89
(190,189,137)
#ACAB7C
(172,171,124)
#9A996F
(154,153,111)
#888762
(136,135,98)
#767555
(118,117,85)
#646348
(100,99,72)
#52513B
(82,81,59)
#403F2E
(64,63,46)
#2E2D21
(46,45,33)
#1C1B14
(28,27,20)
#000000
(0,0,0)

Tints of #D0CF96

#D0CF96
(208,207,150)
#D4D39F
(212,211,159)
#D8D7A8
(216,215,168)
#DCDBB1
(220,219,177)
#E0DFBA
(224,223,186)
#E4E3C3
(228,227,195)
#E8E7CC
(232,231,204)
#ECEBD5
(236,235,213)
#F0EFDE
(240,239,222)
#F4F3E7
(244,243,231)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0CF96; }

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

This text font color is #D0CF96.


Background Color

.myBgColor { background-color: #D0CF96; }

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

This div background color is #D0CF96.


Border color

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

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

This div border color is #D0CF96.


Opacity

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

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

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

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

This text has shadow with #D0CF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0CF96 on black background.


Color preview on white background

This text has color #D0CF96 on white background.



Black color preview on #D0CF96 background

This text has black color on #D0CF96 background.


White color preview on #D0CF96 background

This text has white color on #D0CF96 background.