COLOR #D2C331

HEX: #D2C331
RGB: (210,195,49)

Color info

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

RGB color model

#D2C331 color RGB value is (210,195,49).

  • red value is 210;
  • green value is 195;
  • blue value is 49.
RGB:
(210,195,49)
(82%,76%,19%)

RGB channels and saturation

R 210 of 255 = 82%
G 195 of 255 = 76%
B 49 of 255 = 19%

210
195
49

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

Portions of RGB colors in percentages

R + G + B =
210 + 195 + 49 = 454 (100%)
R 210 of 454 ~ 46.26%
G 195 of 454 ~ 42.95%
B 49 of 454 ~ 10.79%

%46.26
%42.95
%10.79

CMYK color model

#D2C331 color CMYK value is (0,7,77,18).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 76.67%
  • key color value is 17.65%
CMYK:
(0,7,77,18)
C0M7Y77K18 
(0%,7%,77%,18%)
(0.00/0.07/0.77/0.18)	

CMYK percentages

%0
%7.14
%76.67
%17.65

Codes

Color #D2C331 in popluar color models

D2C331
RGB21019549
HSL54°64.14%50.78%
HSB/HSV54°76.67%82.35%
CMYK0.00%7.14%76.67%
17.65%

Color #D2C331 in popluar number systems.

HEXD2C331
Decimal21019549
Binary1101001011000011110001
Octal32230361

Shades and tints

Shades of #D2C331

#D2C331
(210,195,49)
#BFB22D
(191,178,45)
#ACA129
(172,161,41)
#999025
(153,144,37)
#867F21
(134,127,33)
#736E1D
(115,110,29)
#605D19
(96,93,25)
#4D4C15
(77,76,21)
#3A3B11
(58,59,17)
#272A0D
(39,42,13)
#141909
(20,25,9)
#000000
(0,0,0)

Tints of #D2C331

#D2C331
(210,195,49)
#D6C843
(214,200,67)
#DACD55
(218,205,85)
#DED267
(222,210,103)
#E2D779
(226,215,121)
#E6DC8B
(230,220,139)
#EAE19D
(234,225,157)
#EEE6AF
(238,230,175)
#F2EBC1
(242,235,193)
#F6F0D3
(246,240,211)
#FAF5E5
(250,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C331 color. Also use rgb(210,195,49) instead hex code.

Text Font Color

.myTextColor { color: #D2C331; }

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

This text font color is #D2C331.


Background Color

.myBgColor { background-color: #D2C331; }

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

This div background color is #D2C331.


Border color

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

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

This div border color is #D2C331.


Opacity

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

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

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

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

This text has shadow with #D2C331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C331 on black background.


Color preview on white background

This text has color #D2C331 on white background.



Black color preview on #D2C331 background

This text has black color on #D2C331 background.


White color preview on #D2C331 background

This text has white color on #D2C331 background.