Shades of Chocolate #DF630E
Tints of Chocolate #DF630E
RGB
CMYK
RGB Variations
Color information
#DF630E (or 0xDF630E) is known color: Chocolate. HEX triplet: DF, 63 and 0E. RGB value is (223,99,14). Sum of RGB (Red+Green+Blue) = 223+99+14=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF630E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF630E is #209CF1. Grayscale: #7E7E7E. Windows color (decimal): -2137330 or 943071. OLE color: 943071.
HSL color Cylindrical-coordinate representation of color #DF630E: hue angle of 24.4º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF630E is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 14 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.13 |
| HSL | 24.4º | 0.88% | 0.46% | - |
| HSV(B) | 24.4º | 0.94% | 0.87% | - |
| XYZ | 34.97 | 24.64 | 3.33 | - |
| YUV | 126.39 | 64.58 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 14 | 0 | 0.56 | 0.94 | 0.13 | 24.4 | 0.88 | 0.46 |
| Hex | DF | 63 | E | 0 | 38 | 5E | D | 18 | 58 | 2E |
| Octal | 337 | 143 | 16 | 0 | 70 | 136 | 15 | 30 | 130 | 56 |
| Binary | 11011111 | 1100011 | 1110 | 0 | 111000 | 1011110 | 1101 | 11000 | 1011000 | 101110 |
Color Harmonies of #DF630E
Complementary color
Monochromatic Colors of #DF630E
Black with #DF630E
Text Example
Text Example
White with #DF630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF630E; }
p { color: rgb(223,99,14); }
H1.HeaderClassName
{
color: #DF630E;
}
.AnyTagClassName
{
color: #DF630E;
}
</style>
background-color css
<style>
a { background-color: #DF630E; }
a { background-color: rgb(223,99,14); }
div.DivClassName
{
background-color: #DF630E;
}
.BgClassName
{
background-color: #DF630E;
}
</style>
border-color css
<style>
span { border-color: #DF630E; }
span { border-color: rgb(223,99,14); }
td.TdClassName
{
border-color: #DF630E;
}
.TagClassName
{
border-color: #DF630E;
}
</style>