Shades of Chocolate #DF581F
Tints of Chocolate #DF581F
RGB
CMYK
RGB Variations
Color information
#DF581F (or 0xDF581F) is known color: Chocolate. HEX triplet: DF, 58 and 1F. RGB value is (223,88,31). Sum of RGB (Red+Green+Blue) = 223+88+31=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF581F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF581F is #20A7E0. Grayscale: #7A7A7A. Windows color (decimal): -2140129 or 2054367. OLE color: 2054367.
HSL color Cylindrical-coordinate representation of color #DF581F: hue angle of 17.81º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF581F is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 31 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.13 |
| HSL | 17.81º | 0.76% | 0.5% | - |
| HSV(B) | 17.81º | 0.86% | 0.87% | - |
| XYZ | 34.17 | 22.77 | 3.89 | - |
| YUV | 121.87 | 76.73 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 31 | 0 | 0.61 | 0.86 | 0.13 | 17.81 | 0.76 | 0.5 |
| Hex | DF | 58 | 1F | 0 | 3D | 56 | D | 12 | 4C | 32 |
| Octal | 337 | 130 | 37 | 0 | 75 | 126 | 15 | 22 | 114 | 62 |
| Binary | 11011111 | 1011000 | 11111 | 0 | 111101 | 1010110 | 1101 | 10010 | 1001100 | 110010 |
Color Harmonies of #DF581F
Complementary color
Monochromatic Colors of #DF581F
Black with #DF581F
Text Example
Text Example
White with #DF581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF581F; }
p { color: rgb(223,88,31); }
H1.HeaderClassName
{
color: #DF581F;
}
.AnyTagClassName
{
color: #DF581F;
}
</style>
background-color css
<style>
a { background-color: #DF581F; }
a { background-color: rgb(223,88,31); }
div.DivClassName
{
background-color: #DF581F;
}
.BgClassName
{
background-color: #DF581F;
}
</style>
border-color css
<style>
span { border-color: #DF581F; }
span { border-color: rgb(223,88,31); }
td.TdClassName
{
border-color: #DF581F;
}
.TagClassName
{
border-color: #DF581F;
}
</style>