Shades of Chocolate #DC601E
Tints of Chocolate #DC601E
RGB
CMYK
RGB Variations
Color information
#DC601E (or 0xDC601E) is known color: Chocolate. HEX triplet: DC, 60 and 1E. RGB value is (220,96,30). Sum of RGB (Red+Green+Blue) = 220+96+30=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC601E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC601E is #239FE1. Grayscale: #7D7D7D. Windows color (decimal): -2334690 or 1990876. OLE color: 1990876.
HSL color Cylindrical-coordinate representation of color #DC601E: hue angle of 20.84º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC601E is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 30 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.14 |
| HSL | 20.84º | 0.76% | 0.49% | - |
| HSV(B) | 20.84º | 0.86% | 0.86% | - |
| XYZ | 33.93 | 23.68 | 4.01 | - |
| YUV | 125.55 | 74.08 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 30 | 0 | 0.56 | 0.86 | 0.14 | 20.84 | 0.76 | 0.49 |
| Hex | DC | 60 | 1E | 0 | 38 | 56 | E | 15 | 4C | 31 |
| Octal | 334 | 140 | 36 | 0 | 70 | 126 | 16 | 25 | 114 | 61 |
| Binary | 11011100 | 1100000 | 11110 | 0 | 111000 | 1010110 | 1110 | 10101 | 1001100 | 110001 |
Color Harmonies of #DC601E
Complementary color
Monochromatic Colors of #DC601E
Black with #DC601E
Text Example
Text Example
White with #DC601E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC601E; }
p { color: rgb(220,96,30); }
H1.HeaderClassName
{
color: #DC601E;
}
.AnyTagClassName
{
color: #DC601E;
}
</style>
background-color css
<style>
a { background-color: #DC601E; }
a { background-color: rgb(220,96,30); }
div.DivClassName
{
background-color: #DC601E;
}
.BgClassName
{
background-color: #DC601E;
}
</style>
border-color css
<style>
span { border-color: #DC601E; }
span { border-color: rgb(220,96,30); }
td.TdClassName
{
border-color: #DC601E;
}
.TagClassName
{
border-color: #DC601E;
}
</style>