Shades of Chocolate #DF601C
Tints of Chocolate #DF601C
RGB
CMYK
RGB Variations
Color information
#DF601C (or 0xDF601C) is known color: Chocolate. HEX triplet: DF, 60 and 1C. RGB value is (223,96,28). Sum of RGB (Red+Green+Blue) = 223+96+28=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF601C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF601C is #209FE3. Grayscale: #7E7E7E. Windows color (decimal): -2138084 or 1859807. OLE color: 1859807.
HSL color Cylindrical-coordinate representation of color #DF601C: hue angle of 20.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF601C is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 28 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.13 |
| HSL | 20.92º | 0.78% | 0.49% | - |
| HSV(B) | 20.92º | 0.87% | 0.87% | - |
| XYZ | 34.82 | 24.14 | 3.92 | - |
| YUV | 126.22 | 72.58 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 28 | 0 | 0.57 | 0.87 | 0.13 | 20.92 | 0.78 | 0.49 |
| Hex | DF | 60 | 1C | 0 | 39 | 57 | D | 15 | 4E | 31 |
| Octal | 337 | 140 | 34 | 0 | 71 | 127 | 15 | 25 | 116 | 61 |
| Binary | 11011111 | 1100000 | 11100 | 0 | 111001 | 1010111 | 1101 | 10101 | 1001110 | 110001 |
Color Harmonies of #DF601C
Complementary color
Monochromatic Colors of #DF601C
Black with #DF601C
Text Example
Text Example
White with #DF601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF601C; }
p { color: rgb(223,96,28); }
H1.HeaderClassName
{
color: #DF601C;
}
.AnyTagClassName
{
color: #DF601C;
}
</style>
background-color css
<style>
a { background-color: #DF601C; }
a { background-color: rgb(223,96,28); }
div.DivClassName
{
background-color: #DF601C;
}
.BgClassName
{
background-color: #DF601C;
}
</style>
border-color css
<style>
span { border-color: #DF601C; }
span { border-color: rgb(223,96,28); }
td.TdClassName
{
border-color: #DF601C;
}
.TagClassName
{
border-color: #DF601C;
}
</style>