COLOR #D5A59B

HEX: #D5A59B
RGB: (213,165,155)

Color info

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

RGB color model

#D5A59B color RGB value is (213,165,155).

  • red value is 213;
  • green value is 165;
  • blue value is 155.
RGB:
(213,165,155)
(84%,65%,61%)

RGB channels and saturation

R 213 of 255 = 84%
G 165 of 255 = 65%
B 155 of 255 = 61%

213
165
155

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

Portions of RGB colors in percentages

R + G + B =
213 + 165 + 155 = 533 (100%)
R 213 of 533 ~ 39.96%
G 165 of 533 ~ 30.96%
B 155 of 533 ~ 29.08%

%39.96
%30.96
%29.08

CMYK color model

#D5A59B color CMYK value is (0,23,27,16).

  • cyan value is 0.00%
  • magenta value is 22.54%
  • yellow value is 27.23%
  • key color value is 16.47%
CMYK:
(0,23,27,16)
C0M23Y27K16 
(0%,23%,27%,16%)
(0.00/0.23/0.27/0.16)	

CMYK percentages

%0
%22.54
%27.23
%16.47

Codes

Color #D5A59B in popluar color models

D5A59B
RGB213165155
HSL10°40.85%72.16%
HSB/HSV10°27.23%83.53%
CMYK0.00%22.54%27.23%
16.47%

Color #D5A59B in popluar number systems.

HEXD5A59B
Decimal213165155
Binary110101011010010110011011
Octal325245233

Shades and tints

Shades of #D5A59B

#D5A59B
(213,165,155)
#C2968D
(194,150,141)
#AF877F
(175,135,127)
#9C7871
(156,120,113)
#896963
(137,105,99)
#765A55
(118,90,85)
#634B47
(99,75,71)
#503C39
(80,60,57)
#3D2D2B
(61,45,43)
#2A1E1D
(42,30,29)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #D5A59B

#D5A59B
(213,165,155)
#D8ADA4
(216,173,164)
#DBB5AD
(219,181,173)
#DEBDB6
(222,189,182)
#E1C5BF
(225,197,191)
#E4CDC8
(228,205,200)
#E7D5D1
(231,213,209)
#EADDDA
(234,221,218)
#EDE5E3
(237,229,227)
#F0EDEC
(240,237,236)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A59B color. Also use rgb(213,165,155) instead hex code.

Text Font Color

.myTextColor { color: #D5A59B; }

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

This text font color is #D5A59B.


Background Color

.myBgColor { background-color: #D5A59B; }

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

This div background color is #D5A59B.


Border color

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

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

This div border color is #D5A59B.


Opacity

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

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

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

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

This text has shadow with #D5A59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A59B on black background.


Color preview on white background

This text has color #D5A59B on white background.



Black color preview on #D5A59B background

This text has black color on #D5A59B background.


White color preview on #D5A59B background

This text has white color on #D5A59B background.