Shades of Chocolate #DC600E
Tints of Chocolate #DC600E
RGB
CMYK
RGB Variations
Color information
#DC600E (or 0xDC600E) is known color: Chocolate. HEX triplet: DC, 60 and 0E. RGB value is (220,96,14). Sum of RGB (Red+Green+Blue) = 220+96+14=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC600E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC600E is #239FF1. Grayscale: #7C7C7C. Windows color (decimal): -2334706 or 942300. OLE color: 942300.
HSL color Cylindrical-coordinate representation of color #DC600E: hue angle of 23.88º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC600E is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 14 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.14 |
| HSL | 23.88º | 0.88% | 0.46% | - |
| HSV(B) | 23.88º | 0.94% | 0.86% | - |
| XYZ | 33.78 | 23.61 | 3.19 | - |
| YUV | 123.73 | 66.08 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 14 | 0 | 0.56 | 0.94 | 0.14 | 23.88 | 0.88 | 0.46 |
| Hex | DC | 60 | E | 0 | 38 | 5E | E | 18 | 58 | 2E |
| Octal | 334 | 140 | 16 | 0 | 70 | 136 | 16 | 30 | 130 | 56 |
| Binary | 11011100 | 1100000 | 1110 | 0 | 111000 | 1011110 | 1110 | 11000 | 1011000 | 101110 |
Color Harmonies of #DC600E
Complementary color
Monochromatic Colors of #DC600E
Black with #DC600E
Text Example
Text Example
White with #DC600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC600E; }
p { color: rgb(220,96,14); }
H1.HeaderClassName
{
color: #DC600E;
}
.AnyTagClassName
{
color: #DC600E;
}
</style>
background-color css
<style>
a { background-color: #DC600E; }
a { background-color: rgb(220,96,14); }
div.DivClassName
{
background-color: #DC600E;
}
.BgClassName
{
background-color: #DC600E;
}
</style>
border-color css
<style>
span { border-color: #DC600E; }
span { border-color: rgb(220,96,14); }
td.TdClassName
{
border-color: #DC600E;
}
.TagClassName
{
border-color: #DC600E;
}
</style>