Shades of Chocolate #DF581D
Tints of Chocolate #DF581D
RGB
CMYK
RGB Variations
Color information
#DF581D (or 0xDF581D) is known color: Chocolate. HEX triplet: DF, 58 and 1D. RGB value is (223,88,29). Sum of RGB (Red+Green+Blue) = 223+88+29=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF581D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF581D is #20A7E2. Grayscale: #7A7A7A. Windows color (decimal): -2140131 or 1923295. OLE color: 1923295.
HSL color Cylindrical-coordinate representation of color #DF581D: hue angle of 18.25º 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 #DF581D is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 29 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.13 |
| HSL | 18.25º | 0.77% | 0.49% | - |
| HSV(B) | 18.25º | 0.87% | 0.87% | - |
| XYZ | 34.14 | 22.76 | 3.76 | - |
| YUV | 121.64 | 75.73 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 29 | 0 | 0.61 | 0.87 | 0.13 | 18.25 | 0.77 | 0.49 |
| Hex | DF | 58 | 1D | 0 | 3D | 57 | D | 12 | 4D | 31 |
| Octal | 337 | 130 | 35 | 0 | 75 | 127 | 15 | 22 | 115 | 61 |
| Binary | 11011111 | 1011000 | 11101 | 0 | 111101 | 1010111 | 1101 | 10010 | 1001101 | 110001 |
Color Harmonies of #DF581D
Complementary color
Monochromatic Colors of #DF581D
Black with #DF581D
Text Example
Text Example
White with #DF581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF581D; }
p { color: rgb(223,88,29); }
H1.HeaderClassName
{
color: #DF581D;
}
.AnyTagClassName
{
color: #DF581D;
}
</style>
background-color css
<style>
a { background-color: #DF581D; }
a { background-color: rgb(223,88,29); }
div.DivClassName
{
background-color: #DF581D;
}
.BgClassName
{
background-color: #DF581D;
}
</style>
border-color css
<style>
span { border-color: #DF581D; }
span { border-color: rgb(223,88,29); }
td.TdClassName
{
border-color: #DF581D;
}
.TagClassName
{
border-color: #DF581D;
}
</style>