COLOR #D99880

HEX: #D99880
RGB: (217,152,128)

Color info

#D99880 contains mainly red color. Web safe color of #D99880 is #CC9966 (or #C96).

RGB color model

#D99880 color RGB value is (217,152,128).

  • red value is 217;
  • green value is 152;
  • blue value is 128.
RGB:
(217,152,128)
(85%,60%,50%)

RGB channels and saturation

R 217 of 255 = 85%
G 152 of 255 = 60%
B 128 of 255 = 50%

217
152
128

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

Portions of RGB colors in percentages

R + G + B =
217 + 152 + 128 = 497 (100%)
R 217 of 497 ~ 43.66%
G 152 of 497 ~ 30.58%
B 128 of 497 ~ 25.75%

%43.66
%30.58
%25.75

CMYK color model

#D99880 color CMYK value is (0,30,41,15).

  • cyan value is 0.00%
  • magenta value is 29.95%
  • yellow value is 41.01%
  • key color value is 14.90%
CMYK:
(0,30,41,15)
C0M30Y41K15 
(0%,30%,41%,15%)
(0.00/0.30/0.41/0.15)	

CMYK percentages

%0
%29.95
%41.01
%14.9

Codes

Color #D99880 in popluar color models

D99880
RGB217152128
HSL16°53.94%67.65%
HSB/HSV16°41.01%85.10%
CMYK0.00%29.95%41.01%
14.90%

Color #D99880 in popluar number systems.

HEXD99880
Decimal217152128
Binary110110011001100010000000
Octal331230200

Shades and tints

Shades of #D99880

#D99880
(217,152,128)
#C68B75
(198,139,117)
#B37E6A
(179,126,106)
#A0715F
(160,113,95)
#8D6454
(141,100,84)
#7A5749
(122,87,73)
#674A3E
(103,74,62)
#543D33
(84,61,51)
#413028
(65,48,40)
#2E231D
(46,35,29)
#1B1612
(27,22,18)
#000000
(0,0,0)

Tints of #D99880

#D99880
(217,152,128)
#DCA18B
(220,161,139)
#DFAA96
(223,170,150)
#E2B3A1
(226,179,161)
#E5BCAC
(229,188,172)
#E8C5B7
(232,197,183)
#EBCEC2
(235,206,194)
#EED7CD
(238,215,205)
#F1E0D8
(241,224,216)
#F4E9E3
(244,233,227)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D99880 color. Also use rgb(217,152,128) instead hex code.

Text Font Color

.myTextColor { color: #D99880; }

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

This text font color is #D99880.


Background Color

.myBgColor { background-color: #D99880; }

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

This div background color is #D99880.


Border color

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

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

This div border color is #D99880.


Opacity

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

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

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

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

This text has shadow with #D99880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D99880 on black background.


Color preview on white background

This text has color #D99880 on white background.



Black color preview on #D99880 background

This text has black color on #D99880 background.


White color preview on #D99880 background

This text has white color on #D99880 background.