Shades of Chocolate #DD5E17
Tints of Chocolate #DD5E17
RGB
CMYK
RGB Variations
Color information
#DD5E17 (or 0xDD5E17) is known color: Chocolate. HEX triplet: DD, 5E and 17. RGB value is (221,94,23). Sum of RGB (Red+Green+Blue) = 221+94+23=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5E17 is #22A1E8. Grayscale: #7C7C7C. Windows color (decimal): -2269673 or 1531613. OLE color: 1531613.
HSL color Cylindrical-coordinate representation of color #DD5E17: hue angle of 21.52º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD5E17 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 23 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.13 |
| HSL | 21.52º | 0.81% | 0.48% | - |
| HSV(B) | 21.52º | 0.9% | 0.87% | - |
| XYZ | 33.98 | 23.44 | 3.54 | - |
| YUV | 123.88 | 71.08 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 23 | 0 | 0.57 | 0.90 | 0.13 | 21.52 | 0.81 | 0.48 |
| Hex | DD | 5E | 17 | 0 | 39 | 5A | D | 16 | 51 | 30 |
| Octal | 335 | 136 | 27 | 0 | 71 | 132 | 15 | 26 | 121 | 60 |
| Binary | 11011101 | 1011110 | 10111 | 0 | 111001 | 1011010 | 1101 | 10110 | 1010001 | 110000 |
Color Harmonies of #DD5E17
Complementary color
Monochromatic Colors of #DD5E17
Black with #DD5E17
Text Example
Text Example
White with #DD5E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E17; }
p { color: rgb(221,94,23); }
H1.HeaderClassName
{
color: #DD5E17;
}
.AnyTagClassName
{
color: #DD5E17;
}
</style>
background-color css
<style>
a { background-color: #DD5E17; }
a { background-color: rgb(221,94,23); }
div.DivClassName
{
background-color: #DD5E17;
}
.BgClassName
{
background-color: #DD5E17;
}
</style>
border-color css
<style>
span { border-color: #DD5E17; }
span { border-color: rgb(221,94,23); }
td.TdClassName
{
border-color: #DD5E17;
}
.TagClassName
{
border-color: #DD5E17;
}
</style>