COLOR #D2C377

HEX: #D2C377
RGB: (210,195,119)

Color info

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

RGB color model

#D2C377 color RGB value is (210,195,119).

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

RGB channels and saturation

R 210 of 255 = 82%
G 195 of 255 = 76%
B 119 of 255 = 47%

210
195
119

R + G + B ~ 68%. #D2C377 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 195 + 119 = 524 (100%)
R 210 of 524 ~ 40.08%
G 195 of 524 ~ 37.21%
B 119 of 524 ~ 22.71%

%40.08
%37.21
%22.71

CMYK color model

#D2C377 color CMYK value is (0,7,43,18).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 43.33%
  • key color value is 17.65%
CMYK:
(0,7,43,18)
C0M7Y43K18 
(0%,7%,43%,18%)
(0.00/0.07/0.43/0.18)	

CMYK percentages

%0
%7.14
%43.33
%17.65

Codes

Color #D2C377 in popluar color models

D2C377
RGB210195119
HSL50°50.28%64.51%
HSB/HSV50°43.33%82.35%
CMYK0.00%7.14%43.33%
17.65%

Color #D2C377 in popluar number systems.

HEXD2C377
Decimal210195119
Binary11010010110000111110111
Octal322303167

Shades and tints

Shades of #D2C377

#D2C377
(210,195,119)
#BFB26D
(191,178,109)
#ACA163
(172,161,99)
#999059
(153,144,89)
#867F4F
(134,127,79)
#736E45
(115,110,69)
#605D3B
(96,93,59)
#4D4C31
(77,76,49)
#3A3B27
(58,59,39)
#272A1D
(39,42,29)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #D2C377

#D2C377
(210,195,119)
#D6C883
(214,200,131)
#DACD8F
(218,205,143)
#DED29B
(222,210,155)
#E2D7A7
(226,215,167)
#E6DCB3
(230,220,179)
#EAE1BF
(234,225,191)
#EEE6CB
(238,230,203)
#F2EBD7
(242,235,215)
#F6F0E3
(246,240,227)
#FAF5EF
(250,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2C377; }

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

This text font color is #D2C377.


Background Color

.myBgColor { background-color: #D2C377; }

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

This div background color is #D2C377.


Border color

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

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

This div border color is #D2C377.


Opacity

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

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

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

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

This text has shadow with #D2C377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C377 on black background.


Color preview on white background

This text has color #D2C377 on white background.



Black color preview on #D2C377 background

This text has black color on #D2C377 background.


White color preview on #D2C377 background

This text has white color on #D2C377 background.