Shades of Chocolate #DE621E
Tints of Chocolate #DE621E
RGB
CMYK
RGB Variations
Color information
#DE621E (or 0xDE621E) is known color: Chocolate. HEX triplet: DE, 62 and 1E. RGB value is (222,98,30). Sum of RGB (Red+Green+Blue) = 222+98+30=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE621E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE621E is #219DE1. Grayscale: #7F7F7F. Windows color (decimal): -2203106 or 1991390. OLE color: 1991390.
HSL color Cylindrical-coordinate representation of color #DE621E: hue angle of 21.25º 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 #DE621E is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 98 | 30 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.13 |
| HSL | 21.25º | 0.76% | 0.49% | - |
| HSV(B) | 21.25º | 0.86% | 0.87% | - |
| XYZ | 34.73 | 24.36 | 4.1 | - |
| YUV | 127.32 | 73.08 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 98 | 30 | 0 | 0.56 | 0.86 | 0.13 | 21.25 | 0.76 | 0.49 |
| Hex | DE | 62 | 1E | 0 | 38 | 56 | D | 15 | 4C | 31 |
| Octal | 336 | 142 | 36 | 0 | 70 | 126 | 15 | 25 | 114 | 61 |
| Binary | 11011110 | 1100010 | 11110 | 0 | 111000 | 1010110 | 1101 | 10101 | 1001100 | 110001 |
Color Harmonies of #DE621E
Complementary color
Monochromatic Colors of #DE621E
Black with #DE621E
Text Example
Text Example
White with #DE621E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE621E; }
p { color: rgb(222,98,30); }
H1.HeaderClassName
{
color: #DE621E;
}
.AnyTagClassName
{
color: #DE621E;
}
</style>
background-color css
<style>
a { background-color: #DE621E; }
a { background-color: rgb(222,98,30); }
div.DivClassName
{
background-color: #DE621E;
}
.BgClassName
{
background-color: #DE621E;
}
</style>
border-color css
<style>
span { border-color: #DE621E; }
span { border-color: rgb(222,98,30); }
td.TdClassName
{
border-color: #DE621E;
}
.TagClassName
{
border-color: #DE621E;
}
</style>