COLOR #D2A59A

HEX: #D2A59A
RGB: (210,165,154)

Color info

#D2A59A contains red, green and blue colors in about the same proportion. Web safe color of #D2A59A is #CC9999 (or #C99).

RGB color model

#D2A59A color RGB value is (210,165,154).

  • red value is 210;
  • green value is 165;
  • blue value is 154.
RGB:
(210,165,154)
(82%,65%,60%)

RGB channels and saturation

R 210 of 255 = 82%
G 165 of 255 = 65%
B 154 of 255 = 60%

210
165
154

R + G + B ~ 69%. #D2A59A is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 165 + 154 = 529 (100%)
R 210 of 529 ~ 39.7%
G 165 of 529 ~ 31.19%
B 154 of 529 ~ 29.11%

%39.7
%31.19
%29.11

CMYK color model

#D2A59A color CMYK value is (0,21,27,18).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 26.67%
  • key color value is 17.65%
CMYK:
(0,21,27,18)
C0M21Y27K18 
(0%,21%,27%,18%)
(0.00/0.21/0.27/0.18)	

CMYK percentages

%0
%21.43
%26.67
%17.65

Codes

Color #D2A59A in popluar color models

D2A59A
RGB210165154
HSL12°38.36%71.37%
HSB/HSV12°26.67%82.35%
CMYK0.00%21.43%26.67%
17.65%

Color #D2A59A in popluar number systems.

HEXD2A59A
Decimal210165154
Binary110100101010010110011010
Octal322245232

Shades and tints

Shades of #D2A59A

#D2A59A
(210,165,154)
#BF968C
(191,150,140)
#AC877E
(172,135,126)
#997870
(153,120,112)
#866962
(134,105,98)
#735A54
(115,90,84)
#604B46
(96,75,70)
#4D3C38
(77,60,56)
#3A2D2A
(58,45,42)
#271E1C
(39,30,28)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #D2A59A

#D2A59A
(210,165,154)
#D6ADA3
(214,173,163)
#DAB5AC
(218,181,172)
#DEBDB5
(222,189,181)
#E2C5BE
(226,197,190)
#E6CDC7
(230,205,199)
#EAD5D0
(234,213,208)
#EEDDD9
(238,221,217)
#F2E5E2
(242,229,226)
#F6EDEB
(246,237,235)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2A59A color. Also use rgb(210,165,154) instead hex code.

Text Font Color

.myTextColor { color: #D2A59A; }

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

This text font color is #D2A59A.


Background Color

.myBgColor { background-color: #D2A59A; }

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

This div background color is #D2A59A.


Border color

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

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

This div border color is #D2A59A.


Opacity

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

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

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

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

This text has shadow with #D2A59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A59A on black background.


Color preview on white background

This text has color #D2A59A on white background.



Black color preview on #D2A59A background

This text has black color on #D2A59A background.


White color preview on #D2A59A background

This text has white color on #D2A59A background.