COLOR #D2A593

HEX: #D2A593
RGB: (210,165,147)

Color info

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

RGB color model

#D2A593 color RGB value is (210,165,147).

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

RGB channels and saturation

R 210 of 255 = 82%
G 165 of 255 = 65%
B 147 of 255 = 58%

210
165
147

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

Portions of RGB colors in percentages

R + G + B =
210 + 165 + 147 = 522 (100%)
R 210 of 522 ~ 40.23%
G 165 of 522 ~ 31.61%
B 147 of 522 ~ 28.16%

%40.23
%31.61
%28.16

CMYK color model

#D2A593 color CMYK value is (0,21,30,18).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 30.00%
  • key color value is 17.65%
CMYK:
(0,21,30,18)
C0M21Y30K18 
(0%,21%,30%,18%)
(0.00/0.21/0.30/0.18)	

CMYK percentages

%0
%21.43
%30
%17.65

Codes

Color #D2A593 in popluar color models

D2A593
RGB210165147
HSL17°41.18%70.00%
HSB/HSV17°30.00%82.35%
CMYK0.00%21.43%30.00%
17.65%

Color #D2A593 in popluar number systems.

HEXD2A593
Decimal210165147
Binary110100101010010110010011
Octal322245223

Shades and tints

Shades of #D2A593

#D2A593
(210,165,147)
#BF9686
(191,150,134)
#AC8779
(172,135,121)
#99786C
(153,120,108)
#86695F
(134,105,95)
#735A52
(115,90,82)
#604B45
(96,75,69)
#4D3C38
(77,60,56)
#3A2D2B
(58,45,43)
#271E1E
(39,30,30)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #D2A593

#D2A593
(210,165,147)
#D6AD9C
(214,173,156)
#DAB5A5
(218,181,165)
#DEBDAE
(222,189,174)
#E2C5B7
(226,197,183)
#E6CDC0
(230,205,192)
#EAD5C9
(234,213,201)
#EEDDD2
(238,221,210)
#F2E5DB
(242,229,219)
#F6EDE4
(246,237,228)
#FAF5ED
(250,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A593; }

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

This text font color is #D2A593.


Background Color

.myBgColor { background-color: #D2A593; }

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

This div background color is #D2A593.


Border color

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

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

This div border color is #D2A593.


Opacity

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

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

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

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

This text has shadow with #D2A593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A593 on black background.


Color preview on white background

This text has color #D2A593 on white background.



Black color preview on #D2A593 background

This text has black color on #D2A593 background.


White color preview on #D2A593 background

This text has white color on #D2A593 background.