Shades of Chocolate #DF630F
Tints of Chocolate #DF630F
RGB
CMYK
RGB Variations
Color information
#DF630F (or 0xDF630F) is known color: Chocolate. HEX triplet: DF, 63 and 0F. RGB value is (223,99,15). Sum of RGB (Red+Green+Blue) = 223+99+15=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF630F is #209CF0. Grayscale: #7E7E7E. Windows color (decimal): -2137329 or 1008607. OLE color: 1008607.
HSL color Cylindrical-coordinate representation of color #DF630F: hue angle of 24.23º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF630F is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 15 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.13 |
| HSL | 24.23º | 0.87% | 0.47% | - |
| HSV(B) | 24.23º | 0.93% | 0.87% | - |
| XYZ | 34.98 | 24.65 | 3.37 | - |
| YUV | 126.5 | 65.08 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 15 | 0 | 0.56 | 0.93 | 0.13 | 24.23 | 0.87 | 0.47 |
| Hex | DF | 63 | F | 0 | 38 | 5D | D | 18 | 57 | 2F |
| Octal | 337 | 143 | 17 | 0 | 70 | 135 | 15 | 30 | 127 | 57 |
| Binary | 11011111 | 1100011 | 1111 | 0 | 111000 | 1011101 | 1101 | 11000 | 1010111 | 101111 |
Color Harmonies of #DF630F
Complementary color
Monochromatic Colors of #DF630F
Black with #DF630F
Text Example
Text Example
White with #DF630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF630F; }
p { color: rgb(223,99,15); }
H1.HeaderClassName
{
color: #DF630F;
}
.AnyTagClassName
{
color: #DF630F;
}
</style>
background-color css
<style>
a { background-color: #DF630F; }
a { background-color: rgb(223,99,15); }
div.DivClassName
{
background-color: #DF630F;
}
.BgClassName
{
background-color: #DF630F;
}
</style>
border-color css
<style>
span { border-color: #DF630F; }
span { border-color: rgb(223,99,15); }
td.TdClassName
{
border-color: #DF630F;
}
.TagClassName
{
border-color: #DF630F;
}
</style>