COLOR #D2C97F

HEX: #D2C97F
RGB: (210,201,127)

Color info

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

RGB color model

#D2C97F color RGB value is (210,201,127).

  • red value is 210;
  • green value is 201;
  • blue value is 127.
RGB:
(210,201,127)
(82%,79%,50%)

RGB channels and saturation

R 210 of 255 = 82%
G 201 of 255 = 79%
B 127 of 255 = 50%

210
201
127

R + G + B ~ 70%. #D2C97F is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 201 + 127 = 538 (100%)
R 210 of 538 ~ 39.03%
G 201 of 538 ~ 37.36%
B 127 of 538 ~ 23.61%

%39.03
%37.36
%23.61

CMYK color model

#D2C97F color CMYK value is (0,4,40,18).

  • cyan value is 0.00%
  • magenta value is 4.29%
  • yellow value is 39.52%
  • key color value is 17.65%
CMYK:
(0,4,40,18)
C0M4Y40K18 
(0%,4%,40%,18%)
(0.00/0.04/0.40/0.18)	

CMYK percentages

%0
%4.29
%39.52
%17.65

Codes

Color #D2C97F in popluar color models

D2C97F
RGB210201127
HSL53°47.98%66.08%
HSB/HSV53°39.52%82.35%
CMYK0.00%4.29%39.52%
17.65%

Color #D2C97F in popluar number systems.

HEXD2C97F
Decimal210201127
Binary11010010110010011111111
Octal322311177

Shades and tints

Shades of #D2C97F

#D2C97F
(210,201,127)
#BFB774
(191,183,116)
#ACA569
(172,165,105)
#99935E
(153,147,94)
#868153
(134,129,83)
#736F48
(115,111,72)
#605D3D
(96,93,61)
#4D4B32
(77,75,50)
#3A3927
(58,57,39)
#27271C
(39,39,28)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #D2C97F

#D2C97F
(210,201,127)
#D6CD8A
(214,205,138)
#DAD195
(218,209,149)
#DED5A0
(222,213,160)
#E2D9AB
(226,217,171)
#E6DDB6
(230,221,182)
#EAE1C1
(234,225,193)
#EEE5CC
(238,229,204)
#F2E9D7
(242,233,215)
#F6EDE2
(246,237,226)
#FAF1ED
(250,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C97F color. Also use rgb(210,201,127) instead hex code.

Text Font Color

.myTextColor { color: #D2C97F; }

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

This text font color is #D2C97F.


Background Color

.myBgColor { background-color: #D2C97F; }

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

This div background color is #D2C97F.


Border color

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

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

This div border color is #D2C97F.


Opacity

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

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

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

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

This text has shadow with #D2C97F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C97F on black background.


Color preview on white background

This text has color #D2C97F on white background.



Black color preview on #D2C97F background

This text has black color on #D2C97F background.


White color preview on #D2C97F background

This text has white color on #D2C97F background.