Shades of Chocolate #DC601B
Tints of Chocolate #DC601B
RGB
CMYK
RGB Variations
Color information
#DC601B (or 0xDC601B) is known color: Chocolate. HEX triplet: DC, 60 and 1B. RGB value is (220,96,27). Sum of RGB (Red+Green+Blue) = 220+96+27=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC601B is #239FE4. Grayscale: #7D7D7D. Windows color (decimal): -2334693 or 1794268. OLE color: 1794268.
HSL color Cylindrical-coordinate representation of color #DC601B: hue angle of 21.45º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC601B is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 27 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.14 |
| HSL | 21.45º | 0.78% | 0.48% | - |
| HSV(B) | 21.45º | 0.88% | 0.86% | - |
| XYZ | 33.9 | 23.66 | 3.82 | - |
| YUV | 125.21 | 72.58 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 27 | 0 | 0.56 | 0.88 | 0.14 | 21.45 | 0.78 | 0.48 |
| Hex | DC | 60 | 1B | 0 | 38 | 58 | E | 15 | 4E | 30 |
| Octal | 334 | 140 | 33 | 0 | 70 | 130 | 16 | 25 | 116 | 60 |
| Binary | 11011100 | 1100000 | 11011 | 0 | 111000 | 1011000 | 1110 | 10101 | 1001110 | 110000 |
Color Harmonies of #DC601B
Complementary color
Monochromatic Colors of #DC601B
Black with #DC601B
Text Example
Text Example
White with #DC601B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC601B; }
p { color: rgb(220,96,27); }
H1.HeaderClassName
{
color: #DC601B;
}
.AnyTagClassName
{
color: #DC601B;
}
</style>
background-color css
<style>
a { background-color: #DC601B; }
a { background-color: rgb(220,96,27); }
div.DivClassName
{
background-color: #DC601B;
}
.BgClassName
{
background-color: #DC601B;
}
</style>
border-color css
<style>
span { border-color: #DC601B; }
span { border-color: rgb(220,96,27); }
td.TdClassName
{
border-color: #DC601B;
}
.TagClassName
{
border-color: #DC601B;
}
</style>