Shades of Chocolate #DC6418
Tints of Chocolate #DC6418
RGB
CMYK
RGB Variations
Color information
#DC6418 (or 0xDC6418) is known color: Chocolate. HEX triplet: DC, 64 and 18. RGB value is (220,100,24). Sum of RGB (Red+Green+Blue) = 220+100+24=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6418 is #239BE7. Grayscale: #7F7F7F. Windows color (decimal): -2333672 or 1598684. OLE color: 1598684.
HSL color Cylindrical-coordinate representation of color #DC6418: hue angle of 23.27º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC6418 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 24 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.14 |
| HSL | 23.27º | 0.8% | 0.48% | - |
| HSV(B) | 23.27º | 0.89% | 0.86% | - |
| XYZ | 34.24 | 24.4 | 3.77 | - |
| YUV | 127.22 | 69.76 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 24 | 0 | 0.55 | 0.89 | 0.14 | 23.27 | 0.8 | 0.48 |
| Hex | DC | 64 | 18 | 0 | 37 | 59 | E | 17 | 50 | 30 |
| Octal | 334 | 144 | 30 | 0 | 67 | 131 | 16 | 27 | 120 | 60 |
| Binary | 11011100 | 1100100 | 11000 | 0 | 110111 | 1011001 | 1110 | 10111 | 1010000 | 110000 |
Color Harmonies of #DC6418
Complementary color
Monochromatic Colors of #DC6418
Black with #DC6418
Text Example
Text Example
White with #DC6418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6418; }
p { color: rgb(220,100,24); }
H1.HeaderClassName
{
color: #DC6418;
}
.AnyTagClassName
{
color: #DC6418;
}
</style>
background-color css
<style>
a { background-color: #DC6418; }
a { background-color: rgb(220,100,24); }
div.DivClassName
{
background-color: #DC6418;
}
.BgClassName
{
background-color: #DC6418;
}
</style>
border-color css
<style>
span { border-color: #DC6418; }
span { border-color: rgb(220,100,24); }
td.TdClassName
{
border-color: #DC6418;
}
.TagClassName
{
border-color: #DC6418;
}
</style>