Shades of Chocolate #DE5C19
Tints of Chocolate #DE5C19
RGB
CMYK
RGB Variations
Color information
#DE5C19 (or 0xDE5C19) is known color: Chocolate. HEX triplet: DE, 5C and 19. RGB value is (222,92,25). Sum of RGB (Red+Green+Blue) = 222+92+25=339 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.49% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5C19 is #21A3E6. Grayscale: #7B7B7B. Windows color (decimal): -2204647 or 1662174. OLE color: 1662174.
HSL color Cylindrical-coordinate representation of color #DE5C19: hue angle of 20.41º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE5C19 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 92 | 25 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.13 |
| HSL | 20.41º | 0.8% | 0.48% | - |
| HSV(B) | 20.41º | 0.89% | 0.87% | - |
| XYZ | 34.13 | 23.25 | 3.61 | - |
| YUV | 123.23 | 72.57 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 92 | 25 | 0 | 0.59 | 0.89 | 0.13 | 20.41 | 0.8 | 0.48 |
| Hex | DE | 5C | 19 | 0 | 3B | 59 | D | 14 | 50 | 30 |
| Octal | 336 | 134 | 31 | 0 | 73 | 131 | 15 | 24 | 120 | 60 |
| Binary | 11011110 | 1011100 | 11001 | 0 | 111011 | 1011001 | 1101 | 10100 | 1010000 | 110000 |
Color Harmonies of #DE5C19
Complementary color
Monochromatic Colors of #DE5C19
Black with #DE5C19
Text Example
Text Example
White with #DE5C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5C19; }
p { color: rgb(222,92,25); }
H1.HeaderClassName
{
color: #DE5C19;
}
.AnyTagClassName
{
color: #DE5C19;
}
</style>
background-color css
<style>
a { background-color: #DE5C19; }
a { background-color: rgb(222,92,25); }
div.DivClassName
{
background-color: #DE5C19;
}
.BgClassName
{
background-color: #DE5C19;
}
</style>
border-color css
<style>
span { border-color: #DE5C19; }
span { border-color: rgb(222,92,25); }
td.TdClassName
{
border-color: #DE5C19;
}
.TagClassName
{
border-color: #DE5C19;
}
</style>