COLOR #D0CC94

HEX: #D0CC94
RGB: (208,204,148)

Color info

#D0CC94 contains mainly red and green colors. Web safe color of #D0CC94 is #CCCC99 (or #CC9).

RGB color model

#D0CC94 color RGB value is (208,204,148).

  • red value is 208;
  • green value is 204;
  • blue value is 148.
RGB:
(208,204,148)
(82%,80%,58%)

RGB channels and saturation

R 208 of 255 = 82%
G 204 of 255 = 80%
B 148 of 255 = 58%

208
204
148

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

Portions of RGB colors in percentages

R + G + B =
208 + 204 + 148 = 560 (100%)
R 208 of 560 ~ 37.14%
G 204 of 560 ~ 36.43%
B 148 of 560 ~ 26.43%

%37.14
%36.43
%26.43

CMYK color model

#D0CC94 color CMYK value is (0,2,29,18).

  • cyan value is 0.00%
  • magenta value is 1.92%
  • yellow value is 28.85%
  • key color value is 18.43%
CMYK:
(0,2,29,18)
C0M2Y29K18 
(0%,2%,29%,18%)
(0.00/0.02/0.29/0.18)	

CMYK percentages

%0
%1.92
%28.85
%18.43

Codes

Color #D0CC94 in popluar color models

D0CC94
RGB208204148
HSL56°38.96%69.80%
HSB/HSV56°28.85%81.57%
CMYK0.00%1.92%28.85%
18.43%

Color #D0CC94 in popluar number systems.

HEXD0CC94
Decimal208204148
Binary110100001100110010010100
Octal320314224

Shades and tints

Shades of #D0CC94

#D0CC94
(208,204,148)
#BEBA87
(190,186,135)
#ACA87A
(172,168,122)
#9A966D
(154,150,109)
#888460
(136,132,96)
#767253
(118,114,83)
#646046
(100,96,70)
#524E39
(82,78,57)
#403C2C
(64,60,44)
#2E2A1F
(46,42,31)
#1C1812
(28,24,18)
#000000
(0,0,0)

Tints of #D0CC94

#D0CC94
(208,204,148)
#D4D09D
(212,208,157)
#D8D4A6
(216,212,166)
#DCD8AF
(220,216,175)
#E0DCB8
(224,220,184)
#E4E0C1
(228,224,193)
#E8E4CA
(232,228,202)
#ECE8D3
(236,232,211)
#F0ECDC
(240,236,220)
#F4F0E5
(244,240,229)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0CC94 color. Also use rgb(208,204,148) instead hex code.

Text Font Color

.myTextColor { color: #D0CC94; }

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

This text font color is #D0CC94.


Background Color

.myBgColor { background-color: #D0CC94; }

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

This div background color is #D0CC94.


Border color

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

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

This div border color is #D0CC94.


Opacity

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

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

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

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

This text has shadow with #D0CC94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0CC94 on black background.


Color preview on white background

This text has color #D0CC94 on white background.



Black color preview on #D0CC94 background

This text has black color on #D0CC94 background.


White color preview on #D0CC94 background

This text has white color on #D0CC94 background.