Shades of Chocolate #DE591E
Tints of Chocolate #DE591E
RGB
CMYK
RGB Variations
Color information
#DE591E (or 0xDE591E) is known color: Chocolate. HEX triplet: DE, 59 and 1E. RGB value is (222,89,30). Sum of RGB (Red+Green+Blue) = 222+89+30=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE591E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE591E is #21A6E1. Grayscale: #7A7A7A. Windows color (decimal): -2205410 or 1989086. OLE color: 1989086.
HSL color Cylindrical-coordinate representation of color #DE591E: hue angle of 18.44º 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 #DE591E is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 89 | 30 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.13 |
| HSL | 18.44º | 0.76% | 0.49% | - |
| HSV(B) | 18.44º | 0.86% | 0.87% | - |
| XYZ | 33.93 | 22.77 | 3.83 | - |
| YUV | 122.04 | 76.06 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 89 | 30 | 0 | 0.60 | 0.86 | 0.13 | 18.44 | 0.76 | 0.49 |
| Hex | DE | 59 | 1E | 0 | 3C | 56 | D | 12 | 4C | 31 |
| Octal | 336 | 131 | 36 | 0 | 74 | 126 | 15 | 22 | 114 | 61 |
| Binary | 11011110 | 1011001 | 11110 | 0 | 111100 | 1010110 | 1101 | 10010 | 1001100 | 110001 |
Color Harmonies of #DE591E
Complementary color
Monochromatic Colors of #DE591E
Black with #DE591E
Text Example
Text Example
White with #DE591E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE591E; }
p { color: rgb(222,89,30); }
H1.HeaderClassName
{
color: #DE591E;
}
.AnyTagClassName
{
color: #DE591E;
}
</style>
background-color css
<style>
a { background-color: #DE591E; }
a { background-color: rgb(222,89,30); }
div.DivClassName
{
background-color: #DE591E;
}
.BgClassName
{
background-color: #DE591E;
}
</style>
border-color css
<style>
span { border-color: #DE591E; }
span { border-color: rgb(222,89,30); }
td.TdClassName
{
border-color: #DE591E;
}
.TagClassName
{
border-color: #DE591E;
}
</style>