Shades of Chocolate #DE641D
Tints of Chocolate #DE641D
RGB
CMYK
RGB Variations
Color information
#DE641D (or 0xDE641D) is known color: Chocolate. HEX triplet: DE, 64 and 1D. RGB value is (222,100,29). Sum of RGB (Red+Green+Blue) = 222+100+29=351 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.25% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 222 - color contains mainly: red. Hex color #DE641D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE641D is #219BE2. Grayscale: #808080. Windows color (decimal): -2202595 or 1926366. OLE color: 1926366.
HSL color Cylindrical-coordinate representation of color #DE641D: hue angle of 22.07º degrees, saturation: 0.77, 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 #DE641D is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 100 | 29 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.13 |
| HSL | 22.07º | 0.77% | 0.49% | - |
| HSV(B) | 22.07º | 0.87% | 0.87% | - |
| XYZ | 34.9 | 24.73 | 4.1 | - |
| YUV | 128.38 | 71.92 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 100 | 29 | 0 | 0.55 | 0.87 | 0.13 | 22.07 | 0.77 | 0.49 |
| Hex | DE | 64 | 1D | 0 | 37 | 57 | D | 16 | 4D | 31 |
| Octal | 336 | 144 | 35 | 0 | 67 | 127 | 15 | 26 | 115 | 61 |
| Binary | 11011110 | 1100100 | 11101 | 0 | 110111 | 1010111 | 1101 | 10110 | 1001101 | 110001 |
Color Harmonies of #DE641D
Complementary color
Monochromatic Colors of #DE641D
Black with #DE641D
Text Example
Text Example
White with #DE641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE641D; }
p { color: rgb(222,100,29); }
H1.HeaderClassName
{
color: #DE641D;
}
.AnyTagClassName
{
color: #DE641D;
}
</style>
background-color css
<style>
a { background-color: #DE641D; }
a { background-color: rgb(222,100,29); }
div.DivClassName
{
background-color: #DE641D;
}
.BgClassName
{
background-color: #DE641D;
}
</style>
border-color css
<style>
span { border-color: #DE641D; }
span { border-color: rgb(222,100,29); }
td.TdClassName
{
border-color: #DE641D;
}
.TagClassName
{
border-color: #DE641D;
}
</style>