COLOR #D2C75E

HEX: #D2C75E
RGB: (210,199,94)

Color info

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

RGB color model

#D2C75E color RGB value is (210,199,94).

  • red value is 210;
  • green value is 199;
  • blue value is 94.
RGB:
(210,199,94)
(82%,78%,37%)

RGB channels and saturation

R 210 of 255 = 82%
G 199 of 255 = 78%
B 94 of 255 = 37%

210
199
94

R + G + B ~ 66%. #D2C75E is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 199 + 94 = 503 (100%)
R 210 of 503 ~ 41.75%
G 199 of 503 ~ 39.56%
B 94 of 503 ~ 18.69%

%41.75
%39.56
%18.69

CMYK color model

#D2C75E color CMYK value is (0,5,55,18).

  • cyan value is 0.00%
  • magenta value is 5.24%
  • yellow value is 55.24%
  • key color value is 17.65%
CMYK:
(0,5,55,18)
C0M5Y55K18 
(0%,5%,55%,18%)
(0.00/0.05/0.55/0.18)	

CMYK percentages

%0
%5.24
%55.24
%17.65

Codes

Color #D2C75E in popluar color models

D2C75E
RGB21019994
HSL54°56.31%59.61%
HSB/HSV54°55.24%82.35%
CMYK0.00%5.24%55.24%
17.65%

Color #D2C75E in popluar number systems.

HEXD2C75E
Decimal21019994
Binary11010010110001111011110
Octal322307136

Shades and tints

Shades of #D2C75E

#D2C75E
(210,199,94)
#BFB556
(191,181,86)
#ACA34E
(172,163,78)
#999146
(153,145,70)
#867F3E
(134,127,62)
#736D36
(115,109,54)
#605B2E
(96,91,46)
#4D4926
(77,73,38)
#3A371E
(58,55,30)
#272516
(39,37,22)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #D2C75E

#D2C75E
(210,199,94)
#D6CC6C
(214,204,108)
#DAD17A
(218,209,122)
#DED688
(222,214,136)
#E2DB96
(226,219,150)
#E6E0A4
(230,224,164)
#EAE5B2
(234,229,178)
#EEEAC0
(238,234,192)
#F2EFCE
(242,239,206)
#F6F4DC
(246,244,220)
#FAF9EA
(250,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C75E color. Also use rgb(210,199,94) instead hex code.

Text Font Color

.myTextColor { color: #D2C75E; }

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

This text font color is #D2C75E.


Background Color

.myBgColor { background-color: #D2C75E; }

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

This div background color is #D2C75E.


Border color

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

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

This div border color is #D2C75E.


Opacity

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

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

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

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

This text has shadow with #D2C75E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C75E on black background.


Color preview on white background

This text has color #D2C75E on white background.



Black color preview on #D2C75E background

This text has black color on #D2C75E background.


White color preview on #D2C75E background

This text has white color on #D2C75E background.