COLOR #D2C993

HEX: #D2C993
RGB: (210,201,147)

Color info

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

RGB color model

#D2C993 color RGB value is (210,201,147).

  • red value is 210;
  • green value is 201;
  • blue value is 147.
RGB:
(210,201,147)
(82%,79%,58%)

RGB channels and saturation

R 210 of 255 = 82%
G 201 of 255 = 79%
B 147 of 255 = 58%

210
201
147

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

Portions of RGB colors in percentages

R + G + B =
210 + 201 + 147 = 558 (100%)
R 210 of 558 ~ 37.63%
G 201 of 558 ~ 36.02%
B 147 of 558 ~ 26.34%

%37.63
%36.02
%26.34

CMYK color model

#D2C993 color CMYK value is (0,4,30,18).

  • cyan value is 0.00%
  • magenta value is 4.29%
  • yellow value is 30.00%
  • key color value is 17.65%
CMYK:
(0,4,30,18)
C0M4Y30K18 
(0%,4%,30%,18%)
(0.00/0.04/0.30/0.18)	

CMYK percentages

%0
%4.29
%30
%17.65

Codes

Color #D2C993 in popluar color models

D2C993
RGB210201147
HSL51°41.18%70.00%
HSB/HSV51°30.00%82.35%
CMYK0.00%4.29%30.00%
17.65%

Color #D2C993 in popluar number systems.

HEXD2C993
Decimal210201147
Binary110100101100100110010011
Octal322311223

Shades and tints

Shades of #D2C993

#D2C993
(210,201,147)
#BFB786
(191,183,134)
#ACA579
(172,165,121)
#99936C
(153,147,108)
#86815F
(134,129,95)
#736F52
(115,111,82)
#605D45
(96,93,69)
#4D4B38
(77,75,56)
#3A392B
(58,57,43)
#27271E
(39,39,30)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #D2C993

#D2C993
(210,201,147)
#D6CD9C
(214,205,156)
#DAD1A5
(218,209,165)
#DED5AE
(222,213,174)
#E2D9B7
(226,217,183)
#E6DDC0
(230,221,192)
#EAE1C9
(234,225,201)
#EEE5D2
(238,229,210)
#F2E9DB
(242,233,219)
#F6EDE4
(246,237,228)
#FAF1ED
(250,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C993 color. Also use rgb(210,201,147) instead hex code.

Text Font Color

.myTextColor { color: #D2C993; }

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

This text font color is #D2C993.


Background Color

.myBgColor { background-color: #D2C993; }

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

This div background color is #D2C993.


Border color

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

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

This div border color is #D2C993.


Opacity

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

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

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

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

This text has shadow with #D2C993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C993 on black background.


Color preview on white background

This text has color #D2C993 on white background.



Black color preview on #D2C993 background

This text has black color on #D2C993 background.


White color preview on #D2C993 background

This text has white color on #D2C993 background.