Shades of Chocolate #DE7115
Tints of Chocolate #DE7115
RGB
CMYK
RGB Variations
Color information
#DE7115 (or 0xDE7115) is known color: Chocolate. HEX triplet: DE, 71 and 15. RGB value is (222,113,21). Sum of RGB (Red+Green+Blue) = 222+113+21=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7115 is #218EEA. Grayscale: #878787. Windows color (decimal): -2199275 or 1405406. OLE color: 1405406.
HSL color Cylindrical-coordinate representation of color #DE7115: hue angle of 27.46º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE7115 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 113 | 21 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.13 |
| HSL | 27.46º | 0.83% | 0.48% | - |
| HSV(B) | 27.46º | 0.91% | 0.87% | - |
| XYZ | 36.16 | 27.39 | 4.09 | - |
| YUV | 135.1 | 63.61 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 113 | 21 | 0 | 0.49 | 0.91 | 0.13 | 27.46 | 0.83 | 0.48 |
| Hex | DE | 71 | 15 | 0 | 31 | 5B | D | 1B | 53 | 30 |
| Octal | 336 | 161 | 25 | 0 | 61 | 133 | 15 | 33 | 123 | 60 |
| Binary | 11011110 | 1110001 | 10101 | 0 | 110001 | 1011011 | 1101 | 11011 | 1010011 | 110000 |
Color Harmonies of #DE7115
Complementary color
Monochromatic Colors of #DE7115
Black with #DE7115
Text Example
Text Example
White with #DE7115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7115; }
p { color: rgb(222,113,21); }
H1.HeaderClassName
{
color: #DE7115;
}
.AnyTagClassName
{
color: #DE7115;
}
</style>
background-color css
<style>
a { background-color: #DE7115; }
a { background-color: rgb(222,113,21); }
div.DivClassName
{
background-color: #DE7115;
}
.BgClassName
{
background-color: #DE7115;
}
</style>
border-color css
<style>
span { border-color: #DE7115; }
span { border-color: rgb(222,113,21); }
td.TdClassName
{
border-color: #DE7115;
}
.TagClassName
{
border-color: #DE7115;
}
</style>