Shades of Chocolate #DE5821
Tints of Chocolate #DE5821
RGB
CMYK
RGB Variations
Color information
#DE5821 (or 0xDE5821) is known color: Chocolate. HEX triplet: DE, 58 and 21. RGB value is (222,88,33). Sum of RGB (Red+Green+Blue) = 222+88+33=343 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.72% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5821 is #21A7DE. Grayscale: #7A7A7A. Windows color (decimal): -2205663 or 2185438. OLE color: 2185438.
HSL color Cylindrical-coordinate representation of color #DE5821: hue angle of 17.46º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE5821 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 88 | 33 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.13 |
| HSL | 17.46º | 0.74% | 0.5% | - |
| HSV(B) | 17.46º | 0.85% | 0.87% | - |
| XYZ | 33.89 | 22.62 | 4.02 | - |
| YUV | 121.8 | 77.89 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 88 | 33 | 0 | 0.60 | 0.85 | 0.13 | 17.46 | 0.74 | 0.5 |
| Hex | DE | 58 | 21 | 0 | 3C | 55 | D | 11 | 4A | 32 |
| Octal | 336 | 130 | 41 | 0 | 74 | 125 | 15 | 21 | 112 | 62 |
| Binary | 11011110 | 1011000 | 100001 | 0 | 111100 | 1010101 | 1101 | 10001 | 1001010 | 110010 |
Color Harmonies of #DE5821
Complementary color
Monochromatic Colors of #DE5821
Black with #DE5821
Text Example
Text Example
White with #DE5821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5821; }
p { color: rgb(222,88,33); }
H1.HeaderClassName
{
color: #DE5821;
}
.AnyTagClassName
{
color: #DE5821;
}
</style>
background-color css
<style>
a { background-color: #DE5821; }
a { background-color: rgb(222,88,33); }
div.DivClassName
{
background-color: #DE5821;
}
.BgClassName
{
background-color: #DE5821;
}
</style>
border-color css
<style>
span { border-color: #DE5821; }
span { border-color: rgb(222,88,33); }
td.TdClassName
{
border-color: #DE5821;
}
.TagClassName
{
border-color: #DE5821;
}
</style>