COLOR #D2A173

HEX: #D2A173
RGB: (210,161,115)

Color info

#D2A173 contains mainly red and green colors. Web safe color of #D2A173 is #CC9966 (or #C96).

RGB color model

#D2A173 color RGB value is (210,161,115).

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

RGB channels and saturation

R 210 of 255 = 82%
G 161 of 255 = 63%
B 115 of 255 = 45%

210
161
115

R + G + B ~ 63%. #D2A173 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 161 + 115 = 486 (100%)
R 210 of 486 ~ 43.21%
G 161 of 486 ~ 33.13%
B 115 of 486 ~ 23.66%

%43.21
%33.13
%23.66

CMYK color model

#D2A173 color CMYK value is (0,23,45,18).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 45.24%
  • key color value is 17.65%
CMYK:
(0,23,45,18)
C0M23Y45K18 
(0%,23%,45%,18%)
(0.00/0.23/0.45/0.18)	

CMYK percentages

%0
%23.33
%45.24
%17.65

Codes

Color #D2A173 in popluar color models

D2A173
RGB210161115
HSL29°51.35%63.73%
HSB/HSV29°45.24%82.35%
CMYK0.00%23.33%45.24%
17.65%

Color #D2A173 in popluar number systems.

HEXD2A173
Decimal210161115
Binary11010010101000011110011
Octal322241163

Shades and tints

Shades of #D2A173

#D2A173
(210,161,115)
#BF9369
(191,147,105)
#AC855F
(172,133,95)
#997755
(153,119,85)
#86694B
(134,105,75)
#735B41
(115,91,65)
#604D37
(96,77,55)
#4D3F2D
(77,63,45)
#3A3123
(58,49,35)
#272319
(39,35,25)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #D2A173

#D2A173
(210,161,115)
#D6A97F
(214,169,127)
#DAB18B
(218,177,139)
#DEB997
(222,185,151)
#E2C1A3
(226,193,163)
#E6C9AF
(230,201,175)
#EAD1BB
(234,209,187)
#EED9C7
(238,217,199)
#F2E1D3
(242,225,211)
#F6E9DF
(246,233,223)
#FAF1EB
(250,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A173; }

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

This text font color is #D2A173.


Background Color

.myBgColor { background-color: #D2A173; }

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

This div background color is #D2A173.


Border color

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

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

This div border color is #D2A173.


Opacity

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

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

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

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

This text has shadow with #D2A173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A173 on black background.


Color preview on white background

This text has color #D2A173 on white background.



Black color preview on #D2A173 background

This text has black color on #D2A173 background.


White color preview on #D2A173 background

This text has white color on #D2A173 background.