Shades of Chocolate #DC6516
Tints of Chocolate #DC6516
RGB
CMYK
RGB Variations
Color information
#DC6516 (or 0xDC6516) is known color: Chocolate. HEX triplet: DC, 65 and 16. RGB value is (220,101,22). Sum of RGB (Red+Green+Blue) = 220+101+22=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6516 is #239AE9. Grayscale: #808080. Windows color (decimal): -2333418 or 1467868. OLE color: 1467868.
HSL color Cylindrical-coordinate representation of color #DC6516: hue angle of 23.94º 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 #DC6516 is Cyan = 0, Magento = 0.54, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 22 | - |
| CMYK | 0 | 0.54 | 0.9 | 0.14 |
| HSL | 23.94º | 0.82% | 0.47% | - |
| HSV(B) | 23.94º | 0.9% | 0.86% | - |
| XYZ | 34.31 | 24.58 | 3.7 | - |
| YUV | 127.58 | 68.42 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 22 | 0 | 0.54 | 0.9 | 0.14 | 23.94 | 0.82 | 0.47 |
| Hex | DC | 65 | 16 | 0 | 36 | 5A | E | 18 | 52 | 2F |
| Octal | 334 | 145 | 26 | 0 | 66 | 132 | 16 | 30 | 122 | 57 |
| Binary | 11011100 | 1100101 | 10110 | 0 | 110110 | 1011010 | 1110 | 11000 | 1010010 | 101111 |
Color Harmonies of #DC6516
Complementary color
Monochromatic Colors of #DC6516
Black with #DC6516
Text Example
Text Example
White with #DC6516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6516; }
p { color: rgb(220,101,22); }
H1.HeaderClassName
{
color: #DC6516;
}
.AnyTagClassName
{
color: #DC6516;
}
</style>
background-color css
<style>
a { background-color: #DC6516; }
a { background-color: rgb(220,101,22); }
div.DivClassName
{
background-color: #DC6516;
}
.BgClassName
{
background-color: #DC6516;
}
</style>
border-color css
<style>
span { border-color: #DC6516; }
span { border-color: rgb(220,101,22); }
td.TdClassName
{
border-color: #DC6516;
}
.TagClassName
{
border-color: #DC6516;
}
</style>