COLOR #D2C47C

HEX: #D2C47C
RGB: (210,196,124)

Color info

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

RGB color model

#D2C47C color RGB value is (210,196,124).

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

RGB channels and saturation

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

210
196
124

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

Portions of RGB colors in percentages

R + G + B =
210 + 196 + 124 = 530 (100%)
R 210 of 530 ~ 39.62%
G 196 of 530 ~ 36.98%
B 124 of 530 ~ 23.4%

%39.62
%36.98
%23.4

CMYK color model

#D2C47C color CMYK value is (0,7,41,18).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 40.95%
  • key color value is 17.65%
CMYK:
(0,7,41,18)
C0M7Y41K18 
(0%,7%,41%,18%)
(0.00/0.07/0.41/0.18)	

CMYK percentages

%0
%6.67
%40.95
%17.65

Codes

Color #D2C47C in popluar color models

D2C47C
RGB210196124
HSL50°48.86%65.49%
HSB/HSV50°40.95%82.35%
CMYK0.00%6.67%40.95%
17.65%

Color #D2C47C in popluar number systems.

HEXD2C47C
Decimal210196124
Binary11010010110001001111100
Octal322304174

Shades and tints

Shades of #D2C47C

#D2C47C
(210,196,124)
#BFB371
(191,179,113)
#ACA266
(172,162,102)
#99915B
(153,145,91)
#868050
(134,128,80)
#736F45
(115,111,69)
#605E3A
(96,94,58)
#4D4D2F
(77,77,47)
#3A3C24
(58,60,36)
#272B19
(39,43,25)
#141A0E
(20,26,14)
#000000
(0,0,0)

Tints of #D2C47C

#D2C47C
(210,196,124)
#D6C987
(214,201,135)
#DACE92
(218,206,146)
#DED39D
(222,211,157)
#E2D8A8
(226,216,168)
#E6DDB3
(230,221,179)
#EAE2BE
(234,226,190)
#EEE7C9
(238,231,201)
#F2ECD4
(242,236,212)
#F6F1DF
(246,241,223)
#FAF6EA
(250,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2C47C; }

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

This text font color is #D2C47C.


Background Color

.myBgColor { background-color: #D2C47C; }

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

This div background color is #D2C47C.


Border color

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

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

This div border color is #D2C47C.


Opacity

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

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

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

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

This text has shadow with #D2C47C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C47C on black background.


Color preview on white background

This text has color #D2C47C on white background.



Black color preview on #D2C47C background

This text has black color on #D2C47C background.


White color preview on #D2C47C background

This text has white color on #D2C47C background.