COLOR #D2AA84

HEX: #D2AA84
RGB: (210,170,132)

Color info

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

RGB color model

#D2AA84 color RGB value is (210,170,132).

  • red value is 210;
  • green value is 170;
  • blue value is 132.
RGB:
(210,170,132)
(82%,67%,52%)

RGB channels and saturation

R 210 of 255 = 82%
G 170 of 255 = 67%
B 132 of 255 = 52%

210
170
132

R + G + B ~ 67%. #D2AA84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 170 + 132 = 512 (100%)
R 210 of 512 ~ 41.02%
G 170 of 512 ~ 33.2%
B 132 of 512 ~ 25.78%

%41.02
%33.2
%25.78

CMYK color model

#D2AA84 color CMYK value is (0,19,37,18).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 37.14%
  • key color value is 17.65%
CMYK:
(0,19,37,18)
C0M19Y37K18 
(0%,19%,37%,18%)
(0.00/0.19/0.37/0.18)	

CMYK percentages

%0
%19.05
%37.14
%17.65

Codes

Color #D2AA84 in popluar color models

D2AA84
RGB210170132
HSL29°46.43%67.06%
HSB/HSV29°37.14%82.35%
CMYK0.00%19.05%37.14%
17.65%

Color #D2AA84 in popluar number systems.

HEXD2AA84
Decimal210170132
Binary110100101010101010000100
Octal322252204

Shades and tints

Shades of #D2AA84

#D2AA84
(210,170,132)
#BF9B78
(191,155,120)
#AC8C6C
(172,140,108)
#997D60
(153,125,96)
#866E54
(134,110,84)
#735F48
(115,95,72)
#60503C
(96,80,60)
#4D4130
(77,65,48)
#3A3224
(58,50,36)
#272318
(39,35,24)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #D2AA84

#D2AA84
(210,170,132)
#D6B18F
(214,177,143)
#DAB89A
(218,184,154)
#DEBFA5
(222,191,165)
#E2C6B0
(226,198,176)
#E6CDBB
(230,205,187)
#EAD4C6
(234,212,198)
#EEDBD1
(238,219,209)
#F2E2DC
(242,226,220)
#F6E9E7
(246,233,231)
#FAF0F2
(250,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2AA84 color. Also use rgb(210,170,132) instead hex code.

Text Font Color

.myTextColor { color: #D2AA84; }

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

This text font color is #D2AA84.


Background Color

.myBgColor { background-color: #D2AA84; }

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

This div background color is #D2AA84.


Border color

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

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

This div border color is #D2AA84.


Opacity

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

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

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

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

This text has shadow with #D2AA84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2AA84 on black background.


Color preview on white background

This text has color #D2AA84 on white background.



Black color preview on #D2AA84 background

This text has black color on #D2AA84 background.


White color preview on #D2AA84 background

This text has white color on #D2AA84 background.