COLOR #D0C090

HEX: #D0C090
RGB: (208,192,144)

Color info

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

RGB color model

#D0C090 color RGB value is (208,192,144).

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

RGB channels and saturation

R 208 of 255 = 82%
G 192 of 255 = 75%
B 144 of 255 = 56%

208
192
144

R + G + B ~ 71%. #D0C090 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 192 + 144 = 544 (100%)
R 208 of 544 ~ 38.24%
G 192 of 544 ~ 35.29%
B 144 of 544 ~ 26.47%

%38.24
%35.29
%26.47

CMYK color model

#D0C090 color CMYK value is (0,8,31,18).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 30.77%
  • key color value is 18.43%
CMYK:
(0,8,31,18)
C0M8Y31K18 
(0%,8%,31%,18%)
(0.00/0.08/0.31/0.18)	

CMYK percentages

%0
%7.69
%30.77
%18.43

Codes

Color #D0C090 in popluar color models

D0C090
RGB208192144
HSL45°40.51%69.02%
HSB/HSV45°30.77%81.57%
CMYK0.00%7.69%30.77%
18.43%

Color #D0C090 in popluar number systems.

HEXD0C090
Decimal208192144
Binary110100001100000010010000
Octal320300220

Shades and tints

Shades of #D0C090

#D0C090
(208,192,144)
#BEAF83
(190,175,131)
#AC9E76
(172,158,118)
#9A8D69
(154,141,105)
#887C5C
(136,124,92)
#766B4F
(118,107,79)
#645A42
(100,90,66)
#524935
(82,73,53)
#403828
(64,56,40)
#2E271B
(46,39,27)
#1C160E
(28,22,14)
#000000
(0,0,0)

Tints of #D0C090

#D0C090
(208,192,144)
#D4C59A
(212,197,154)
#D8CAA4
(216,202,164)
#DCCFAE
(220,207,174)
#E0D4B8
(224,212,184)
#E4D9C2
(228,217,194)
#E8DECC
(232,222,204)
#ECE3D6
(236,227,214)
#F0E8E0
(240,232,224)
#F4EDEA
(244,237,234)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0C090; }

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

This text font color is #D0C090.


Background Color

.myBgColor { background-color: #D0C090; }

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

This div background color is #D0C090.


Border color

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

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

This div border color is #D0C090.


Opacity

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

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

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

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

This text has shadow with #D0C090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C090 on black background.


Color preview on white background

This text has color #D0C090 on white background.



Black color preview on #D0C090 background

This text has black color on #D0C090 background.


White color preview on #D0C090 background

This text has white color on #D0C090 background.