COLOR #DD7555

HEX: #DD7555 RGB: (221,117,85)

Color info

#DD7555 contains mainly red color. Web safe color of #DD7555 is #CC6666 (or #C66).

RGB color model

#DD7555 color RGB value is (221,117,85).

RGB: (221,117,85) (87%, 46%, 33%)

RGB channels and saturation

R 221 of 255 = 87%
G 117 of 255 = 46%
B 85 of 255 = 33%

221
117
85

R + G + B ~ 55%. #DD7555 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 221 + 117 + 85 = 423 (100%)
R 221 of 423 ~ 52.25%
G 117 of 423 ~ 27.66%
B 85 of 423 ~ 20.09'%

%52.25
%27.66
%20.09

CMYK color model

#DD7555 color CMYK value is (0,47,62,13).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 61.54%
  • key color value is 13.33%

CMYK: (0,47,62,13)
C0M47Y62K13 (0%, 47%, 62%, 13%)
(0.00 / 0.47 / 0.62 / 0.13)

CMYK percentages

%0
%47.06
%61.54
%13.33

Codes

Color #DD7555 in popluar color models

DD 75 55
RGB 221 117 85
HSL 14° 66.67% 60.00%
HSB/HSV 14° 61.54% 86.67%
CMYK 0.00% 47.06% 61.54%
13.33%

Color #DD7555 in popluar number systems.

HEX DD 75 55
Decimal 221 117 85
Binary 11011101 1110101 1010101
Octal 335 165 125

Shades and tints

Shades of #DD7555

#DD7555
(221,117,85)
#C96B4E
(201,107,78)
#B56147
(181,97,71)
#A15740
(161,87,64)
#8D4D39
(141,77,57)
#794332
(121,67,50)
#65392B
(101,57,43)
#512F24
(81,47,36)
#3D251D
(61,37,29)
#291B16
(41,27,22)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #DD7555

#DD7555
(221,117,85)
#E08164
(224,129,100)
#E38D73
(227,141,115)
#E69982
(230,153,130)
#E9A591
(233,165,145)
#ECB1A0
(236,177,160)
#EFBDAF
(239,189,175)
#F2C9BE
(242,201,190)
#F5D5CD
(245,213,205)
#F8E1DC
(248,225,220)
#FBEDEB
(251,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD7555 color. Also use rgb(221,117,85) instead hex code.

Text Font Color

.myTextColor { color: #DD7555; }

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

This text font color is #DD7555.

Background Color

.myBgColor { background-color: #DD7555; }

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

This div background color is #DD7555.

Border color

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

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

This div border color is #DD7555.

Opacity

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

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

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

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

This text has shadow with #DD7555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD7555.

Preview

Color preview on black background

This text has color #DD7555 on black background.


Color preview on white background

This text has color #DD7555 on white background.


Black color preview on #DD7555 background

This text has black color on #DD7555 background.


White color preview on #DD7555 background

This text has white color on #DD7555 background.


Related colors

Complementary color

Complementary color for #hex is #228AAA.


I love getcolorcode.com

Triadic colors

1 #55DD75 and #7555DD with #DD7555 are triadic colors.

2 #5575DD and #75DD55 with #DD7555 are triadic colors.