Shades of Chocolate #DF601D
Tints of Chocolate #DF601D
RGB
CMYK
RGB Variations
Color information
#DF601D (or 0xDF601D) is known color: Chocolate. HEX triplet: DF, 60 and 1D. RGB value is (223,96,29). Sum of RGB (Red+Green+Blue) = 223+96+29=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF601D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF601D is #209FE2. Grayscale: #7E7E7E. Windows color (decimal): -2138083 or 1925343. OLE color: 1925343.
HSL color Cylindrical-coordinate representation of color #DF601D: hue angle of 20.72º degrees, saturation: 0.77, 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 #DF601D is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 29 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.13 |
| HSL | 20.72º | 0.77% | 0.49% | - |
| HSV(B) | 20.72º | 0.87% | 0.87% | - |
| XYZ | 34.84 | 24.14 | 3.99 | - |
| YUV | 126.34 | 73.08 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 29 | 0 | 0.57 | 0.87 | 0.13 | 20.72 | 0.77 | 0.49 |
| Hex | DF | 60 | 1D | 0 | 39 | 57 | D | 15 | 4D | 31 |
| Octal | 337 | 140 | 35 | 0 | 71 | 127 | 15 | 25 | 115 | 61 |
| Binary | 11011111 | 1100000 | 11101 | 0 | 111001 | 1010111 | 1101 | 10101 | 1001101 | 110001 |
Color Harmonies of #DF601D
Complementary color
Monochromatic Colors of #DF601D
Black with #DF601D
Text Example
Text Example
White with #DF601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF601D; }
p { color: rgb(223,96,29); }
H1.HeaderClassName
{
color: #DF601D;
}
.AnyTagClassName
{
color: #DF601D;
}
</style>
background-color css
<style>
a { background-color: #DF601D; }
a { background-color: rgb(223,96,29); }
div.DivClassName
{
background-color: #DF601D;
}
.BgClassName
{
background-color: #DF601D;
}
</style>
border-color css
<style>
span { border-color: #DF601D; }
span { border-color: rgb(223,96,29); }
td.TdClassName
{
border-color: #DF601D;
}
.TagClassName
{
border-color: #DF601D;
}
</style>