Shades of Chocolate #DC5416
Tints of Chocolate #DC5416
RGB
CMYK
RGB Variations
Color information
#DC5416 (or 0xDC5416) is known color: Chocolate. HEX triplet: DC, 54 and 16. RGB value is (220,84,22). Sum of RGB (Red+Green+Blue) = 220+84+22=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5416 is #23ABE9. Grayscale: #757575. Windows color (decimal): -2337770 or 1463516. OLE color: 1463516.
HSL color Cylindrical-coordinate representation of color #DC5416: hue angle of 18.79º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC5416 is Cyan = 0, Magento = 0.62, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 22 | - |
| CMYK | 0 | 0.62 | 0.9 | 0.14 |
| HSL | 18.79º | 0.82% | 0.47% | - |
| HSV(B) | 18.79º | 0.9% | 0.86% | - |
| XYZ | 32.83 | 21.61 | 3.2 | - |
| YUV | 117.6 | 74.06 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 22 | 0 | 0.62 | 0.9 | 0.14 | 18.79 | 0.82 | 0.47 |
| Hex | DC | 54 | 16 | 0 | 3E | 5A | E | 13 | 52 | 2F |
| Octal | 334 | 124 | 26 | 0 | 76 | 132 | 16 | 23 | 122 | 57 |
| Binary | 11011100 | 1010100 | 10110 | 0 | 111110 | 1011010 | 1110 | 10011 | 1010010 | 101111 |
Color Harmonies of #DC5416
Complementary color
Monochromatic Colors of #DC5416
Black with #DC5416
Text Example
Text Example
White with #DC5416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5416; }
p { color: rgb(220,84,22); }
H1.HeaderClassName
{
color: #DC5416;
}
.AnyTagClassName
{
color: #DC5416;
}
</style>
background-color css
<style>
a { background-color: #DC5416; }
a { background-color: rgb(220,84,22); }
div.DivClassName
{
background-color: #DC5416;
}
.BgClassName
{
background-color: #DC5416;
}
</style>
border-color css
<style>
span { border-color: #DC5416; }
span { border-color: rgb(220,84,22); }
td.TdClassName
{
border-color: #DC5416;
}
.TagClassName
{
border-color: #DC5416;
}
</style>