COLOR #D2CF57

HEX: #D2CF57
RGB: (210,207,87)

Color info

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

RGB color model

#D2CF57 color RGB value is (210,207,87).

  • red value is 210;
  • green value is 207;
  • blue value is 87.
RGB:
(210,207,87)
(82%,81%,34%)

RGB channels and saturation

R 210 of 255 = 82%
G 207 of 255 = 81%
B 87 of 255 = 34%

210
207
87

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

Portions of RGB colors in percentages

R + G + B =
210 + 207 + 87 = 504 (100%)
R 210 of 504 ~ 41.67%
G 207 of 504 ~ 41.07%
B 87 of 504 ~ 17.26%

%41.67
%41.07
%17.26

CMYK color model

#D2CF57 color CMYK value is (0,1,59,18).

  • cyan value is 0.00%
  • magenta value is 1.43%
  • yellow value is 58.57%
  • key color value is 17.65%
CMYK:
(0,1,59,18)
C0M1Y59K18 
(0%,1%,59%,18%)
(0.00/0.01/0.59/0.18)	

CMYK percentages

%0
%1.43
%58.57
%17.65

Codes

Color #D2CF57 in popluar color models

D2CF57
RGB21020787
HSL59°57.75%58.24%
HSB/HSV59°58.57%82.35%
CMYK0.00%1.43%58.57%
17.65%

Color #D2CF57 in popluar number systems.

HEXD2CF57
Decimal21020787
Binary11010010110011111010111
Octal322317127

Shades and tints

Shades of #D2CF57

#D2CF57
(210,207,87)
#BFBD50
(191,189,80)
#ACAB49
(172,171,73)
#999942
(153,153,66)
#86873B
(134,135,59)
#737534
(115,117,52)
#60632D
(96,99,45)
#4D5126
(77,81,38)
#3A3F1F
(58,63,31)
#272D18
(39,45,24)
#141B11
(20,27,17)
#000000
(0,0,0)

Tints of #D2CF57

#D2CF57
(210,207,87)
#D6D366
(214,211,102)
#DAD775
(218,215,117)
#DEDB84
(222,219,132)
#E2DF93
(226,223,147)
#E6E3A2
(230,227,162)
#EAE7B1
(234,231,177)
#EEEBC0
(238,235,192)
#F2EFCF
(242,239,207)
#F6F3DE
(246,243,222)
#FAF7ED
(250,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2CF57 color. Also use rgb(210,207,87) instead hex code.

Text Font Color

.myTextColor { color: #D2CF57; }

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

This text font color is #D2CF57.


Background Color

.myBgColor { background-color: #D2CF57; }

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

This div background color is #D2CF57.


Border color

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

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

This div border color is #D2CF57.


Opacity

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

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

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

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

This text has shadow with #D2CF57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2CF57 on black background.


Color preview on white background

This text has color #D2CF57 on white background.



Black color preview on #D2CF57 background

This text has black color on #D2CF57 background.


White color preview on #D2CF57 background

This text has white color on #D2CF57 background.