COLOR #D2C790

HEX: #D2C790
RGB: (210,199,144)

Color info

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

RGB color model

#D2C790 color RGB value is (210,199,144).

  • red value is 210;
  • green value is 199;
  • blue value is 144.
RGB:
(210,199,144)
(82%,78%,56%)

RGB channels and saturation

R 210 of 255 = 82%
G 199 of 255 = 78%
B 144 of 255 = 56%

210
199
144

R + G + B ~ 72%. #D2C790 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 199 + 144 = 553 (100%)
R 210 of 553 ~ 37.97%
G 199 of 553 ~ 35.99%
B 144 of 553 ~ 26.04%

%37.97
%35.99
%26.04

CMYK color model

#D2C790 color CMYK value is (0,5,31,18).

  • cyan value is 0.00%
  • magenta value is 5.24%
  • yellow value is 31.43%
  • key color value is 17.65%
CMYK:
(0,5,31,18)
C0M5Y31K18 
(0%,5%,31%,18%)
(0.00/0.05/0.31/0.18)	

CMYK percentages

%0
%5.24
%31.43
%17.65

Codes

Color #D2C790 in popluar color models

D2C790
RGB210199144
HSL50°42.31%69.41%
HSB/HSV50°31.43%82.35%
CMYK0.00%5.24%31.43%
17.65%

Color #D2C790 in popluar number systems.

HEXD2C790
Decimal210199144
Binary110100101100011110010000
Octal322307220

Shades and tints

Shades of #D2C790

#D2C790
(210,199,144)
#BFB583
(191,181,131)
#ACA376
(172,163,118)
#999169
(153,145,105)
#867F5C
(134,127,92)
#736D4F
(115,109,79)
#605B42
(96,91,66)
#4D4935
(77,73,53)
#3A3728
(58,55,40)
#27251B
(39,37,27)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #D2C790

#D2C790
(210,199,144)
#D6CC9A
(214,204,154)
#DAD1A4
(218,209,164)
#DED6AE
(222,214,174)
#E2DBB8
(226,219,184)
#E6E0C2
(230,224,194)
#EAE5CC
(234,229,204)
#EEEAD6
(238,234,214)
#F2EFE0
(242,239,224)
#F6F4EA
(246,244,234)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C790 color. Also use rgb(210,199,144) instead hex code.

Text Font Color

.myTextColor { color: #D2C790; }

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

This text font color is #D2C790.


Background Color

.myBgColor { background-color: #D2C790; }

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

This div background color is #D2C790.


Border color

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

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

This div border color is #D2C790.


Opacity

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

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

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

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

This text has shadow with #D2C790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C790 on black background.


Color preview on white background

This text has color #D2C790 on white background.



Black color preview on #D2C790 background

This text has black color on #D2C790 background.


White color preview on #D2C790 background

This text has white color on #D2C790 background.