Shades of Chocolate #DE6121
Tints of Chocolate #DE6121
RGB
CMYK
RGB Variations
Color information
#DE6121 (or 0xDE6121) is known color: Chocolate. HEX triplet: DE, 61 and 21. RGB value is (222,97,33). Sum of RGB (Red+Green+Blue) = 222+97+33=352 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.07% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6121 is #219EDE. Grayscale: #7F7F7F. Windows color (decimal): -2203359 or 2187742. OLE color: 2187742.
HSL color Cylindrical-coordinate representation of color #DE6121: hue angle of 20.32º 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 #DE6121 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 97 | 33 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.13 |
| HSL | 20.32º | 0.74% | 0.5% | - |
| HSV(B) | 20.32º | 0.85% | 0.87% | - |
| XYZ | 34.67 | 24.19 | 4.28 | - |
| YUV | 127.08 | 74.91 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 97 | 33 | 0 | 0.56 | 0.85 | 0.13 | 20.32 | 0.74 | 0.5 |
| Hex | DE | 61 | 21 | 0 | 38 | 55 | D | 14 | 4A | 32 |
| Octal | 336 | 141 | 41 | 0 | 70 | 125 | 15 | 24 | 112 | 62 |
| Binary | 11011110 | 1100001 | 100001 | 0 | 111000 | 1010101 | 1101 | 10100 | 1001010 | 110010 |
Color Harmonies of #DE6121
Complementary color
Monochromatic Colors of #DE6121
Black with #DE6121
Text Example
Text Example
White with #DE6121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6121; }
p { color: rgb(222,97,33); }
H1.HeaderClassName
{
color: #DE6121;
}
.AnyTagClassName
{
color: #DE6121;
}
</style>
background-color css
<style>
a { background-color: #DE6121; }
a { background-color: rgb(222,97,33); }
div.DivClassName
{
background-color: #DE6121;
}
.BgClassName
{
background-color: #DE6121;
}
</style>
border-color css
<style>
span { border-color: #DE6121; }
span { border-color: rgb(222,97,33); }
td.TdClassName
{
border-color: #DE6121;
}
.TagClassName
{
border-color: #DE6121;
}
</style>