COLOR #DD9C82

HEX: #DD9C82 RGB: (221,156,130)

Color info

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

RGB color model

#DD9C82 color RGB value is (221,156,130).

RGB: (221,156,130) (87%, 61%, 51%)

RGB channels and saturation

R 221 of 255 = 87%
G 156 of 255 = 61%
B 130 of 255 = 51%

221
156
130

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

Portions of RGB colors in percentages

R + G + B = 221 + 156 + 130 = 507 (100%)
R 221 of 507 ~ 43.59%
G 156 of 507 ~ 30.77%
B 130 of 507 ~ 25.64'%

%43.59
%30.77
%25.64

CMYK color model

#DD9C82 color CMYK value is (0,29,41,13).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 41.18%
  • key color value is 13.33%

CMYK: (0,29,41,13)
C0M29Y41K13 (0%, 29%, 41%, 13%)
(0.00 / 0.29 / 0.41 / 0.13)

CMYK percentages

%0
%29.41
%41.18
%13.33

Codes

Color #DD9C82 in popluar color models

DD 9C 82
RGB 221 156 130
HSL 17° 57.23% 68.82%
HSB/HSV 17° 41.18% 86.67%
CMYK 0.00% 29.41% 41.18%
13.33%

Color #DD9C82 in popluar number systems.

HEX DD 9C 82
Decimal 221 156 130
Binary 11011101 10011100 10000010
Octal 335 234 202

Shades and tints

Shades of #DD9C82

#DD9C82
(221,156,130)
#C98E77
(201,142,119)
#B5806C
(181,128,108)
#A17261
(161,114,97)
#8D6456
(141,100,86)
#79564B
(121,86,75)
#654840
(101,72,64)
#513A35
(81,58,53)
#3D2C2A
(61,44,42)
#291E1F
(41,30,31)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #DD9C82

#DD9C82
(221,156,130)
#E0A58D
(224,165,141)
#E3AE98
(227,174,152)
#E6B7A3
(230,183,163)
#E9C0AE
(233,192,174)
#ECC9B9
(236,201,185)
#EFD2C4
(239,210,196)
#F2DBCF
(242,219,207)
#F5E4DA
(245,228,218)
#F8EDE5
(248,237,229)
#FBF6F0
(251,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD9C82 color. Also use rgb(221,156,130) instead hex code.

Text Font Color

.myTextColor { color: #DD9C82; }

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

This text font color is #DD9C82.

Background Color

.myBgColor { background-color: #DD9C82; }

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

This div background color is #DD9C82.

Border color

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

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

This div border color is #DD9C82.

Opacity

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

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

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

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

This text has shadow with #DD9C82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD9C82.

Preview

Color preview on black background

This text has color #DD9C82 on black background.


Color preview on white background

This text has color #DD9C82 on white background.


Black color preview on #DD9C82 background

This text has black color on #DD9C82 background.


White color preview on #DD9C82 background

This text has white color on #DD9C82 background.


Related colors

Complementary color

Complementary color for #hex is #22637D.


I love getcolorcode.com

Triadic colors

1 #82DD9C and #9C82DD with #DD9C82 are triadic colors.

2 #829CDD and #9CDD82 with #DD9C82 are triadic colors.