COLOR #DD9D9A

HEX: #DD9D9A RGB: (221,157,154)

Color info

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

RGB color model

#DD9D9A color RGB value is (221,157,154).

RGB: (221,157,154) (87%, 62%, 60%)

RGB channels and saturation

R 221 of 255 = 87%
G 157 of 255 = 62%
B 154 of 255 = 60%

221
157
154

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

Portions of RGB colors in percentages

R + G + B = 221 + 157 + 154 = 532 (100%)
R 221 of 532 ~ 41.54%
G 157 of 532 ~ 29.51%
B 154 of 532 ~ 28.95'%

%41.54
%29.51
%28.95

CMYK color model

#DD9D9A color CMYK value is (0,29,30,13).

  • cyan value is 0.00%
  • magenta value is 28.96%
  • yellow value is 30.32%
  • key color value is 13.33%
CMYK: (0,29,30,13) C0M29Y30K13 (0%,29%,30%,13%) (0.00/0.29/0.30/0.13) 

CMYK percentages

%0
%28.96
%30.32
%13.33

Codes

Color #DD9D9A in popluar color models

DD 9D 9A
RGB 221 157 154
HSL 49.63% 73.53%
HSB/HSV 30.32% 86.67%
CMYK 0.00% 28.96% 30.32%
13.33%

Color #DD9D9A in popluar number systems.

HEX DD 9D 9A
Decimal 221 157 154
Binary 11011101 10011101 10011010
Octal 335 235 232

Shades and tints

Shades of #DD9D9A

#DD9D9A
(221,157,154)
#C98F8C
(201,143,140)
#B5817E
(181,129,126)
#A17370
(161,115,112)
#8D6562
(141,101,98)
#795754
(121,87,84)
#654946
(101,73,70)
#513B38
(81,59,56)
#3D2D2A
(61,45,42)
#291F1C
(41,31,28)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #DD9D9A

#DD9D9A
(221,157,154)
#E0A5A3
(224,165,163)
#E3ADAC
(227,173,172)
#E6B5B5
(230,181,181)
#E9BDBE
(233,189,190)
#ECC5C7
(236,197,199)
#EFCDD0
(239,205,208)
#F2D5D9
(242,213,217)
#F5DDE2
(245,221,226)
#F8E5EB
(248,229,235)
#FBEDF4
(251,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD9D9A color. Also use rgb(221,157,154) instead hex code.

Text Font Color

.myTextColor { color: #DD9D9A; }

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

This text font color is #DD9D9A.

Background Color

.myBgColor { background-color: #DD9D9A; }

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

This div background color is #DD9D9A.

Border color

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

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

This div border color is #DD9D9A.

Opacity

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

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

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

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

This text has shadow with #DD9D9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD9D9A.

Preview

Color preview on black background

This text has color #DD9D9A on black background.


Color preview on white background

This text has color #DD9D9A on white background.


Black color preview on #DD9D9A background

This text has black color on #DD9D9A background.


White color preview on #DD9D9A background

This text has white color on #DD9D9A background.


Related colors

Complementary color

Complementary color for #hex is #226265.


I love getcolorcode.com

Triadic colors

1 #9ADD9D and #9D9ADD with #DD9D9A are triadic colors.

2 #9A9DDD and #9DDD9A with #DD9D9A are triadic colors.