Shades of Chocolate #DF650F
Tints of Chocolate #DF650F
RGB
CMYK
RGB Variations
Color information
#DF650F (or 0xDF650F) is known color: Chocolate. HEX triplet: DF, 65 and 0F. RGB value is (223,101,15). Sum of RGB (Red+Green+Blue) = 223+101+15=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF650F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF650F is #209AF0. Grayscale: #808080. Windows color (decimal): -2136817 or 1009119. OLE color: 1009119.
HSL color Cylindrical-coordinate representation of color #DF650F: hue angle of 24.81º 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 #DF650F is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 15 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.13 |
| HSL | 24.81º | 0.87% | 0.47% | - |
| HSV(B) | 24.81º | 0.93% | 0.87% | - |
| XYZ | 35.17 | 25.03 | 3.43 | - |
| YUV | 127.67 | 64.42 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 15 | 0 | 0.55 | 0.93 | 0.13 | 24.81 | 0.87 | 0.47 |
| Hex | DF | 65 | F | 0 | 37 | 5D | D | 19 | 57 | 2F |
| Octal | 337 | 145 | 17 | 0 | 67 | 135 | 15 | 31 | 127 | 57 |
| Binary | 11011111 | 1100101 | 1111 | 0 | 110111 | 1011101 | 1101 | 11001 | 1010111 | 101111 |
Color Harmonies of #DF650F
Complementary color
Monochromatic Colors of #DF650F
Black with #DF650F
Text Example
Text Example
White with #DF650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF650F; }
p { color: rgb(223,101,15); }
H1.HeaderClassName
{
color: #DF650F;
}
.AnyTagClassName
{
color: #DF650F;
}
</style>
background-color css
<style>
a { background-color: #DF650F; }
a { background-color: rgb(223,101,15); }
div.DivClassName
{
background-color: #DF650F;
}
.BgClassName
{
background-color: #DF650F;
}
</style>
border-color css
<style>
span { border-color: #DF650F; }
span { border-color: rgb(223,101,15); }
td.TdClassName
{
border-color: #DF650F;
}
.TagClassName
{
border-color: #DF650F;
}
</style>