Shades of Chocolate #DE6715
Tints of Chocolate #DE6715
RGB
CMYK
RGB Variations
Color information
#DE6715 (or 0xDE6715) is known color: Chocolate. HEX triplet: DE, 67 and 15. RGB value is (222,103,21). Sum of RGB (Red+Green+Blue) = 222+103+21=346 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.16% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6715 is #2198EA. Grayscale: #818181. Windows color (decimal): -2201835 or 1402846. OLE color: 1402846.
HSL color Cylindrical-coordinate representation of color #DE6715: hue angle of 24.48º 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 #DE6715 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 103 | 21 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.13 |
| HSL | 24.48º | 0.83% | 0.48% | - |
| HSV(B) | 24.48º | 0.91% | 0.87% | - |
| XYZ | 35.11 | 25.28 | 3.74 | - |
| YUV | 129.23 | 66.92 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 103 | 21 | 0 | 0.54 | 0.91 | 0.13 | 24.48 | 0.83 | 0.48 |
| Hex | DE | 67 | 15 | 0 | 36 | 5B | D | 18 | 53 | 30 |
| Octal | 336 | 147 | 25 | 0 | 66 | 133 | 15 | 30 | 123 | 60 |
| Binary | 11011110 | 1100111 | 10101 | 0 | 110110 | 1011011 | 1101 | 11000 | 1010011 | 110000 |
Color Harmonies of #DE6715
Complementary color
Monochromatic Colors of #DE6715
Black with #DE6715
Text Example
Text Example
White with #DE6715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6715; }
p { color: rgb(222,103,21); }
H1.HeaderClassName
{
color: #DE6715;
}
.AnyTagClassName
{
color: #DE6715;
}
</style>
background-color css
<style>
a { background-color: #DE6715; }
a { background-color: rgb(222,103,21); }
div.DivClassName
{
background-color: #DE6715;
}
.BgClassName
{
background-color: #DE6715;
}
</style>
border-color css
<style>
span { border-color: #DE6715; }
span { border-color: rgb(222,103,21); }
td.TdClassName
{
border-color: #DE6715;
}
.TagClassName
{
border-color: #DE6715;
}
</style>