COLOR #D2C47E

HEX: #D2C47E
RGB: (210,196,126)

Color info

#D2C47E contains mainly red and green colors. Web safe color of #D2C47E is #CCCC66 (or #CC6).

RGB color model

#D2C47E color RGB value is (210,196,126).

  • red value is 210;
  • green value is 196;
  • blue value is 126.
RGB:
(210,196,126)
(82%,77%,49%)

RGB channels and saturation

R 210 of 255 = 82%
G 196 of 255 = 77%
B 126 of 255 = 49%

210
196
126

R + G + B ~ 69%. #D2C47E is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 196 + 126 = 532 (100%)
R 210 of 532 ~ 39.47%
G 196 of 532 ~ 36.84%
B 126 of 532 ~ 23.68%

%39.47
%36.84
%23.68

CMYK color model

#D2C47E color CMYK value is (0,7,40,18).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 40.00%
  • key color value is 17.65%
CMYK:
(0,7,40,18)
C0M7Y40K18 
(0%,7%,40%,18%)
(0.00/0.07/0.40/0.18)	

CMYK percentages

%0
%6.67
%40
%17.65

Codes

Color #D2C47E in popluar color models

D2C47E
RGB210196126
HSL50°48.28%65.88%
HSB/HSV50°40.00%82.35%
CMYK0.00%6.67%40.00%
17.65%

Color #D2C47E in popluar number systems.

HEXD2C47E
Decimal210196126
Binary11010010110001001111110
Octal322304176

Shades and tints

Shades of #D2C47E

#D2C47E
(210,196,126)
#BFB373
(191,179,115)
#ACA268
(172,162,104)
#99915D
(153,145,93)
#868052
(134,128,82)
#736F47
(115,111,71)
#605E3C
(96,94,60)
#4D4D31
(77,77,49)
#3A3C26
(58,60,38)
#272B1B
(39,43,27)
#141A10
(20,26,16)
#000000
(0,0,0)

Tints of #D2C47E

#D2C47E
(210,196,126)
#D6C989
(214,201,137)
#DACE94
(218,206,148)
#DED39F
(222,211,159)
#E2D8AA
(226,216,170)
#E6DDB5
(230,221,181)
#EAE2C0
(234,226,192)
#EEE7CB
(238,231,203)
#F2ECD6
(242,236,214)
#F6F1E1
(246,241,225)
#FAF6EC
(250,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C47E color. Also use rgb(210,196,126) instead hex code.

Text Font Color

.myTextColor { color: #D2C47E; }

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

This text font color is #D2C47E.


Background Color

.myBgColor { background-color: #D2C47E; }

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

This div background color is #D2C47E.


Border color

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

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

This div border color is #D2C47E.


Opacity

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

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

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

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

This text has shadow with #D2C47E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C47E on black background.


Color preview on white background

This text has color #D2C47E on white background.



Black color preview on #D2C47E background

This text has black color on #D2C47E background.


White color preview on #D2C47E background

This text has white color on #D2C47E background.