Shades of Chocolate #DF581C
Tints of Chocolate #DF581C
RGB
CMYK
RGB Variations
Color information
#DF581C (or 0xDF581C) is known color: Chocolate. HEX triplet: DF, 58 and 1C. RGB value is (223,88,28). Sum of RGB (Red+Green+Blue) = 223+88+28=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF581C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF581C is #20A7E3. Grayscale: #797979. Windows color (decimal): -2140132 or 1857759. OLE color: 1857759.
HSL color Cylindrical-coordinate representation of color #DF581C: hue angle of 18.46º 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 #DF581C is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 28 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.13 |
| HSL | 18.46º | 0.78% | 0.49% | - |
| HSV(B) | 18.46º | 0.87% | 0.87% | - |
| XYZ | 34.13 | 22.75 | 3.69 | - |
| YUV | 121.53 | 75.23 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 28 | 0 | 0.61 | 0.87 | 0.13 | 18.46 | 0.78 | 0.49 |
| Hex | DF | 58 | 1C | 0 | 3D | 57 | D | 12 | 4E | 31 |
| Octal | 337 | 130 | 34 | 0 | 75 | 127 | 15 | 22 | 116 | 61 |
| Binary | 11011111 | 1011000 | 11100 | 0 | 111101 | 1010111 | 1101 | 10010 | 1001110 | 110001 |
Color Harmonies of #DF581C
Complementary color
Monochromatic Colors of #DF581C
Black with #DF581C
Text Example
Text Example
White with #DF581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF581C; }
p { color: rgb(223,88,28); }
H1.HeaderClassName
{
color: #DF581C;
}
.AnyTagClassName
{
color: #DF581C;
}
</style>
background-color css
<style>
a { background-color: #DF581C; }
a { background-color: rgb(223,88,28); }
div.DivClassName
{
background-color: #DF581C;
}
.BgClassName
{
background-color: #DF581C;
}
</style>
border-color css
<style>
span { border-color: #DF581C; }
span { border-color: rgb(223,88,28); }
td.TdClassName
{
border-color: #DF581C;
}
.TagClassName
{
border-color: #DF581C;
}
</style>