Shades of Chocolate #DD7116
Tints of Chocolate #DD7116
RGB
CMYK
RGB Variations
Color information
#DD7116 (or 0xDD7116) is known color: Chocolate. HEX triplet: DD, 71 and 16. RGB value is (221,113,22). Sum of RGB (Red+Green+Blue) = 221+113+22=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7116 is #228EE9. Grayscale: #878787. Windows color (decimal): -2264810 or 1470941. OLE color: 1470941.
HSL color Cylindrical-coordinate representation of color #DD7116: hue angle of 27.44º 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 #DD7116 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 22 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.13 |
| HSL | 27.44º | 0.82% | 0.48% | - |
| HSV(B) | 27.44º | 0.9% | 0.87% | - |
| XYZ | 35.87 | 27.24 | 4.13 | - |
| YUV | 134.92 | 64.28 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 22 | 0 | 0.49 | 0.90 | 0.13 | 27.44 | 0.82 | 0.48 |
| Hex | DD | 71 | 16 | 0 | 31 | 5A | D | 1B | 52 | 30 |
| Octal | 335 | 161 | 26 | 0 | 61 | 132 | 15 | 33 | 122 | 60 |
| Binary | 11011101 | 1110001 | 10110 | 0 | 110001 | 1011010 | 1101 | 11011 | 1010010 | 110000 |
Color Harmonies of #DD7116
Complementary color
Monochromatic Colors of #DD7116
Black with #DD7116
Text Example
Text Example
White with #DD7116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7116; }
p { color: rgb(221,113,22); }
H1.HeaderClassName
{
color: #DD7116;
}
.AnyTagClassName
{
color: #DD7116;
}
</style>
background-color css
<style>
a { background-color: #DD7116; }
a { background-color: rgb(221,113,22); }
div.DivClassName
{
background-color: #DD7116;
}
.BgClassName
{
background-color: #DD7116;
}
</style>
border-color css
<style>
span { border-color: #DD7116; }
span { border-color: rgb(221,113,22); }
td.TdClassName
{
border-color: #DD7116;
}
.TagClassName
{
border-color: #DD7116;
}
</style>