COLOR #D2C092

HEX: #D2C092
RGB: (210,192,146)

Color info

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

RGB color model

#D2C092 color RGB value is (210,192,146).

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

RGB channels and saturation

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

210
192
146

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

Portions of RGB colors in percentages

R + G + B =
210 + 192 + 146 = 548 (100%)
R 210 of 548 ~ 38.32%
G 192 of 548 ~ 35.04%
B 146 of 548 ~ 26.64%

%38.32
%35.04
%26.64

CMYK color model

#D2C092 color CMYK value is (0,9,30,18).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 30.48%
  • key color value is 17.65%
CMYK:
(0,9,30,18)
C0M9Y30K18 
(0%,9%,30%,18%)
(0.00/0.09/0.30/0.18)	

CMYK percentages

%0
%8.57
%30.48
%17.65

Codes

Color #D2C092 in popluar color models

D2C092
RGB210192146
HSL43°41.56%69.80%
HSB/HSV43°30.48%82.35%
CMYK0.00%8.57%30.48%
17.65%

Color #D2C092 in popluar number systems.

HEXD2C092
Decimal210192146
Binary110100101100000010010010
Octal322300222

Shades and tints

Shades of #D2C092

#D2C092
(210,192,146)
#BFAF85
(191,175,133)
#AC9E78
(172,158,120)
#998D6B
(153,141,107)
#867C5E
(134,124,94)
#736B51
(115,107,81)
#605A44
(96,90,68)
#4D4937
(77,73,55)
#3A382A
(58,56,42)
#27271D
(39,39,29)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #D2C092

#D2C092
(210,192,146)
#D6C59B
(214,197,155)
#DACAA4
(218,202,164)
#DECFAD
(222,207,173)
#E2D4B6
(226,212,182)
#E6D9BF
(230,217,191)
#EADEC8
(234,222,200)
#EEE3D1
(238,227,209)
#F2E8DA
(242,232,218)
#F6EDE3
(246,237,227)
#FAF2EC
(250,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2C092; }

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

This text font color is #D2C092.


Background Color

.myBgColor { background-color: #D2C092; }

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

This div background color is #D2C092.


Border color

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

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

This div border color is #D2C092.


Opacity

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

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

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

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

This text has shadow with #D2C092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C092 on black background.


Color preview on white background

This text has color #D2C092 on white background.



Black color preview on #D2C092 background

This text has black color on #D2C092 background.


White color preview on #D2C092 background

This text has white color on #D2C092 background.