Shades of Chocolate #DE6F17
Tints of Chocolate #DE6F17
RGB
CMYK
RGB Variations
Color information
#DE6F17 (or 0xDE6F17) is known color: Chocolate. HEX triplet: DE, 6F and 17. RGB value is (222,111,23). Sum of RGB (Red+Green+Blue) = 222+111+23=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6F17 is #2190E8. Grayscale: #868686. Windows color (decimal): -2199785 or 1535966. OLE color: 1535966.
HSL color Cylindrical-coordinate representation of color #DE6F17: hue angle of 26.53º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE6F17 is Cyan = 0, Magento = 0.5, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 111 | 23 | - |
| CMYK | 0 | 0.5 | 0.90 | 0.13 |
| HSL | 26.53º | 0.81% | 0.48% | - |
| HSV(B) | 26.53º | 0.9% | 0.87% | - |
| XYZ | 35.96 | 26.96 | 4.12 | - |
| YUV | 134.16 | 65.27 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 111 | 23 | 0 | 0.5 | 0.90 | 0.13 | 26.53 | 0.81 | 0.48 |
| Hex | DE | 6F | 17 | 0 | 32 | 5A | D | 1B | 51 | 30 |
| Octal | 336 | 157 | 27 | 0 | 62 | 132 | 15 | 33 | 121 | 60 |
| Binary | 11011110 | 1101111 | 10111 | 0 | 110010 | 1011010 | 1101 | 11011 | 1010001 | 110000 |
Color Harmonies of #DE6F17
Complementary color
Monochromatic Colors of #DE6F17
Black with #DE6F17
Text Example
Text Example
White with #DE6F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6F17; }
p { color: rgb(222,111,23); }
H1.HeaderClassName
{
color: #DE6F17;
}
.AnyTagClassName
{
color: #DE6F17;
}
</style>
background-color css
<style>
a { background-color: #DE6F17; }
a { background-color: rgb(222,111,23); }
div.DivClassName
{
background-color: #DE6F17;
}
.BgClassName
{
background-color: #DE6F17;
}
</style>
border-color css
<style>
span { border-color: #DE6F17; }
span { border-color: rgb(222,111,23); }
td.TdClassName
{
border-color: #DE6F17;
}
.TagClassName
{
border-color: #DE6F17;
}
</style>