Shades of Chocolate #DF581E
Tints of Chocolate #DF581E
RGB
CMYK
RGB Variations
Color information
#DF581E (or 0xDF581E) is known color: Chocolate. HEX triplet: DF, 58 and 1E. RGB value is (223,88,30). Sum of RGB (Red+Green+Blue) = 223+88+30=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF581E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF581E is #20A7E1. Grayscale: #7A7A7A. Windows color (decimal): -2140130 or 1988831. OLE color: 1988831.
HSL color Cylindrical-coordinate representation of color #DF581E: hue angle of 18.03º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF581E is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 30 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.13 |
| HSL | 18.03º | 0.76% | 0.5% | - |
| HSV(B) | 18.03º | 0.87% | 0.87% | - |
| XYZ | 34.16 | 22.76 | 3.82 | - |
| YUV | 121.75 | 76.23 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 30 | 0 | 0.61 | 0.87 | 0.13 | 18.03 | 0.76 | 0.5 |
| Hex | DF | 58 | 1E | 0 | 3D | 57 | D | 12 | 4C | 32 |
| Octal | 337 | 130 | 36 | 0 | 75 | 127 | 15 | 22 | 114 | 62 |
| Binary | 11011111 | 1011000 | 11110 | 0 | 111101 | 1010111 | 1101 | 10010 | 1001100 | 110010 |
Color Harmonies of #DF581E
Complementary color
Monochromatic Colors of #DF581E
Black with #DF581E
Text Example
Text Example
White with #DF581E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF581E; }
p { color: rgb(223,88,30); }
H1.HeaderClassName
{
color: #DF581E;
}
.AnyTagClassName
{
color: #DF581E;
}
</style>
background-color css
<style>
a { background-color: #DF581E; }
a { background-color: rgb(223,88,30); }
div.DivClassName
{
background-color: #DF581E;
}
.BgClassName
{
background-color: #DF581E;
}
</style>
border-color css
<style>
span { border-color: #DF581E; }
span { border-color: rgb(223,88,30); }
td.TdClassName
{
border-color: #DF581E;
}
.TagClassName
{
border-color: #DF581E;
}
</style>