COLOR #D5A599

HEX: #D5A599 RGB: (213,165,153)

Color info

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

RGB color model

#D5A599 color RGB value is (213,165,153).

RGB: (213,165,153) (84%, 65%, 60%)

RGB channels and saturation

R 213 of 255 = 84%
G 165 of 255 = 65%
B 153 of 255 = 60%

213
165
153

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

Portions of RGB colors in percentages

R + G + B = 213 + 165 + 153 = 531 (100%)
R 213 of 531 ~ 40.11%
G 165 of 531 ~ 31.07%
B 153 of 531 ~ 28.81'%

%40.11
%31.07
%28.81

CMYK color model

#D5A599 color CMYK value is (0,23,28,16).

  • cyan value is 0.00%
  • magenta value is 22.54%
  • yellow value is 28.17%
  • key color value is 16.47%

CMYK: (0,23,28,16)
C0M23Y28K16 (0%, 23%, 28%, 16%)
(0.00 / 0.23 / 0.28 / 0.16)

CMYK percentages

%0
%22.54
%28.17
%16.47

Codes

Color #D5A599 in popluar color models

D5 A5 99
RGB 213 165 153
HSL 12° 41.67% 71.76%
HSB/HSV 12° 28.17% 83.53%
CMYK 0.00% 22.54% 28.17%
16.47%

Color #D5A599 in popluar number systems.

HEX D5 A5 99
Decimal 213 165 153
Binary 11010101 10100101 10011001
Octal 325 245 231

Shades and tints

Shades of #D5A599

#D5A599
(213,165,153)
#C2968C
(194,150,140)
#AF877F
(175,135,127)
#9C7872
(156,120,114)
#896965
(137,105,101)
#765A58
(118,90,88)
#634B4B
(99,75,75)
#503C3E
(80,60,62)
#3D2D31
(61,45,49)
#2A1E24
(42,30,36)
#170F17
(23,15,23)
#000000
(0,0,0)

Tints of #D5A599

#D5A599
(213,165,153)
#D8ADA2
(216,173,162)
#DBB5AB
(219,181,171)
#DEBDB4
(222,189,180)
#E1C5BD
(225,197,189)
#E4CDC6
(228,205,198)
#E7D5CF
(231,213,207)
#EADDD8
(234,221,216)
#EDE5E1
(237,229,225)
#F0EDEA
(240,237,234)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5A599; }

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

This text font color is #D5A599.

Background Color

.myBgColor { background-color: #D5A599; }

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

This div background color is #D5A599.

Border color

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

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

This div border color is #D5A599.

Opacity

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

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

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

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

This text has shadow with #D5A599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5A599.

Preview

Color preview on black background

This text has color #D5A599 on black background.


Color preview on white background

This text has color #D5A599 on white background.


Black color preview on #D5A599 background

This text has black color on #D5A599 background.


White color preview on #D5A599 background

This text has white color on #D5A599 background.


Related colors

Complementary color

Complementary color for #hex is #2A5A66.


I love getcolorcode.com

Triadic colors

1 #99D5A5 and #A599D5 with #D5A599 are triadic colors.

2 #99A5D5 and #A5D599 with #D5A599 are triadic colors.