Shades of Chocolate #DD5F17
Tints of Chocolate #DD5F17
RGB
CMYK
RGB Variations
Color information
#DD5F17 (or 0xDD5F17) is known color: Chocolate. HEX triplet: DD, 5F and 17. RGB value is (221,95,23). Sum of RGB (Red+Green+Blue) = 221+95+23=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5F17 is #22A0E8. Grayscale: #7C7C7C. Windows color (decimal): -2269417 or 1531869. OLE color: 1531869.
HSL color Cylindrical-coordinate representation of color #DD5F17: hue angle of 21.82º 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 #DD5F17 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 95 | 23 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.13 |
| HSL | 21.82º | 0.81% | 0.48% | - |
| HSV(B) | 21.82º | 0.9% | 0.87% | - |
| XYZ | 34.07 | 23.62 | 3.57 | - |
| YUV | 124.47 | 70.74 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 95 | 23 | 0 | 0.57 | 0.90 | 0.13 | 21.82 | 0.81 | 0.48 |
| Hex | DD | 5F | 17 | 0 | 39 | 5A | D | 16 | 51 | 30 |
| Octal | 335 | 137 | 27 | 0 | 71 | 132 | 15 | 26 | 121 | 60 |
| Binary | 11011101 | 1011111 | 10111 | 0 | 111001 | 1011010 | 1101 | 10110 | 1010001 | 110000 |
Color Harmonies of #DD5F17
Complementary color
Monochromatic Colors of #DD5F17
Black with #DD5F17
Text Example
Text Example
White with #DD5F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5F17; }
p { color: rgb(221,95,23); }
H1.HeaderClassName
{
color: #DD5F17;
}
.AnyTagClassName
{
color: #DD5F17;
}
</style>
background-color css
<style>
a { background-color: #DD5F17; }
a { background-color: rgb(221,95,23); }
div.DivClassName
{
background-color: #DD5F17;
}
.BgClassName
{
background-color: #DD5F17;
}
</style>
border-color css
<style>
span { border-color: #DD5F17; }
span { border-color: rgb(221,95,23); }
td.TdClassName
{
border-color: #DD5F17;
}
.TagClassName
{
border-color: #DD5F17;
}
</style>