Shades of Chocolate #DE551E
Tints of Chocolate #DE551E
RGB
CMYK
RGB Variations
Color information
#DE551E (or 0xDE551E) is known color: Chocolate. HEX triplet: DE, 55 and 1E. RGB value is (222,85,30). Sum of RGB (Red+Green+Blue) = 222+85+30=337 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.88% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 222 - color contains mainly: red. Hex color #DE551E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE551E is #21AAE1. Grayscale: #787878. Windows color (decimal): -2206434 or 1988062. OLE color: 1988062.
HSL color Cylindrical-coordinate representation of color #DE551E: hue angle of 17.19º 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 #DE551E is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 85 | 30 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.13 |
| HSL | 17.19º | 0.76% | 0.49% | - |
| HSV(B) | 17.19º | 0.86% | 0.87% | - |
| XYZ | 33.61 | 22.12 | 3.73 | - |
| YUV | 119.69 | 77.39 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 85 | 30 | 0 | 0.62 | 0.86 | 0.13 | 17.19 | 0.76 | 0.49 |
| Hex | DE | 55 | 1E | 0 | 3E | 56 | D | 11 | 4C | 31 |
| Octal | 336 | 125 | 36 | 0 | 76 | 126 | 15 | 21 | 114 | 61 |
| Binary | 11011110 | 1010101 | 11110 | 0 | 111110 | 1010110 | 1101 | 10001 | 1001100 | 110001 |
Color Harmonies of #DE551E
Complementary color
Monochromatic Colors of #DE551E
Black with #DE551E
Text Example
Text Example
White with #DE551E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE551E; }
p { color: rgb(222,85,30); }
H1.HeaderClassName
{
color: #DE551E;
}
.AnyTagClassName
{
color: #DE551E;
}
</style>
background-color css
<style>
a { background-color: #DE551E; }
a { background-color: rgb(222,85,30); }
div.DivClassName
{
background-color: #DE551E;
}
.BgClassName
{
background-color: #DE551E;
}
</style>
border-color css
<style>
span { border-color: #DE551E; }
span { border-color: rgb(222,85,30); }
td.TdClassName
{
border-color: #DE551E;
}
.TagClassName
{
border-color: #DE551E;
}
</style>