Shades of Chocolate #DE5A14
Tints of Chocolate #DE5A14
RGB
CMYK
RGB Variations
Color information
#DE5A14 (or 0xDE5A14) is known color: Chocolate. HEX triplet: DE, 5A and 14. RGB value is (222,90,20). Sum of RGB (Red+Green+Blue) = 222+90+20=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5A14 is #21A5EB. Grayscale: #797979. Windows color (decimal): -2205164 or 1333982. OLE color: 1333982.
HSL color Cylindrical-coordinate representation of color #DE5A14: hue angle of 20.79º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE5A14 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 90 | 20 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.13 |
| HSL | 20.79º | 0.83% | 0.47% | - |
| HSV(B) | 20.79º | 0.91% | 0.87% | - |
| XYZ | 33.91 | 22.89 | 3.29 | - |
| YUV | 121.49 | 70.73 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 90 | 20 | 0 | 0.59 | 0.91 | 0.13 | 20.79 | 0.83 | 0.47 |
| Hex | DE | 5A | 14 | 0 | 3B | 5B | D | 15 | 53 | 2F |
| Octal | 336 | 132 | 24 | 0 | 73 | 133 | 15 | 25 | 123 | 57 |
| Binary | 11011110 | 1011010 | 10100 | 0 | 111011 | 1011011 | 1101 | 10101 | 1010011 | 101111 |
Color Harmonies of #DE5A14
Complementary color
Monochromatic Colors of #DE5A14
Black with #DE5A14
Text Example
Text Example
White with #DE5A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5A14; }
p { color: rgb(222,90,20); }
H1.HeaderClassName
{
color: #DE5A14;
}
.AnyTagClassName
{
color: #DE5A14;
}
</style>
background-color css
<style>
a { background-color: #DE5A14; }
a { background-color: rgb(222,90,20); }
div.DivClassName
{
background-color: #DE5A14;
}
.BgClassName
{
background-color: #DE5A14;
}
</style>
border-color css
<style>
span { border-color: #DE5A14; }
span { border-color: rgb(222,90,20); }
td.TdClassName
{
border-color: #DE5A14;
}
.TagClassName
{
border-color: #DE5A14;
}
</style>