COLOR #D2C173

HEX: #D2C173
RGB: (210,193,115)

Color info

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

RGB color model

#D2C173 color RGB value is (210,193,115).

  • red value is 210;
  • green value is 193;
  • blue value is 115.
RGB:
(210,193,115)
(82%,76%,45%)

RGB channels and saturation

R 210 of 255 = 82%
G 193 of 255 = 76%
B 115 of 255 = 45%

210
193
115

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

Portions of RGB colors in percentages

R + G + B =
210 + 193 + 115 = 518 (100%)
R 210 of 518 ~ 40.54%
G 193 of 518 ~ 37.26%
B 115 of 518 ~ 22.2%

%40.54
%37.26
%22.2

CMYK color model

#D2C173 color CMYK value is (0,8,45,18).

  • cyan value is 0.00%
  • magenta value is 8.10%
  • yellow value is 45.24%
  • key color value is 17.65%
CMYK:
(0,8,45,18)
C0M8Y45K18 
(0%,8%,45%,18%)
(0.00/0.08/0.45/0.18)	

CMYK percentages

%0
%8.1
%45.24
%17.65

Codes

Color #D2C173 in popluar color models

D2C173
RGB210193115
HSL49°51.35%63.73%
HSB/HSV49°45.24%82.35%
CMYK0.00%8.10%45.24%
17.65%

Color #D2C173 in popluar number systems.

HEXD2C173
Decimal210193115
Binary11010010110000011110011
Octal322301163

Shades and tints

Shades of #D2C173

#D2C173
(210,193,115)
#BFB069
(191,176,105)
#AC9F5F
(172,159,95)
#998E55
(153,142,85)
#867D4B
(134,125,75)
#736C41
(115,108,65)
#605B37
(96,91,55)
#4D4A2D
(77,74,45)
#3A3923
(58,57,35)
#272819
(39,40,25)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #D2C173

#D2C173
(210,193,115)
#D6C67F
(214,198,127)
#DACB8B
(218,203,139)
#DED097
(222,208,151)
#E2D5A3
(226,213,163)
#E6DAAF
(230,218,175)
#EADFBB
(234,223,187)
#EEE4C7
(238,228,199)
#F2E9D3
(242,233,211)
#F6EEDF
(246,238,223)
#FAF3EB
(250,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C173 color. Also use rgb(210,193,115) instead hex code.

Text Font Color

.myTextColor { color: #D2C173; }

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

This text font color is #D2C173.


Background Color

.myBgColor { background-color: #D2C173; }

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

This div background color is #D2C173.


Border color

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

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

This div border color is #D2C173.


Opacity

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

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

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

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

This text has shadow with #D2C173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C173 on black background.


Color preview on white background

This text has color #D2C173 on white background.



Black color preview on #D2C173 background

This text has black color on #D2C173 background.


White color preview on #D2C173 background

This text has white color on #D2C173 background.