COLOR #D2C224

HEX: #D2C224
RGB: (210,194,36)

Color info

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

RGB color model

#D2C224 color RGB value is (210,194,36).

  • red value is 210;
  • green value is 194;
  • blue value is 36.
RGB:
(210,194,36)
(82%,76%,14%)

RGB channels and saturation

R 210 of 255 = 82%
G 194 of 255 = 76%
B 36 of 255 = 14%

210
194
36

R + G + B ~ 57%. #D2C224 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
210 + 194 + 36 = 440 (100%)
R 210 of 440 ~ 47.73%
G 194 of 440 ~ 44.09%
B 36 of 440 ~ 8.18%

%47.73
%44.09

CMYK color model

#D2C224 color CMYK value is (0,8,83,18).

  • cyan value is 0.00%
  • magenta value is 7.62%
  • yellow value is 82.86%
  • key color value is 17.65%
CMYK:
(0,8,83,18)
C0M8Y83K18 
(0%,8%,83%,18%)
(0.00/0.08/0.83/0.18)	

CMYK percentages

%0
%7.62
%82.86
%17.65

Codes

Color #D2C224 in popluar color models

D2C224
RGB21019436
HSL54°70.73%48.24%
HSB/HSV54°82.86%82.35%
CMYK0.00%7.62%82.86%
17.65%

Color #D2C224 in popluar number systems.

HEXD2C224
Decimal21019436
Binary1101001011000010100100
Octal32230244

Shades and tints

Shades of #D2C224

#D2C224
(210,194,36)
#BFB121
(191,177,33)
#ACA01E
(172,160,30)
#998F1B
(153,143,27)
#867E18
(134,126,24)
#736D15
(115,109,21)
#605C12
(96,92,18)
#4D4B0F
(77,75,15)
#3A3A0C
(58,58,12)
#272909
(39,41,9)
#141806
(20,24,6)
#000000
(0,0,0)

Tints of #D2C224

#D2C224
(210,194,36)
#D6C737
(214,199,55)
#DACC4A
(218,204,74)
#DED15D
(222,209,93)
#E2D670
(226,214,112)
#E6DB83
(230,219,131)
#EAE096
(234,224,150)
#EEE5A9
(238,229,169)
#F2EABC
(242,234,188)
#F6EFCF
(246,239,207)
#FAF4E2
(250,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C224 color. Also use rgb(210,194,36) instead hex code.

Text Font Color

.myTextColor { color: #D2C224; }

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

This text font color is #D2C224.


Background Color

.myBgColor { background-color: #D2C224; }

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

This div background color is #D2C224.


Border color

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

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

This div border color is #D2C224.


Opacity

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

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

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

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

This text has shadow with #D2C224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C224 on black background.


Color preview on white background

This text has color #D2C224 on white background.



Black color preview on #D2C224 background

This text has black color on #D2C224 background.


White color preview on #D2C224 background

This text has white color on #D2C224 background.