Shades of Chocolate #DF601B
Tints of Chocolate #DF601B
RGB
CMYK
RGB Variations
Color information
#DF601B (or 0xDF601B) is known color: Chocolate. HEX triplet: DF, 60 and 1B. RGB value is (223,96,27). Sum of RGB (Red+Green+Blue) = 223+96+27=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF601B is #209FE4. Grayscale: #7E7E7E. Windows color (decimal): -2138085 or 1794271. OLE color: 1794271.
HSL color Cylindrical-coordinate representation of color #DF601B: hue angle of 21.12º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF601B is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 27 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.13 |
| HSL | 21.12º | 0.78% | 0.49% | - |
| HSV(B) | 21.12º | 0.88% | 0.87% | - |
| XYZ | 34.81 | 24.13 | 3.86 | - |
| YUV | 126.11 | 72.08 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 27 | 0 | 0.57 | 0.88 | 0.13 | 21.12 | 0.78 | 0.49 |
| Hex | DF | 60 | 1B | 0 | 39 | 58 | D | 15 | 4E | 31 |
| Octal | 337 | 140 | 33 | 0 | 71 | 130 | 15 | 25 | 116 | 61 |
| Binary | 11011111 | 1100000 | 11011 | 0 | 111001 | 1011000 | 1101 | 10101 | 1001110 | 110001 |
Color Harmonies of #DF601B
Complementary color
Monochromatic Colors of #DF601B
Black with #DF601B
Text Example
Text Example
White with #DF601B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF601B; }
p { color: rgb(223,96,27); }
H1.HeaderClassName
{
color: #DF601B;
}
.AnyTagClassName
{
color: #DF601B;
}
</style>
background-color css
<style>
a { background-color: #DF601B; }
a { background-color: rgb(223,96,27); }
div.DivClassName
{
background-color: #DF601B;
}
.BgClassName
{
background-color: #DF601B;
}
</style>
border-color css
<style>
span { border-color: #DF601B; }
span { border-color: rgb(223,96,27); }
td.TdClassName
{
border-color: #DF601B;
}
.TagClassName
{
border-color: #DF601B;
}
</style>