COLOR #D0C49E

HEX: #D0C49E
RGB: (208,196,158)

Color info

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

RGB color model

#D0C49E color RGB value is (208,196,158).

  • red value is 208;
  • green value is 196;
  • blue value is 158.
RGB:
(208,196,158)
(82%,77%,62%)

RGB channels and saturation

R 208 of 255 = 82%
G 196 of 255 = 77%
B 158 of 255 = 62%

208
196
158

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

Portions of RGB colors in percentages

R + G + B =
208 + 196 + 158 = 562 (100%)
R 208 of 562 ~ 37.01%
G 196 of 562 ~ 34.88%
B 158 of 562 ~ 28.11%

%37.01
%34.88
%28.11

CMYK color model

#D0C49E color CMYK value is (0,6,24,18).

  • cyan value is 0.00%
  • magenta value is 5.77%
  • yellow value is 24.04%
  • key color value is 18.43%
CMYK:
(0,6,24,18)
C0M6Y24K18 
(0%,6%,24%,18%)
(0.00/0.06/0.24/0.18)	

CMYK percentages

%0
%5.77
%24.04
%18.43

Codes

Color #D0C49E in popluar color models

D0C49E
RGB208196158
HSL46°34.72%71.76%
HSB/HSV46°24.04%81.57%
CMYK0.00%5.77%24.04%
18.43%

Color #D0C49E in popluar number systems.

HEXD0C49E
Decimal208196158
Binary110100001100010010011110
Octal320304236

Shades and tints

Shades of #D0C49E

#D0C49E
(208,196,158)
#BEB390
(190,179,144)
#ACA282
(172,162,130)
#9A9174
(154,145,116)
#888066
(136,128,102)
#766F58
(118,111,88)
#645E4A
(100,94,74)
#524D3C
(82,77,60)
#403C2E
(64,60,46)
#2E2B20
(46,43,32)
#1C1A12
(28,26,18)
#000000
(0,0,0)

Tints of #D0C49E

#D0C49E
(208,196,158)
#D4C9A6
(212,201,166)
#D8CEAE
(216,206,174)
#DCD3B6
(220,211,182)
#E0D8BE
(224,216,190)
#E4DDC6
(228,221,198)
#E8E2CE
(232,226,206)
#ECE7D6
(236,231,214)
#F0ECDE
(240,236,222)
#F4F1E6
(244,241,230)
#F8F6EE
(248,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C49E color. Also use rgb(208,196,158) instead hex code.

Text Font Color

.myTextColor { color: #D0C49E; }

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

This text font color is #D0C49E.


Background Color

.myBgColor { background-color: #D0C49E; }

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

This div background color is #D0C49E.


Border color

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

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

This div border color is #D0C49E.


Opacity

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

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

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

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

This text has shadow with #D0C49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C49E on black background.


Color preview on white background

This text has color #D0C49E on white background.



Black color preview on #D0C49E background

This text has black color on #D0C49E background.


White color preview on #D0C49E background

This text has white color on #D0C49E background.