Shades of Chocolate #DD6016
Tints of Chocolate #DD6016
RGB
CMYK
RGB Variations
Color information
#DD6016 (or 0xDD6016) is known color: Chocolate. HEX triplet: DD, 60 and 16. RGB value is (221,96,22). Sum of RGB (Red+Green+Blue) = 221+96+22=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6016 is #229FE9. Grayscale: #7D7D7D. Windows color (decimal): -2269162 or 1466589. OLE color: 1466589.
HSL color Cylindrical-coordinate representation of color #DD6016: hue angle of 22.31º degrees, saturation: 0.82, 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 #DD6016 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 22 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.13 |
| HSL | 22.31º | 0.82% | 0.48% | - |
| HSV(B) | 22.31º | 0.9% | 0.87% | - |
| XYZ | 34.15 | 23.8 | 3.55 | - |
| YUV | 124.94 | 69.91 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 22 | 0 | 0.57 | 0.90 | 0.13 | 22.31 | 0.82 | 0.48 |
| Hex | DD | 60 | 16 | 0 | 39 | 5A | D | 16 | 52 | 30 |
| Octal | 335 | 140 | 26 | 0 | 71 | 132 | 15 | 26 | 122 | 60 |
| Binary | 11011101 | 1100000 | 10110 | 0 | 111001 | 1011010 | 1101 | 10110 | 1010010 | 110000 |
Color Harmonies of #DD6016
Complementary color
Monochromatic Colors of #DD6016
Black with #DD6016
Text Example
Text Example
White with #DD6016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6016; }
p { color: rgb(221,96,22); }
H1.HeaderClassName
{
color: #DD6016;
}
.AnyTagClassName
{
color: #DD6016;
}
</style>
background-color css
<style>
a { background-color: #DD6016; }
a { background-color: rgb(221,96,22); }
div.DivClassName
{
background-color: #DD6016;
}
.BgClassName
{
background-color: #DD6016;
}
</style>
border-color css
<style>
span { border-color: #DD6016; }
span { border-color: rgb(221,96,22); }
td.TdClassName
{
border-color: #DD6016;
}
.TagClassName
{
border-color: #DD6016;
}
</style>