COLOR #D2C28E

HEX: #D2C28E
RGB: (210,194,142)

Color info

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

RGB color model

#D2C28E color RGB value is (210,194,142).

  • red value is 210;
  • green value is 194;
  • blue value is 142.
RGB:
(210,194,142)
(82%,76%,56%)

RGB channels and saturation

R 210 of 255 = 82%
G 194 of 255 = 76%
B 142 of 255 = 56%

210
194
142

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

Portions of RGB colors in percentages

R + G + B =
210 + 194 + 142 = 546 (100%)
R 210 of 546 ~ 38.46%
G 194 of 546 ~ 35.53%
B 142 of 546 ~ 26.01%

%38.46
%35.53
%26.01

CMYK color model

#D2C28E color CMYK value is (0,8,32,18).

  • cyan value is 0.00%
  • magenta value is 7.62%
  • yellow value is 32.38%
  • key color value is 17.65%
CMYK:
(0,8,32,18)
C0M8Y32K18 
(0%,8%,32%,18%)
(0.00/0.08/0.32/0.18)	

CMYK percentages

%0
%7.62
%32.38
%17.65

Codes

Color #D2C28E in popluar color models

D2C28E
RGB210194142
HSL46°43.04%69.02%
HSB/HSV46°32.38%82.35%
CMYK0.00%7.62%32.38%
17.65%

Color #D2C28E in popluar number systems.

HEXD2C28E
Decimal210194142
Binary110100101100001010001110
Octal322302216

Shades and tints

Shades of #D2C28E

#D2C28E
(210,194,142)
#BFB182
(191,177,130)
#ACA076
(172,160,118)
#998F6A
(153,143,106)
#867E5E
(134,126,94)
#736D52
(115,109,82)
#605C46
(96,92,70)
#4D4B3A
(77,75,58)
#3A3A2E
(58,58,46)
#272922
(39,41,34)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #D2C28E

#D2C28E
(210,194,142)
#D6C798
(214,199,152)
#DACCA2
(218,204,162)
#DED1AC
(222,209,172)
#E2D6B6
(226,214,182)
#E6DBC0
(230,219,192)
#EAE0CA
(234,224,202)
#EEE5D4
(238,229,212)
#F2EADE
(242,234,222)
#F6EFE8
(246,239,232)
#FAF4F2
(250,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C28E color. Also use rgb(210,194,142) instead hex code.

Text Font Color

.myTextColor { color: #D2C28E; }

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

This text font color is #D2C28E.


Background Color

.myBgColor { background-color: #D2C28E; }

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

This div background color is #D2C28E.


Border color

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

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

This div border color is #D2C28E.


Opacity

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

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

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

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

This text has shadow with #D2C28E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C28E on black background.


Color preview on white background

This text has color #D2C28E on white background.



Black color preview on #D2C28E background

This text has black color on #D2C28E background.


White color preview on #D2C28E background

This text has white color on #D2C28E background.