COLOR #D2A182

HEX: #D2A182
RGB: (210,161,130)

Color info

#D2A182 contains mainly red and green colors. Web safe color of #D2A182 is #CC9999 (or #C99).

RGB color model

#D2A182 color RGB value is (210,161,130).

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

RGB channels and saturation

R 210 of 255 = 82%
G 161 of 255 = 63%
B 130 of 255 = 51%

210
161
130

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

Portions of RGB colors in percentages

R + G + B =
210 + 161 + 130 = 501 (100%)
R 210 of 501 ~ 41.92%
G 161 of 501 ~ 32.14%
B 130 of 501 ~ 25.95%

%41.92
%32.14
%25.95

CMYK color model

#D2A182 color CMYK value is (0,23,38,18).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 38.10%
  • key color value is 17.65%
CMYK:
(0,23,38,18)
C0M23Y38K18 
(0%,23%,38%,18%)
(0.00/0.23/0.38/0.18)	

CMYK percentages

%0
%23.33
%38.1
%17.65

Codes

Color #D2A182 in popluar color models

D2A182
RGB210161130
HSL23°47.06%66.67%
HSB/HSV23°38.10%82.35%
CMYK0.00%23.33%38.10%
17.65%

Color #D2A182 in popluar number systems.

HEXD2A182
Decimal210161130
Binary110100101010000110000010
Octal322241202

Shades and tints

Shades of #D2A182

#D2A182
(210,161,130)
#BF9377
(191,147,119)
#AC856C
(172,133,108)
#997761
(153,119,97)
#866956
(134,105,86)
#735B4B
(115,91,75)
#604D40
(96,77,64)
#4D3F35
(77,63,53)
#3A312A
(58,49,42)
#27231F
(39,35,31)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #D2A182

#D2A182
(210,161,130)
#D6A98D
(214,169,141)
#DAB198
(218,177,152)
#DEB9A3
(222,185,163)
#E2C1AE
(226,193,174)
#E6C9B9
(230,201,185)
#EAD1C4
(234,209,196)
#EED9CF
(238,217,207)
#F2E1DA
(242,225,218)
#F6E9E5
(246,233,229)
#FAF1F0
(250,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A182; }

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

This text font color is #D2A182.


Background Color

.myBgColor { background-color: #D2A182; }

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

This div background color is #D2A182.


Border color

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

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

This div border color is #D2A182.


Opacity

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

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

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

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

This text has shadow with #D2A182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A182 on black background.


Color preview on white background

This text has color #D2A182 on white background.



Black color preview on #D2A182 background

This text has black color on #D2A182 background.


White color preview on #D2A182 background

This text has white color on #D2A182 background.