COLOR #D0C092

HEX: #D0C092
RGB: (208,192,146)

Color info

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

RGB color model

#D0C092 color RGB value is (208,192,146).

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

RGB channels and saturation

R 208 of 255 = 82%
G 192 of 255 = 75%
B 146 of 255 = 57%

208
192
146

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

Portions of RGB colors in percentages

R + G + B =
208 + 192 + 146 = 546 (100%)
R 208 of 546 ~ 38.1%
G 192 of 546 ~ 35.16%
B 146 of 546 ~ 26.74%

%38.1
%35.16
%26.74

CMYK color model

#D0C092 color CMYK value is (0,8,30,18).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 29.81%
  • key color value is 18.43%
CMYK:
(0,8,30,18)
C0M8Y30K18 
(0%,8%,30%,18%)
(0.00/0.08/0.30/0.18)	

CMYK percentages

%0
%7.69
%29.81
%18.43

Codes

Color #D0C092 in popluar color models

D0C092
RGB208192146
HSL45°39.74%69.41%
HSB/HSV45°29.81%81.57%
CMYK0.00%7.69%29.81%
18.43%

Color #D0C092 in popluar number systems.

HEXD0C092
Decimal208192146
Binary110100001100000010010010
Octal320300222

Shades and tints

Shades of #D0C092

#D0C092
(208,192,146)
#BEAF85
(190,175,133)
#AC9E78
(172,158,120)
#9A8D6B
(154,141,107)
#887C5E
(136,124,94)
#766B51
(118,107,81)
#645A44
(100,90,68)
#524937
(82,73,55)
#40382A
(64,56,42)
#2E271D
(46,39,29)
#1C1610
(28,22,16)
#000000
(0,0,0)

Tints of #D0C092

#D0C092
(208,192,146)
#D4C59B
(212,197,155)
#D8CAA4
(216,202,164)
#DCCFAD
(220,207,173)
#E0D4B6
(224,212,182)
#E4D9BF
(228,217,191)
#E8DEC8
(232,222,200)
#ECE3D1
(236,227,209)
#F0E8DA
(240,232,218)
#F4EDE3
(244,237,227)
#F8F2EC
(248,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0C092; }

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

This text font color is #D0C092.


Background Color

.myBgColor { background-color: #D0C092; }

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

This div background color is #D0C092.


Border color

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

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

This div border color is #D0C092.


Opacity

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

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

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

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

This text has shadow with #D0C092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C092 on black background.


Color preview on white background

This text has color #D0C092 on white background.



Black color preview on #D0C092 background

This text has black color on #D0C092 background.


White color preview on #D0C092 background

This text has white color on #D0C092 background.