COLOR #D5A588

HEX: #D5A588
RGB: (213,165,136)

Color info

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

RGB color model

#D5A588 color RGB value is (213,165,136).

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

RGB channels and saturation

R 213 of 255 = 84%
G 165 of 255 = 65%
B 136 of 255 = 53%

213
165
136

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

Portions of RGB colors in percentages

R + G + B =
213 + 165 + 136 = 514 (100%)
R 213 of 514 ~ 41.44%
G 165 of 514 ~ 32.1%
B 136 of 514 ~ 26.46%

%41.44
%32.1
%26.46

CMYK color model

#D5A588 color CMYK value is (0,23,36,16).

  • cyan value is 0.00%
  • magenta value is 22.54%
  • yellow value is 36.15%
  • key color value is 16.47%
CMYK:
(0,23,36,16)
C0M23Y36K16 
(0%,23%,36%,16%)
(0.00/0.23/0.36/0.16)	

CMYK percentages

%0
%22.54
%36.15
%16.47

Codes

Color #D5A588 in popluar color models

D5A588
RGB213165136
HSL23°47.83%68.43%
HSB/HSV23°36.15%83.53%
CMYK0.00%22.54%36.15%
16.47%

Color #D5A588 in popluar number systems.

HEXD5A588
Decimal213165136
Binary110101011010010110001000
Octal325245210

Shades and tints

Shades of #D5A588

#D5A588
(213,165,136)
#C2967C
(194,150,124)
#AF8770
(175,135,112)
#9C7864
(156,120,100)
#896958
(137,105,88)
#765A4C
(118,90,76)
#634B40
(99,75,64)
#503C34
(80,60,52)
#3D2D28
(61,45,40)
#2A1E1C
(42,30,28)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #D5A588

#D5A588
(213,165,136)
#D8AD92
(216,173,146)
#DBB59C
(219,181,156)
#DEBDA6
(222,189,166)
#E1C5B0
(225,197,176)
#E4CDBA
(228,205,186)
#E7D5C4
(231,213,196)
#EADDCE
(234,221,206)
#EDE5D8
(237,229,216)
#F0EDE2
(240,237,226)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5A588; }

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

This text font color is #D5A588.


Background Color

.myBgColor { background-color: #D5A588; }

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

This div background color is #D5A588.


Border color

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

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

This div border color is #D5A588.


Opacity

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

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

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

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

This text has shadow with #D5A588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A588 on black background.


Color preview on white background

This text has color #D5A588 on white background.



Black color preview on #D5A588 background

This text has black color on #D5A588 background.


White color preview on #D5A588 background

This text has white color on #D5A588 background.