COLOR #D4C35C

HEX: #D4C35C
RGB: (212,195,92)

Color info

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

RGB color model

#D4C35C color RGB value is (212,195,92).

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

RGB channels and saturation

R 212 of 255 = 83%
G 195 of 255 = 76%
B 92 of 255 = 36%

212
195
92

R + G + B ~ 65%. #D4C35C is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 195 + 92 = 499 (100%)
R 212 of 499 ~ 42.48%
G 195 of 499 ~ 39.08%
B 92 of 499 ~ 18.44%

%42.48
%39.08
%18.44

CMYK color model

#D4C35C color CMYK value is (0,8,57,17).

  • cyan value is 0.00%
  • magenta value is 8.02%
  • yellow value is 56.60%
  • key color value is 16.86%
CMYK:
(0,8,57,17)
C0M8Y57K17 
(0%,8%,57%,17%)
(0.00/0.08/0.57/0.17)	

CMYK percentages

%0
%8.02
%56.6
%16.86

Codes

Color #D4C35C in popluar color models

D4C35C
RGB21219592
HSL52°58.25%59.61%
HSB/HSV52°56.60%83.14%
CMYK0.00%8.02%56.60%
16.86%

Color #D4C35C in popluar number systems.

HEXD4C35C
Decimal21219592
Binary11010100110000111011100
Octal324303134

Shades and tints

Shades of #D4C35C

#D4C35C
(212,195,92)
#C1B254
(193,178,84)
#AEA14C
(174,161,76)
#9B9044
(155,144,68)
#887F3C
(136,127,60)
#756E34
(117,110,52)
#625D2C
(98,93,44)
#4F4C24
(79,76,36)
#3C3B1C
(60,59,28)
#292A14
(41,42,20)
#16190C
(22,25,12)
#000000
(0,0,0)

Tints of #D4C35C

#D4C35C
(212,195,92)
#D7C86A
(215,200,106)
#DACD78
(218,205,120)
#DDD286
(221,210,134)
#E0D794
(224,215,148)
#E3DCA2
(227,220,162)
#E6E1B0
(230,225,176)
#E9E6BE
(233,230,190)
#ECEBCC
(236,235,204)
#EFF0DA
(239,240,218)
#F2F5E8
(242,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4C35C; }

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

This text font color is #D4C35C.


Background Color

.myBgColor { background-color: #D4C35C; }

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

This div background color is #D4C35C.


Border color

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

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

This div border color is #D4C35C.


Opacity

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

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

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

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

This text has shadow with #D4C35C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C35C on black background.


Color preview on white background

This text has color #D4C35C on white background.



Black color preview on #D4C35C background

This text has black color on #D4C35C background.


White color preview on #D4C35C background

This text has white color on #D4C35C background.