COLOR #DD9984

HEX: #DD9984 RGB: (221,153,132)

Color info

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

RGB color model

#DD9984 color RGB value is (221,153,132).

RGB: (221,153,132) (87%, 60%, 52%)

RGB channels and saturation

R 221 of 255 = 87%
G 153 of 255 = 60%
B 132 of 255 = 52%

221
153
132

R + G + B ~ 66%. #DD9984 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 153 + 132 = 506 (100%)
R 221 of 506 ~ 43.68%
G 153 of 506 ~ 30.24%
B 132 of 506 ~ 26.09'%

%43.68
%30.24
%26.09

CMYK color model

#DD9984 color CMYK value is (0,31,40,13).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 40.27%
  • key color value is 13.33%
CMYK: (0,31,40,13) C0M31Y40K13 (0%,31%,40%,13%) (0.00/0.31/0.40/0.13) 

CMYK percentages

%0
%30.77
%40.27
%13.33

Codes

Color #DD9984 in popluar color models

DD 99 84
RGB 221 153 132
HSL 14° 56.69% 69.22%
HSB/HSV 14° 40.27% 86.67%
CMYK 0.00% 30.77% 40.27%
13.33%

Color #DD9984 in popluar number systems.

HEX DD 99 84
Decimal 221 153 132
Binary 11011101 10011001 10000100
Octal 335 231 204

Shades and tints

Shades of #DD9984

#DD9984
(221,153,132)
#C98C78
(201,140,120)
#B57F6C
(181,127,108)
#A17260
(161,114,96)
#8D6554
(141,101,84)
#795848
(121,88,72)
#654B3C
(101,75,60)
#513E30
(81,62,48)
#3D3124
(61,49,36)
#292418
(41,36,24)
#15170C
(21,23,12)
#000000
(0,0,0)

Tints of #DD9984

#DD9984
(221,153,132)
#E0A28F
(224,162,143)
#E3AB9A
(227,171,154)
#E6B4A5
(230,180,165)
#E9BDB0
(233,189,176)
#ECC6BB
(236,198,187)
#EFCFC6
(239,207,198)
#F2D8D1
(242,216,209)
#F5E1DC
(245,225,220)
#F8EAE7
(248,234,231)
#FBF3F2
(251,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD9984; }

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

This text font color is #DD9984.

Background Color

.myBgColor { background-color: #DD9984; }

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

This div background color is #DD9984.

Border color

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

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

This div border color is #DD9984.

Opacity

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

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

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

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

This text has shadow with #DD9984 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD9984.

Preview

Color preview on black background

This text has color #DD9984 on black background.


Color preview on white background

This text has color #DD9984 on white background.


Black color preview on #DD9984 background

This text has black color on #DD9984 background.


White color preview on #DD9984 background

This text has white color on #DD9984 background.


Related colors

Complementary color

Complementary color for #hex is #22667B.


I love getcolorcode.com

Triadic colors

1 #84DD99 and #9984DD with #DD9984 are triadic colors.

2 #8499DD and #99DD84 with #DD9984 are triadic colors.