Shades of Chocolate #DE651E
Tints of Chocolate #DE651E
RGB
CMYK
RGB Variations
Color information
#DE651E (or 0xDE651E) is known color: Chocolate. HEX triplet: DE, 65 and 1E. RGB value is (222,101,30). Sum of RGB (Red+Green+Blue) = 222+101+30=353 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.89% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 222 - color contains mainly: red. Hex color #DE651E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE651E is #219AE1. Grayscale: #818181. Windows color (decimal): -2202338 or 1992158. OLE color: 1992158.
HSL color Cylindrical-coordinate representation of color #DE651E: hue angle of 22.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 #DE651E is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 101 | 30 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.13 |
| HSL | 22.19º | 0.76% | 0.49% | - |
| HSV(B) | 22.19º | 0.86% | 0.87% | - |
| XYZ | 35.01 | 24.93 | 4.2 | - |
| YUV | 129.09 | 72.09 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 101 | 30 | 0 | 0.55 | 0.86 | 0.13 | 22.19 | 0.76 | 0.49 |
| Hex | DE | 65 | 1E | 0 | 37 | 56 | D | 16 | 4C | 31 |
| Octal | 336 | 145 | 36 | 0 | 67 | 126 | 15 | 26 | 114 | 61 |
| Binary | 11011110 | 1100101 | 11110 | 0 | 110111 | 1010110 | 1101 | 10110 | 1001100 | 110001 |
Color Harmonies of #DE651E
Complementary color
Monochromatic Colors of #DE651E
Black with #DE651E
Text Example
Text Example
White with #DE651E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE651E; }
p { color: rgb(222,101,30); }
H1.HeaderClassName
{
color: #DE651E;
}
.AnyTagClassName
{
color: #DE651E;
}
</style>
background-color css
<style>
a { background-color: #DE651E; }
a { background-color: rgb(222,101,30); }
div.DivClassName
{
background-color: #DE651E;
}
.BgClassName
{
background-color: #DE651E;
}
</style>
border-color css
<style>
span { border-color: #DE651E; }
span { border-color: rgb(222,101,30); }
td.TdClassName
{
border-color: #DE651E;
}
.TagClassName
{
border-color: #DE651E;
}
</style>