Shades of Chocolate #DE610F
Tints of Chocolate #DE610F
RGB
CMYK
RGB Variations
Color information
#DE610F (or 0xDE610F) is known color: Chocolate. HEX triplet: DE, 61 and 0F. RGB value is (222,97,15). Sum of RGB (Red+Green+Blue) = 222+97+15=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE610F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE610F is #219EF0. Grayscale: #7D7D7D. Windows color (decimal): -2203377 or 1008094. OLE color: 1008094.
HSL color Cylindrical-coordinate representation of color #DE610F: hue angle of 23.77º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE610F is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 97 | 15 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.13 |
| HSL | 23.77º | 0.87% | 0.46% | - |
| HSV(B) | 23.77º | 0.93% | 0.87% | - |
| XYZ | 34.49 | 24.11 | 3.29 | - |
| YUV | 125.03 | 65.91 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 97 | 15 | 0 | 0.56 | 0.93 | 0.13 | 23.77 | 0.87 | 0.46 |
| Hex | DE | 61 | F | 0 | 38 | 5D | D | 18 | 57 | 2E |
| Octal | 336 | 141 | 17 | 0 | 70 | 135 | 15 | 30 | 127 | 56 |
| Binary | 11011110 | 1100001 | 1111 | 0 | 111000 | 1011101 | 1101 | 11000 | 1010111 | 101110 |
Color Harmonies of #DE610F
Complementary color
Monochromatic Colors of #DE610F
Black with #DE610F
Text Example
Text Example
White with #DE610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE610F; }
p { color: rgb(222,97,15); }
H1.HeaderClassName
{
color: #DE610F;
}
.AnyTagClassName
{
color: #DE610F;
}
</style>
background-color css
<style>
a { background-color: #DE610F; }
a { background-color: rgb(222,97,15); }
div.DivClassName
{
background-color: #DE610F;
}
.BgClassName
{
background-color: #DE610F;
}
</style>
border-color css
<style>
span { border-color: #DE610F; }
span { border-color: rgb(222,97,15); }
td.TdClassName
{
border-color: #DE610F;
}
.TagClassName
{
border-color: #DE610F;
}
</style>