COLOR #D99588

HEX: #D99588 RGB: (217,149,136)

Color info

#D99588 contains mainly red color. Web safe color of #D99588 is #CC9999 (or #C99).

RGB color model

#D99588 color RGB value is (217,149,136).

RGB: (217,149,136) (85%, 58%, 53%)

RGB channels and saturation

R 217 of 255 = 85%
G 149 of 255 = 58%
B 136 of 255 = 53%

217
149
136

R + G + B ~ 65%. #D99588 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 149 + 136 = 502 (100%)
R 217 of 502 ~ 43.23%
G 149 of 502 ~ 29.68%
B 136 of 502 ~ 27.09'%

%43.23
%29.68
%27.09

CMYK color model

#D99588 color CMYK value is (0,31,37,15).

  • cyan value is 0.00%
  • magenta value is 31.34%
  • yellow value is 37.33%
  • key color value is 14.90%

CMYK: (0,31,37,15)
C0M31Y37K15 (0%, 31%, 37%, 15%)
(0.00 / 0.31 / 0.37 / 0.15)

CMYK percentages

%0
%31.34
%37.33
%14.9

Codes

Color #D99588 in popluar color models

D9 95 88
RGB 217 149 136
HSL 10° 51.59% 69.22%
HSB/HSV 10° 37.33% 85.10%
CMYK 0.00% 31.34% 37.33%
14.90%

Color #D99588 in popluar number systems.

HEX D9 95 88
Decimal 217 149 136
Binary 11011001 10010101 10001000
Octal 331 225 210

Shades and tints

Shades of #D99588

#D99588
(217,149,136)
#C6887C
(198,136,124)
#B37B70
(179,123,112)
#A06E64
(160,110,100)
#8D6158
(141,97,88)
#7A544C
(122,84,76)
#674740
(103,71,64)
#543A34
(84,58,52)
#412D28
(65,45,40)
#2E201C
(46,32,28)
#1B1310
(27,19,16)
#000000
(0,0,0)

Tints of #D99588

#D99588
(217,149,136)
#DC9E92
(220,158,146)
#DFA79C
(223,167,156)
#E2B0A6
(226,176,166)
#E5B9B0
(229,185,176)
#E8C2BA
(232,194,186)
#EBCBC4
(235,203,196)
#EED4CE
(238,212,206)
#F1DDD8
(241,221,216)
#F4E6E2
(244,230,226)
#F7EFEC
(247,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D99588 color. Also use rgb(217,149,136) instead hex code.

Text Font Color

.myTextColor { color: #D99588; }

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

This text font color is #D99588.

Background Color

.myBgColor { background-color: #D99588; }

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

This div background color is #D99588.

Border color

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

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

This div border color is #D99588.

Opacity

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

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

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

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

This text has shadow with #D99588 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D99588.

Preview

Color preview on black background

This text has color #D99588 on black background.


Color preview on white background

This text has color #D99588 on white background.


Black color preview on #D99588 background

This text has black color on #D99588 background.


White color preview on #D99588 background

This text has white color on #D99588 background.


Related colors

Complementary color

Complementary color for #hex is #266A77.


I love getcolorcode.com

Triadic colors

1 #88D995 and #9588D9 with #D99588 are triadic colors.

2 #8895D9 and #95D988 with #D99588 are triadic colors.