COLOR #DD9F99

HEX: #DD9F99
RGB: (221,159,153)

Color info

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

RGB color model

#DD9F99 color RGB value is (221,159,153).

  • red value is 221;
  • green value is 159;
  • blue value is 153.
RGB:
(221,159,153)
(87%,62%,60%)

RGB channels and saturation

R 221 of 255 = 87%
G 159 of 255 = 62%
B 153 of 255 = 60%

221
159
153

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

Portions of RGB colors in percentages

R + G + B =
221 + 159 + 153 = 533 (100%)
R 221 of 533 ~ 41.46%
G 159 of 533 ~ 29.83%
B 153 of 533 ~ 28.71%

%41.46
%29.83
%28.71

CMYK color model

#DD9F99 color CMYK value is (0,28,31,13).

  • cyan value is 0.00%
  • magenta value is 28.05%
  • yellow value is 30.77%
  • key color value is 13.33%
CMYK:
(0,28,31,13)
C0M28Y31K13 
(0%,28%,31%,13%)
(0.00/0.28/0.31/0.13)	

CMYK percentages

%0
%28.05
%30.77
%13.33

Codes

Color #DD9F99 in popluar color models

DD9F99
RGB221159153
HSL50.00%73.33%
HSB/HSV30.77%86.67%
CMYK0.00%28.05%30.77%
13.33%

Color #DD9F99 in popluar number systems.

HEXDD9F99
Decimal221159153
Binary110111011001111110011001
Octal335237231

Shades and tints

Shades of #DD9F99

#DD9F99
(221,159,153)
#C9918C
(201,145,140)
#B5837F
(181,131,127)
#A17572
(161,117,114)
#8D6765
(141,103,101)
#795958
(121,89,88)
#654B4B
(101,75,75)
#513D3E
(81,61,62)
#3D2F31
(61,47,49)
#292124
(41,33,36)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #DD9F99

#DD9F99
(221,159,153)
#E0A7A2
(224,167,162)
#E3AFAB
(227,175,171)
#E6B7B4
(230,183,180)
#E9BFBD
(233,191,189)
#ECC7C6
(236,199,198)
#EFCFCF
(239,207,207)
#F2D7D8
(242,215,216)
#F5DFE1
(245,223,225)
#F8E7EA
(248,231,234)
#FBEFF3
(251,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD9F99 color. Also use rgb(221,159,153) instead hex code.

Text Font Color

.myTextColor { color: #DD9F99; }

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

This text font color is #DD9F99.


Background Color

.myBgColor { background-color: #DD9F99; }

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

This div background color is #DD9F99.


Border color

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

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

This div border color is #DD9F99.


Opacity

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

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

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

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

This text has shadow with #DD9F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD9F99 on black background.


Color preview on white background

This text has color #DD9F99 on white background.



Black color preview on #DD9F99 background

This text has black color on #DD9F99 background.


White color preview on #DD9F99 background

This text has white color on #DD9F99 background.