COLOR #D4C36C

HEX: #D4C36C
RGB: (212,195,108)

Color info

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

RGB color model

#D4C36C color RGB value is (212,195,108).

  • red value is 212;
  • green value is 195;
  • blue value is 108.
RGB:
(212,195,108)
(83%,76%,42%)

RGB channels and saturation

R 212 of 255 = 83%
G 195 of 255 = 76%
B 108 of 255 = 42%

212
195
108

R + G + B ~ 67%. #D4C36C is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 195 + 108 = 515 (100%)
R 212 of 515 ~ 41.17%
G 195 of 515 ~ 37.86%
B 108 of 515 ~ 20.97%

%41.17
%37.86
%20.97

CMYK color model

#D4C36C color CMYK value is (0,8,49,17).

  • cyan value is 0.00%
  • magenta value is 8.02%
  • yellow value is 49.06%
  • key color value is 16.86%
CMYK:
(0,8,49,17)
C0M8Y49K17 
(0%,8%,49%,17%)
(0.00/0.08/0.49/0.17)	

CMYK percentages

%0
%8.02
%49.06
%16.86

Codes

Color #D4C36C in popluar color models

D4C36C
RGB212195108
HSL50°54.74%62.75%
HSB/HSV50°49.06%83.14%
CMYK0.00%8.02%49.06%
16.86%

Color #D4C36C in popluar number systems.

HEXD4C36C
Decimal212195108
Binary11010100110000111101100
Octal324303154

Shades and tints

Shades of #D4C36C

#D4C36C
(212,195,108)
#C1B263
(193,178,99)
#AEA15A
(174,161,90)
#9B9051
(155,144,81)
#887F48
(136,127,72)
#756E3F
(117,110,63)
#625D36
(98,93,54)
#4F4C2D
(79,76,45)
#3C3B24
(60,59,36)
#292A1B
(41,42,27)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #D4C36C

#D4C36C
(212,195,108)
#D7C879
(215,200,121)
#DACD86
(218,205,134)
#DDD293
(221,210,147)
#E0D7A0
(224,215,160)
#E3DCAD
(227,220,173)
#E6E1BA
(230,225,186)
#E9E6C7
(233,230,199)
#ECEBD4
(236,235,212)
#EFF0E1
(239,240,225)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C36C color. Also use rgb(212,195,108) instead hex code.

Text Font Color

.myTextColor { color: #D4C36C; }

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

This text font color is #D4C36C.


Background Color

.myBgColor { background-color: #D4C36C; }

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

This div background color is #D4C36C.


Border color

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

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

This div border color is #D4C36C.


Opacity

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

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

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

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

This text has shadow with #D4C36C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C36C on black background.


Color preview on white background

This text has color #D4C36C on white background.



Black color preview on #D4C36C background

This text has black color on #D4C36C background.


White color preview on #D4C36C background

This text has white color on #D4C36C background.