COLOR #DD9A83

HEX: #DD9A83 RGB: (221,154,131)

Color info

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

RGB color model

#DD9A83 color RGB value is (221,154,131).

RGB: (221,154,131) (87%, 60%, 51%)

RGB channels and saturation

R 221 of 255 = 87%
G 154 of 255 = 60%
B 131 of 255 = 51%

221
154
131

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

Portions of RGB colors in percentages

R + G + B = 221 + 154 + 131 = 506 (100%)
R 221 of 506 ~ 43.68%
G 154 of 506 ~ 30.43%
B 131 of 506 ~ 25.89'%

%43.68
%30.43
%25.89

CMYK color model

#DD9A83 color CMYK value is (0,30,41,13).

  • cyan value is 0.00%
  • magenta value is 30.32%
  • yellow value is 40.72%
  • key color value is 13.33%
CMYK: (0,30,41,13) C0M30Y41K13 (0%,30%,41%,13%) (0.00/0.30/0.41/0.13) 

CMYK percentages

%0
%30.32
%40.72
%13.33

Codes

Color #DD9A83 in popluar color models

DD 9A 83
RGB 221 154 131
HSL 15° 56.96% 69.02%
HSB/HSV 15° 40.72% 86.67%
CMYK 0.00% 30.32% 40.72%
13.33%

Color #DD9A83 in popluar number systems.

HEX DD 9A 83
Decimal 221 154 131
Binary 11011101 10011010 10000011
Octal 335 232 203

Shades and tints

Shades of #DD9A83

#DD9A83
(221,154,131)
#C98C78
(201,140,120)
#B57E6D
(181,126,109)
#A17062
(161,112,98)
#8D6257
(141,98,87)
#79544C
(121,84,76)
#654641
(101,70,65)
#513836
(81,56,54)
#3D2A2B
(61,42,43)
#291C20
(41,28,32)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #DD9A83

#DD9A83
(221,154,131)
#E0A38E
(224,163,142)
#E3AC99
(227,172,153)
#E6B5A4
(230,181,164)
#E9BEAF
(233,190,175)
#ECC7BA
(236,199,186)
#EFD0C5
(239,208,197)
#F2D9D0
(242,217,208)
#F5E2DB
(245,226,219)
#F8EBE6
(248,235,230)
#FBF4F1
(251,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD9A83; }

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

This text font color is #DD9A83.

Background Color

.myBgColor { background-color: #DD9A83; }

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

This div background color is #DD9A83.

Border color

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

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

This div border color is #DD9A83.

Opacity

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

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

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

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

This text has shadow with #DD9A83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD9A83.

Preview

Color preview on black background

This text has color #DD9A83 on black background.


Color preview on white background

This text has color #DD9A83 on white background.


Black color preview on #DD9A83 background

This text has black color on #DD9A83 background.


White color preview on #DD9A83 background

This text has white color on #DD9A83 background.


Related colors

Complementary color

Complementary color for #hex is #22657C.


I love getcolorcode.com

Triadic colors

1 #83DD9A and #9A83DD with #DD9A83 are triadic colors.

2 #839ADD and #9ADD83 with #DD9A83 are triadic colors.