Shades of Chocolate #DD5C16
Tints of Chocolate #DD5C16
RGB
CMYK
RGB Variations
Color information
#DD5C16 (or 0xDD5C16) is known color: Chocolate. HEX triplet: DD, 5C and 16. RGB value is (221,92,22). Sum of RGB (Red+Green+Blue) = 221+92+22=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5C16 is #22A3E9. Grayscale: #7A7A7A. Windows color (decimal): -2270186 or 1465565. OLE color: 1465565.
HSL color Cylindrical-coordinate representation of color #DD5C16: hue angle of 21.11º 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 #DD5C16 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 22 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.13 |
| HSL | 21.11º | 0.82% | 0.48% | - |
| HSV(B) | 21.11º | 0.9% | 0.87% | - |
| XYZ | 33.79 | 23.08 | 3.43 | - |
| YUV | 122.59 | 71.24 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 22 | 0 | 0.58 | 0.90 | 0.13 | 21.11 | 0.82 | 0.48 |
| Hex | DD | 5C | 16 | 0 | 3A | 5A | D | 15 | 52 | 30 |
| Octal | 335 | 134 | 26 | 0 | 72 | 132 | 15 | 25 | 122 | 60 |
| Binary | 11011101 | 1011100 | 10110 | 0 | 111010 | 1011010 | 1101 | 10101 | 1010010 | 110000 |
Color Harmonies of #DD5C16
Complementary color
Monochromatic Colors of #DD5C16
Black with #DD5C16
Text Example
Text Example
White with #DD5C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5C16; }
p { color: rgb(221,92,22); }
H1.HeaderClassName
{
color: #DD5C16;
}
.AnyTagClassName
{
color: #DD5C16;
}
</style>
background-color css
<style>
a { background-color: #DD5C16; }
a { background-color: rgb(221,92,22); }
div.DivClassName
{
background-color: #DD5C16;
}
.BgClassName
{
background-color: #DD5C16;
}
</style>
border-color css
<style>
span { border-color: #DD5C16; }
span { border-color: rgb(221,92,22); }
td.TdClassName
{
border-color: #DD5C16;
}
.TagClassName
{
border-color: #DD5C16;
}
</style>