COLOR #D0C894

HEX: #D0C894
RGB: (208,200,148)

Color info

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

RGB color model

#D0C894 color RGB value is (208,200,148).

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

RGB channels and saturation

R 208 of 255 = 82%
G 200 of 255 = 78%
B 148 of 255 = 58%

208
200
148

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

Portions of RGB colors in percentages

R + G + B =
208 + 200 + 148 = 556 (100%)
R 208 of 556 ~ 37.41%
G 200 of 556 ~ 35.97%
B 148 of 556 ~ 26.62%

%37.41
%35.97
%26.62

CMYK color model

#D0C894 color CMYK value is (0,4,29,18).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 28.85%
  • key color value is 18.43%
CMYK:
(0,4,29,18)
C0M4Y29K18 
(0%,4%,29%,18%)
(0.00/0.04/0.29/0.18)	

CMYK percentages

%0
%3.85
%28.85
%18.43

Codes

Color #D0C894 in popluar color models

D0C894
RGB208200148
HSL52°38.96%69.80%
HSB/HSV52°28.85%81.57%
CMYK0.00%3.85%28.85%
18.43%

Color #D0C894 in popluar number systems.

HEXD0C894
Decimal208200148
Binary110100001100100010010100
Octal320310224

Shades and tints

Shades of #D0C894

#D0C894
(208,200,148)
#BEB687
(190,182,135)
#ACA47A
(172,164,122)
#9A926D
(154,146,109)
#888060
(136,128,96)
#766E53
(118,110,83)
#645C46
(100,92,70)
#524A39
(82,74,57)
#40382C
(64,56,44)
#2E261F
(46,38,31)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #D0C894

#D0C894
(208,200,148)
#D4CD9D
(212,205,157)
#D8D2A6
(216,210,166)
#DCD7AF
(220,215,175)
#E0DCB8
(224,220,184)
#E4E1C1
(228,225,193)
#E8E6CA
(232,230,202)
#ECEBD3
(236,235,211)
#F0F0DC
(240,240,220)
#F4F5E5
(244,245,229)
#F8FAEE
(248,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0C894; }

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

This text font color is #D0C894.


Background Color

.myBgColor { background-color: #D0C894; }

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

This div background color is #D0C894.


Border color

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

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

This div border color is #D0C894.


Opacity

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

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

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

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

This text has shadow with #D0C894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C894 on black background.


Color preview on white background

This text has color #D0C894 on white background.



Black color preview on #D0C894 background

This text has black color on #D0C894 background.


White color preview on #D0C894 background

This text has white color on #D0C894 background.