Shades of Chocolate #DE581E
Tints of Chocolate #DE581E
RGB
CMYK
RGB Variations
Color information
#DE581E (or 0xDE581E) is known color: Chocolate. HEX triplet: DE, 58 and 1E. RGB value is (222,88,30). Sum of RGB (Red+Green+Blue) = 222+88+30=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE581E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE581E is #21A7E1. Grayscale: #797979. Windows color (decimal): -2205666 or 1988830. OLE color: 1988830.
HSL color Cylindrical-coordinate representation of color #DE581E: hue angle of 18.12º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE581E is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 88 | 30 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.13 |
| HSL | 18.13º | 0.76% | 0.49% | - |
| HSV(B) | 18.13º | 0.86% | 0.87% | - |
| XYZ | 33.85 | 22.6 | 3.81 | - |
| YUV | 121.45 | 76.39 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 88 | 30 | 0 | 0.60 | 0.86 | 0.13 | 18.13 | 0.76 | 0.49 |
| Hex | DE | 58 | 1E | 0 | 3C | 56 | D | 12 | 4C | 31 |
| Octal | 336 | 130 | 36 | 0 | 74 | 126 | 15 | 22 | 114 | 61 |
| Binary | 11011110 | 1011000 | 11110 | 0 | 111100 | 1010110 | 1101 | 10010 | 1001100 | 110001 |
Color Harmonies of #DE581E
Complementary color
Monochromatic Colors of #DE581E
Black with #DE581E
Text Example
Text Example
White with #DE581E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE581E; }
p { color: rgb(222,88,30); }
H1.HeaderClassName
{
color: #DE581E;
}
.AnyTagClassName
{
color: #DE581E;
}
</style>
background-color css
<style>
a { background-color: #DE581E; }
a { background-color: rgb(222,88,30); }
div.DivClassName
{
background-color: #DE581E;
}
.BgClassName
{
background-color: #DE581E;
}
</style>
border-color css
<style>
span { border-color: #DE581E; }
span { border-color: rgb(222,88,30); }
td.TdClassName
{
border-color: #DE581E;
}
.TagClassName
{
border-color: #DE581E;
}
</style>