COLOR #D59D99

HEX: #D59D99 RGB: (213,157,153)

Color info

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

RGB color model

#D59D99 color RGB value is (213,157,153).

RGB: (213,157,153) (84%, 62%, 60%)

RGB channels and saturation

R 213 of 255 = 84%
G 157 of 255 = 62%
B 153 of 255 = 60%

213
157
153

R + G + B ~ 69%. #D59D99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 157 + 153 = 523 (100%)
R 213 of 523 ~ 40.73%
G 157 of 523 ~ 30.02%
B 153 of 523 ~ 29.25'%

%40.73
%30.02
%29.25

CMYK color model

#D59D99 color CMYK value is (0,26,28,16).

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

CMYK: (0,26,28,16)
C0M26Y28K16 (0%, 26%, 28%, 16%)
(0.00 / 0.26 / 0.28 / 0.16)

CMYK percentages

%0
%26.29
%28.17
%16.47

Codes

Color #D59D99 in popluar color models

D5 9D 99
RGB 213 157 153
HSL 41.67% 71.76%
HSB/HSV 28.17% 83.53%
CMYK 0.00% 26.29% 28.17%
16.47%

Color #D59D99 in popluar number systems.

HEX D5 9D 99
Decimal 213 157 153
Binary 11010101 10011101 10011001
Octal 325 235 231

Shades and tints

Shades of #D59D99

#D59D99
(213,157,153)
#C28F8C
(194,143,140)
#AF817F
(175,129,127)
#9C7372
(156,115,114)
#896565
(137,101,101)
#765758
(118,87,88)
#63494B
(99,73,75)
#503B3E
(80,59,62)
#3D2D31
(61,45,49)
#2A1F24
(42,31,36)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #D59D99

#D59D99
(213,157,153)
#D8A5A2
(216,165,162)
#DBADAB
(219,173,171)
#DEB5B4
(222,181,180)
#E1BDBD
(225,189,189)
#E4C5C6
(228,197,198)
#E7CDCF
(231,205,207)
#EAD5D8
(234,213,216)
#EDDDE1
(237,221,225)
#F0E5EA
(240,229,234)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59D99; }

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

This text font color is #D59D99.

Background Color

.myBgColor { background-color: #D59D99; }

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

This div background color is #D59D99.

Border color

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

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

This div border color is #D59D99.

Opacity

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

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

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

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

This text has shadow with #D59D99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D59D99.

Preview

Color preview on black background

This text has color #D59D99 on black background.


Color preview on white background

This text has color #D59D99 on white background.


Black color preview on #D59D99 background

This text has black color on #D59D99 background.


White color preview on #D59D99 background

This text has white color on #D59D99 background.


Related colors

Complementary color

Complementary color for #hex is #2A6266.


I love getcolorcode.com

Triadic colors

1 #99D59D and #9D99D5 with #D59D99 are triadic colors.

2 #999DD5 and #9DD599 with #D59D99 are triadic colors.