Shades of Chocolate #DE641E
Tints of Chocolate #DE641E
RGB
CMYK
RGB Variations
Color information
#DE641E (or 0xDE641E) is known color: Chocolate. HEX triplet: DE, 64 and 1E. RGB value is (222,100,30). Sum of RGB (Red+Green+Blue) = 222+100+30=352 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.07% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 222 - color contains mainly: red. Hex color #DE641E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE641E is #219BE1. Grayscale: #808080. Windows color (decimal): -2202594 or 1991902. OLE color: 1991902.
HSL color Cylindrical-coordinate representation of color #DE641E: hue angle of 21.88º 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 #DE641E is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 100 | 30 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.13 |
| HSL | 21.88º | 0.76% | 0.49% | - |
| HSV(B) | 21.88º | 0.86% | 0.87% | - |
| XYZ | 34.92 | 24.74 | 4.16 | - |
| YUV | 128.5 | 72.42 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 100 | 30 | 0 | 0.55 | 0.86 | 0.13 | 21.88 | 0.76 | 0.49 |
| Hex | DE | 64 | 1E | 0 | 37 | 56 | D | 16 | 4C | 31 |
| Octal | 336 | 144 | 36 | 0 | 67 | 126 | 15 | 26 | 114 | 61 |
| Binary | 11011110 | 1100100 | 11110 | 0 | 110111 | 1010110 | 1101 | 10110 | 1001100 | 110001 |
Color Harmonies of #DE641E
Complementary color
Monochromatic Colors of #DE641E
Black with #DE641E
Text Example
Text Example
White with #DE641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE641E; }
p { color: rgb(222,100,30); }
H1.HeaderClassName
{
color: #DE641E;
}
.AnyTagClassName
{
color: #DE641E;
}
</style>
background-color css
<style>
a { background-color: #DE641E; }
a { background-color: rgb(222,100,30); }
div.DivClassName
{
background-color: #DE641E;
}
.BgClassName
{
background-color: #DE641E;
}
</style>
border-color css
<style>
span { border-color: #DE641E; }
span { border-color: rgb(222,100,30); }
td.TdClassName
{
border-color: #DE641E;
}
.TagClassName
{
border-color: #DE641E;
}
</style>