Shades of Chocolate #DC600F
Tints of Chocolate #DC600F
RGB
CMYK
RGB Variations
Color information
#DC600F (or 0xDC600F) is known color: Chocolate. HEX triplet: DC, 60 and 0F. RGB value is (220,96,15). Sum of RGB (Red+Green+Blue) = 220+96+15=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC600F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC600F is #239FF0. Grayscale: #7C7C7C. Windows color (decimal): -2334705 or 1007836. OLE color: 1007836.
HSL color Cylindrical-coordinate representation of color #DC600F: hue angle of 23.71º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC600F is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 15 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.14 |
| HSL | 23.71º | 0.87% | 0.46% | - |
| HSV(B) | 23.71º | 0.93% | 0.86% | - |
| XYZ | 33.78 | 23.62 | 3.23 | - |
| YUV | 123.84 | 66.58 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 15 | 0 | 0.56 | 0.93 | 0.14 | 23.71 | 0.87 | 0.46 |
| Hex | DC | 60 | F | 0 | 38 | 5D | E | 18 | 57 | 2E |
| Octal | 334 | 140 | 17 | 0 | 70 | 135 | 16 | 30 | 127 | 56 |
| Binary | 11011100 | 1100000 | 1111 | 0 | 111000 | 1011101 | 1110 | 11000 | 1010111 | 101110 |
Color Harmonies of #DC600F
Complementary color
Monochromatic Colors of #DC600F
Black with #DC600F
Text Example
Text Example
White with #DC600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC600F; }
p { color: rgb(220,96,15); }
H1.HeaderClassName
{
color: #DC600F;
}
.AnyTagClassName
{
color: #DC600F;
}
</style>
background-color css
<style>
a { background-color: #DC600F; }
a { background-color: rgb(220,96,15); }
div.DivClassName
{
background-color: #DC600F;
}
.BgClassName
{
background-color: #DC600F;
}
</style>
border-color css
<style>
span { border-color: #DC600F; }
span { border-color: rgb(220,96,15); }
td.TdClassName
{
border-color: #DC600F;
}
.TagClassName
{
border-color: #DC600F;
}
</style>