COLOR #D2CF51

HEX: #D2CF51
RGB: (210,207,81)

Color info

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

RGB color model

#D2CF51 color RGB value is (210,207,81).

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

RGB channels and saturation

R 210 of 255 = 82%
G 207 of 255 = 81%
B 81 of 255 = 32%

210
207
81

R + G + B ~ 65%. #D2CF51 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 207 + 81 = 498 (100%)
R 210 of 498 ~ 42.17%
G 207 of 498 ~ 41.57%
B 81 of 498 ~ 16.27%

%42.17
%41.57
%16.27

CMYK color model

#D2CF51 color CMYK value is (0,1,61,18).

  • cyan value is 0.00%
  • magenta value is 1.43%
  • yellow value is 61.43%
  • key color value is 17.65%
CMYK:
(0,1,61,18)
C0M1Y61K18 
(0%,1%,61%,18%)
(0.00/0.01/0.61/0.18)	

CMYK percentages

%0
%1.43
%61.43
%17.65

Codes

Color #D2CF51 in popluar color models

D2CF51
RGB21020781
HSL59°58.90%57.06%
HSB/HSV59°61.43%82.35%
CMYK0.00%1.43%61.43%
17.65%

Color #D2CF51 in popluar number systems.

HEXD2CF51
Decimal21020781
Binary11010010110011111010001
Octal322317121

Shades and tints

Shades of #D2CF51

#D2CF51
(210,207,81)
#BFBD4A
(191,189,74)
#ACAB43
(172,171,67)
#99993C
(153,153,60)
#868735
(134,135,53)
#73752E
(115,117,46)
#606327
(96,99,39)
#4D5120
(77,81,32)
#3A3F19
(58,63,25)
#272D12
(39,45,18)
#141B0B
(20,27,11)
#000000
(0,0,0)

Tints of #D2CF51

#D2CF51
(210,207,81)
#D6D360
(214,211,96)
#DAD76F
(218,215,111)
#DEDB7E
(222,219,126)
#E2DF8D
(226,223,141)
#E6E39C
(230,227,156)
#EAE7AB
(234,231,171)
#EEEBBA
(238,235,186)
#F2EFC9
(242,239,201)
#F6F3D8
(246,243,216)
#FAF7E7
(250,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2CF51; }

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

This text font color is #D2CF51.


Background Color

.myBgColor { background-color: #D2CF51; }

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

This div background color is #D2CF51.


Border color

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

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

This div border color is #D2CF51.


Opacity

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

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

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

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

This text has shadow with #D2CF51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2CF51 on black background.


Color preview on white background

This text has color #D2CF51 on white background.



Black color preview on #D2CF51 background

This text has black color on #D2CF51 background.


White color preview on #D2CF51 background

This text has white color on #D2CF51 background.