HEX: #DD7555
RGB: (221,117,85)
#DD7555 contains mainly red color. Web safe color of #DD7555 is #CC6666 (or #C66).
#DD7555 color RGB value is (221,117,85).
RGB: (221,117,85)
(87%, 46%, 33%)
R 221 of 255 = 87%
G 117 of 255 = 46%
B 85 of 255 = 33%
R + G + B ~ 55%. #DD7555 is middle color (not dark and not light).
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'%
#DD7555 color CMYK value is (0,47,62,13).
CMYK: (0,47,62,13)
C0M47Y62K13 (0%, 47%, 62%, 13%)
(0.00 / 0.47 / 0.62 / 0.13)
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 of #DD7555
Tints of #DD7555
Examples of css and html codes for elements with #DD7555 color. Also use rgb(221,117,85) instead hex code.
.myTextColor { color: #DD7555; }
<p style="color:#DD7555">This sample text font color is #DD7555.</p>
This text font color is #DD7555.
.myBgColor { background-color: #DD7555; }
<div style="background-color:#DD7555">Inner text</div>
This div background color is #DD7555.
.myBorderColor { border: 1px solid #DD7555; }
<div style="border:3px solid #DD7555">Div</div>
This div border color is #DD7555.
.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%.
.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.
/* 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 text has color #DD7555 on black background.
This text has color #DD7555 on white background.
This text has black color on #DD7555 background.
This text has white color on #DD7555 background.
Complementary color for #hex is #228AAA.