COLOR #D4C24D

HEX: #D4C24D
RGB: (212,194,77)

Color info

#D4C24D contains mainly red and green colors. Web safe color of #D4C24D is #CCCC33 (or #CC3).

RGB color model

#D4C24D color RGB value is (212,194,77).

  • red value is 212;
  • green value is 194;
  • blue value is 77.
RGB:
(212,194,77)
(83%,76%,30%)

RGB channels and saturation

R 212 of 255 = 83%
G 194 of 255 = 76%
B 77 of 255 = 30%

212
194
77

R + G + B ~ 63%. #D4C24D is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 194 + 77 = 483 (100%)
R 212 of 483 ~ 43.89%
G 194 of 483 ~ 40.17%
B 77 of 483 ~ 15.94%

%43.89
%40.17
%15.94

CMYK color model

#D4C24D color CMYK value is (0,8,64,17).

  • cyan value is 0.00%
  • magenta value is 8.49%
  • yellow value is 63.68%
  • key color value is 16.86%
CMYK:
(0,8,64,17)
C0M8Y64K17 
(0%,8%,64%,17%)
(0.00/0.08/0.64/0.17)	

CMYK percentages

%0
%8.49
%63.68
%16.86

Codes

Color #D4C24D in popluar color models

D4C24D
RGB21219477
HSL52°61.09%56.67%
HSB/HSV52°63.68%83.14%
CMYK0.00%8.49%63.68%
16.86%

Color #D4C24D in popluar number systems.

HEXD4C24D
Decimal21219477
Binary11010100110000101001101
Octal324302115

Shades and tints

Shades of #D4C24D

#D4C24D
(212,194,77)
#C1B146
(193,177,70)
#AEA03F
(174,160,63)
#9B8F38
(155,143,56)
#887E31
(136,126,49)
#756D2A
(117,109,42)
#625C23
(98,92,35)
#4F4B1C
(79,75,28)
#3C3A15
(60,58,21)
#29290E
(41,41,14)
#161807
(22,24,7)
#000000
(0,0,0)

Tints of #D4C24D

#D4C24D
(212,194,77)
#D7C75D
(215,199,93)
#DACC6D
(218,204,109)
#DDD17D
(221,209,125)
#E0D68D
(224,214,141)
#E3DB9D
(227,219,157)
#E6E0AD
(230,224,173)
#E9E5BD
(233,229,189)
#ECEACD
(236,234,205)
#EFEFDD
(239,239,221)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C24D color. Also use rgb(212,194,77) instead hex code.

Text Font Color

.myTextColor { color: #D4C24D; }

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

This text font color is #D4C24D.


Background Color

.myBgColor { background-color: #D4C24D; }

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

This div background color is #D4C24D.


Border color

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

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

This div border color is #D4C24D.


Opacity

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

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

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

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

This text has shadow with #D4C24D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C24D on black background.


Color preview on white background

This text has color #D4C24D on white background.



Black color preview on #D4C24D background

This text has black color on #D4C24D background.


White color preview on #D4C24D background

This text has white color on #D4C24D background.