COLOR #D5A39D

HEX: #D5A39D
RGB: (213,163,157)

Color info

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

RGB color model

#D5A39D color RGB value is (213,163,157).

  • red value is 213;
  • green value is 163;
  • blue value is 157.
RGB:
(213,163,157)
(84%,64%,62%)

RGB channels and saturation

R 213 of 255 = 84%
G 163 of 255 = 64%
B 157 of 255 = 62%

213
163
157

R + G + B ~ 70%. #D5A39D is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 163 + 157 = 533 (100%)
R 213 of 533 ~ 39.96%
G 163 of 533 ~ 30.58%
B 157 of 533 ~ 29.46%

%39.96
%30.58
%29.46

CMYK color model

#D5A39D color CMYK value is (0,23,26,16).

  • cyan value is 0.00%
  • magenta value is 23.47%
  • yellow value is 26.29%
  • key color value is 16.47%
CMYK:
(0,23,26,16)
C0M23Y26K16 
(0%,23%,26%,16%)
(0.00/0.23/0.26/0.16)	

CMYK percentages

%0
%23.47
%26.29
%16.47

Codes

Color #D5A39D in popluar color models

D5A39D
RGB213163157
HSL40.00%72.55%
HSB/HSV26.29%83.53%
CMYK0.00%23.47%26.29%
16.47%

Color #D5A39D in popluar number systems.

HEXD5A39D
Decimal213163157
Binary110101011010001110011101
Octal325243235

Shades and tints

Shades of #D5A39D

#D5A39D
(213,163,157)
#C2958F
(194,149,143)
#AF8781
(175,135,129)
#9C7973
(156,121,115)
#896B65
(137,107,101)
#765D57
(118,93,87)
#634F49
(99,79,73)
#50413B
(80,65,59)
#3D332D
(61,51,45)
#2A251F
(42,37,31)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #D5A39D

#D5A39D
(213,163,157)
#D8ABA5
(216,171,165)
#DBB3AD
(219,179,173)
#DEBBB5
(222,187,181)
#E1C3BD
(225,195,189)
#E4CBC5
(228,203,197)
#E7D3CD
(231,211,205)
#EADBD5
(234,219,213)
#EDE3DD
(237,227,221)
#F0EBE5
(240,235,229)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A39D color. Also use rgb(213,163,157) instead hex code.

Text Font Color

.myTextColor { color: #D5A39D; }

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

This text font color is #D5A39D.


Background Color

.myBgColor { background-color: #D5A39D; }

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

This div background color is #D5A39D.


Border color

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

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

This div border color is #D5A39D.


Opacity

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

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

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

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

This text has shadow with #D5A39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A39D on black background.


Color preview on white background

This text has color #D5A39D on white background.



Black color preview on #D5A39D background

This text has black color on #D5A39D background.


White color preview on #D5A39D background

This text has white color on #D5A39D background.