Shades of Chocolate #DE591C
Tints of Chocolate #DE591C
RGB
CMYK
RGB Variations
Color information
#DE591C (or 0xDE591C) is known color: Chocolate. HEX triplet: DE, 59 and 1C. RGB value is (222,89,28). Sum of RGB (Red+Green+Blue) = 222+89+28=339 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.49% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 222 - color contains mainly: red. Hex color #DE591C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE591C is #21A6E3. Grayscale: #7A7A7A. Windows color (decimal): -2205412 or 1858014. OLE color: 1858014.
HSL color Cylindrical-coordinate representation of color #DE591C: hue angle of 18.87º degrees, saturation: 0.78, 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 #DE591C is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 89 | 28 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.13 |
| HSL | 18.87º | 0.78% | 0.49% | - |
| HSV(B) | 18.87º | 0.87% | 0.87% | - |
| XYZ | 33.91 | 22.76 | 3.7 | - |
| YUV | 121.81 | 75.06 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 89 | 28 | 0 | 0.60 | 0.87 | 0.13 | 18.87 | 0.78 | 0.49 |
| Hex | DE | 59 | 1C | 0 | 3C | 57 | D | 13 | 4E | 31 |
| Octal | 336 | 131 | 34 | 0 | 74 | 127 | 15 | 23 | 116 | 61 |
| Binary | 11011110 | 1011001 | 11100 | 0 | 111100 | 1010111 | 1101 | 10011 | 1001110 | 110001 |
Color Harmonies of #DE591C
Complementary color
Monochromatic Colors of #DE591C
Black with #DE591C
Text Example
Text Example
White with #DE591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE591C; }
p { color: rgb(222,89,28); }
H1.HeaderClassName
{
color: #DE591C;
}
.AnyTagClassName
{
color: #DE591C;
}
</style>
background-color css
<style>
a { background-color: #DE591C; }
a { background-color: rgb(222,89,28); }
div.DivClassName
{
background-color: #DE591C;
}
.BgClassName
{
background-color: #DE591C;
}
</style>
border-color css
<style>
span { border-color: #DE591C; }
span { border-color: rgb(222,89,28); }
td.TdClassName
{
border-color: #DE591C;
}
.TagClassName
{
border-color: #DE591C;
}
</style>