Shades of Chocolate #DD5D17
Tints of Chocolate #DD5D17
RGB
CMYK
RGB Variations
Color information
#DD5D17 (or 0xDD5D17) is known color: Chocolate. HEX triplet: DD, 5D and 17. RGB value is (221,93,23). Sum of RGB (Red+Green+Blue) = 221+93+23=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5D17 is #22A2E8. Grayscale: #7B7B7B. Windows color (decimal): -2269929 or 1531357. OLE color: 1531357.
HSL color Cylindrical-coordinate representation of color #DD5D17: hue angle of 21.21º 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 #DD5D17 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 23 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.13 |
| HSL | 21.21º | 0.81% | 0.48% | - |
| HSV(B) | 21.21º | 0.9% | 0.87% | - |
| XYZ | 33.89 | 23.26 | 3.51 | - |
| YUV | 123.29 | 71.41 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 23 | 0 | 0.58 | 0.90 | 0.13 | 21.21 | 0.81 | 0.48 |
| Hex | DD | 5D | 17 | 0 | 3A | 5A | D | 15 | 51 | 30 |
| Octal | 335 | 135 | 27 | 0 | 72 | 132 | 15 | 25 | 121 | 60 |
| Binary | 11011101 | 1011101 | 10111 | 0 | 111010 | 1011010 | 1101 | 10101 | 1010001 | 110000 |
Color Harmonies of #DD5D17
Complementary color
Monochromatic Colors of #DD5D17
Black with #DD5D17
Text Example
Text Example
White with #DD5D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D17; }
p { color: rgb(221,93,23); }
H1.HeaderClassName
{
color: #DD5D17;
}
.AnyTagClassName
{
color: #DD5D17;
}
</style>
background-color css
<style>
a { background-color: #DD5D17; }
a { background-color: rgb(221,93,23); }
div.DivClassName
{
background-color: #DD5D17;
}
.BgClassName
{
background-color: #DD5D17;
}
</style>
border-color css
<style>
span { border-color: #DD5D17; }
span { border-color: rgb(221,93,23); }
td.TdClassName
{
border-color: #DD5D17;
}
.TagClassName
{
border-color: #DD5D17;
}
</style>