Shades of Chocolate #DD5616
Tints of Chocolate #DD5616
RGB
CMYK
RGB Variations
Color information
#DD5616 (or 0xDD5616) is known color: Chocolate. HEX triplet: DD, 56 and 16. RGB value is (221,86,22). Sum of RGB (Red+Green+Blue) = 221+86+22=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5616 is #22A9E9. Grayscale: #777777. Windows color (decimal): -2271722 or 1464029. OLE color: 1464029.
HSL color Cylindrical-coordinate representation of color #DD5616: hue angle of 19.3º 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 #DD5616 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 22 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.13 |
| HSL | 19.3º | 0.82% | 0.48% | - |
| HSV(B) | 19.3º | 0.9% | 0.87% | - |
| XYZ | 33.29 | 22.09 | 3.27 | - |
| YUV | 119.07 | 73.23 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 22 | 0 | 0.61 | 0.90 | 0.13 | 19.3 | 0.82 | 0.48 |
| Hex | DD | 56 | 16 | 0 | 3D | 5A | D | 13 | 52 | 30 |
| Octal | 335 | 126 | 26 | 0 | 75 | 132 | 15 | 23 | 122 | 60 |
| Binary | 11011101 | 1010110 | 10110 | 0 | 111101 | 1011010 | 1101 | 10011 | 1010010 | 110000 |
Color Harmonies of #DD5616
Complementary color
Monochromatic Colors of #DD5616
Black with #DD5616
Text Example
Text Example
White with #DD5616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5616; }
p { color: rgb(221,86,22); }
H1.HeaderClassName
{
color: #DD5616;
}
.AnyTagClassName
{
color: #DD5616;
}
</style>
background-color css
<style>
a { background-color: #DD5616; }
a { background-color: rgb(221,86,22); }
div.DivClassName
{
background-color: #DD5616;
}
.BgClassName
{
background-color: #DD5616;
}
</style>
border-color css
<style>
span { border-color: #DD5616; }
span { border-color: rgb(221,86,22); }
td.TdClassName
{
border-color: #DD5616;
}
.TagClassName
{
border-color: #DD5616;
}
</style>