COLOR #D5A486

HEX: #D5A486
RGB: (213,164,134)

Color info

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

RGB color model

#D5A486 color RGB value is (213,164,134).

  • red value is 213;
  • green value is 164;
  • blue value is 134.
RGB:
(213,164,134)
(84%,64%,53%)

RGB channels and saturation

R 213 of 255 = 84%
G 164 of 255 = 64%
B 134 of 255 = 53%

213
164
134

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

Portions of RGB colors in percentages

R + G + B =
213 + 164 + 134 = 511 (100%)
R 213 of 511 ~ 41.68%
G 164 of 511 ~ 32.09%
B 134 of 511 ~ 26.22%

%41.68
%32.09
%26.22

CMYK color model

#D5A486 color CMYK value is (0,23,37,16).

  • cyan value is 0.00%
  • magenta value is 23.00%
  • yellow value is 37.09%
  • key color value is 16.47%
CMYK:
(0,23,37,16)
C0M23Y37K16 
(0%,23%,37%,16%)
(0.00/0.23/0.37/0.16)	

CMYK percentages

%0
%23
%37.09
%16.47

Codes

Color #D5A486 in popluar color models

D5A486
RGB213164134
HSL23°48.47%68.04%
HSB/HSV23°37.09%83.53%
CMYK0.00%23.00%37.09%
16.47%

Color #D5A486 in popluar number systems.

HEXD5A486
Decimal213164134
Binary110101011010010010000110
Octal325244206

Shades and tints

Shades of #D5A486

#D5A486
(213,164,134)
#C2967A
(194,150,122)
#AF886E
(175,136,110)
#9C7A62
(156,122,98)
#896C56
(137,108,86)
#765E4A
(118,94,74)
#63503E
(99,80,62)
#504232
(80,66,50)
#3D3426
(61,52,38)
#2A261A
(42,38,26)
#17180E
(23,24,14)
#000000
(0,0,0)

Tints of #D5A486

#D5A486
(213,164,134)
#D8AC91
(216,172,145)
#DBB49C
(219,180,156)
#DEBCA7
(222,188,167)
#E1C4B2
(225,196,178)
#E4CCBD
(228,204,189)
#E7D4C8
(231,212,200)
#EADCD3
(234,220,211)
#EDE4DE
(237,228,222)
#F0ECE9
(240,236,233)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A486 color. Also use rgb(213,164,134) instead hex code.

Text Font Color

.myTextColor { color: #D5A486; }

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

This text font color is #D5A486.


Background Color

.myBgColor { background-color: #D5A486; }

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

This div background color is #D5A486.


Border color

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

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

This div border color is #D5A486.


Opacity

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

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

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

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

This text has shadow with #D5A486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A486 on black background.


Color preview on white background

This text has color #D5A486 on white background.



Black color preview on #D5A486 background

This text has black color on #D5A486 background.


White color preview on #D5A486 background

This text has white color on #D5A486 background.