COLOR #D3A587

HEX: #D3A587
RGB: (211,165,135)

Color info

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

RGB color model

#D3A587 color RGB value is (211,165,135).

  • red value is 211;
  • green value is 165;
  • blue value is 135.
RGB:
(211,165,135)
(83%,65%,53%)

RGB channels and saturation

R 211 of 255 = 83%
G 165 of 255 = 65%
B 135 of 255 = 53%

211
165
135

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

Portions of RGB colors in percentages

R + G + B =
211 + 165 + 135 = 511 (100%)
R 211 of 511 ~ 41.29%
G 165 of 511 ~ 32.29%
B 135 of 511 ~ 26.42%

%41.29
%32.29
%26.42

CMYK color model

#D3A587 color CMYK value is (0,22,36,17).

  • cyan value is 0.00%
  • magenta value is 21.80%
  • yellow value is 36.02%
  • key color value is 17.25%
CMYK:
(0,22,36,17)
C0M22Y36K17 
(0%,22%,36%,17%)
(0.00/0.22/0.36/0.17)	

CMYK percentages

%0
%21.8
%36.02
%17.25

Codes

Color #D3A587 in popluar color models

D3A587
RGB211165135
HSL24°46.34%67.84%
HSB/HSV24°36.02%82.75%
CMYK0.00%21.80%36.02%
17.25%

Color #D3A587 in popluar number systems.

HEXD3A587
Decimal211165135
Binary110100111010010110000111
Octal323245207

Shades and tints

Shades of #D3A587

#D3A587
(211,165,135)
#C0967B
(192,150,123)
#AD876F
(173,135,111)
#9A7863
(154,120,99)
#876957
(135,105,87)
#745A4B
(116,90,75)
#614B3F
(97,75,63)
#4E3C33
(78,60,51)
#3B2D27
(59,45,39)
#281E1B
(40,30,27)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #D3A587

#D3A587
(211,165,135)
#D7AD91
(215,173,145)
#DBB59B
(219,181,155)
#DFBDA5
(223,189,165)
#E3C5AF
(227,197,175)
#E7CDB9
(231,205,185)
#EBD5C3
(235,213,195)
#EFDDCD
(239,221,205)
#F3E5D7
(243,229,215)
#F7EDE1
(247,237,225)
#FBF5EB
(251,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3A587 color. Also use rgb(211,165,135) instead hex code.

Text Font Color

.myTextColor { color: #D3A587; }

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

This text font color is #D3A587.


Background Color

.myBgColor { background-color: #D3A587; }

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

This div background color is #D3A587.


Border color

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

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

This div border color is #D3A587.


Opacity

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

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

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

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

This text has shadow with #D3A587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3A587 on black background.


Color preview on white background

This text has color #D3A587 on white background.



Black color preview on #D3A587 background

This text has black color on #D3A587 background.


White color preview on #D3A587 background

This text has white color on #D3A587 background.