Shades of Chocolate #DD7017
Tints of Chocolate #DD7017
RGB
CMYK
RGB Variations
Color information
#DD7017 (or 0xDD7017) is known color: Chocolate. HEX triplet: DD, 70 and 17. RGB value is (221,112,23). Sum of RGB (Red+Green+Blue) = 221+112+23=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7017 is #228FE8. Grayscale: #868686. Windows color (decimal): -2265065 or 1536221. OLE color: 1536221.
HSL color Cylindrical-coordinate representation of color #DD7017: hue angle of 26.97º 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 #DD7017 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 23 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.13 |
| HSL | 26.97º | 0.81% | 0.48% | - |
| HSV(B) | 26.97º | 0.9% | 0.87% | - |
| XYZ | 35.77 | 27.02 | 4.14 | - |
| YUV | 134.45 | 65.11 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 23 | 0 | 0.49 | 0.90 | 0.13 | 26.97 | 0.81 | 0.48 |
| Hex | DD | 70 | 17 | 0 | 31 | 5A | D | 1B | 51 | 30 |
| Octal | 335 | 160 | 27 | 0 | 61 | 132 | 15 | 33 | 121 | 60 |
| Binary | 11011101 | 1110000 | 10111 | 0 | 110001 | 1011010 | 1101 | 11011 | 1010001 | 110000 |
Color Harmonies of #DD7017
Complementary color
Monochromatic Colors of #DD7017
Black with #DD7017
Text Example
Text Example
White with #DD7017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7017; }
p { color: rgb(221,112,23); }
H1.HeaderClassName
{
color: #DD7017;
}
.AnyTagClassName
{
color: #DD7017;
}
</style>
background-color css
<style>
a { background-color: #DD7017; }
a { background-color: rgb(221,112,23); }
div.DivClassName
{
background-color: #DD7017;
}
.BgClassName
{
background-color: #DD7017;
}
</style>
border-color css
<style>
span { border-color: #DD7017; }
span { border-color: rgb(221,112,23); }
td.TdClassName
{
border-color: #DD7017;
}
.TagClassName
{
border-color: #DD7017;
}
</style>