Shades of Chocolate #DF651E
Tints of Chocolate #DF651E
RGB
CMYK
RGB Variations
Color information
#DF651E (or 0xDF651E) is known color: Chocolate. HEX triplet: DF, 65 and 1E. RGB value is (223,101,30). Sum of RGB (Red+Green+Blue) = 223+101+30=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF651E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF651E is #209AE1. Grayscale: #818181. Windows color (decimal): -2136802 or 1992159. OLE color: 1992159.
HSL color Cylindrical-coordinate representation of color #DF651E: hue angle of 22.07º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF651E is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 30 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.13 |
| HSL | 22.07º | 0.76% | 0.5% | - |
| HSV(B) | 22.07º | 0.87% | 0.87% | - |
| XYZ | 35.32 | 25.09 | 4.21 | - |
| YUV | 129.38 | 71.92 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 30 | 0 | 0.55 | 0.87 | 0.13 | 22.07 | 0.76 | 0.5 |
| Hex | DF | 65 | 1E | 0 | 37 | 57 | D | 16 | 4C | 32 |
| Octal | 337 | 145 | 36 | 0 | 67 | 127 | 15 | 26 | 114 | 62 |
| Binary | 11011111 | 1100101 | 11110 | 0 | 110111 | 1010111 | 1101 | 10110 | 1001100 | 110010 |
Color Harmonies of #DF651E
Complementary color
Monochromatic Colors of #DF651E
Black with #DF651E
Text Example
Text Example
White with #DF651E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF651E; }
p { color: rgb(223,101,30); }
H1.HeaderClassName
{
color: #DF651E;
}
.AnyTagClassName
{
color: #DF651E;
}
</style>
background-color css
<style>
a { background-color: #DF651E; }
a { background-color: rgb(223,101,30); }
div.DivClassName
{
background-color: #DF651E;
}
.BgClassName
{
background-color: #DF651E;
}
</style>
border-color css
<style>
span { border-color: #DF651E; }
span { border-color: rgb(223,101,30); }
td.TdClassName
{
border-color: #DF651E;
}
.TagClassName
{
border-color: #DF651E;
}
</style>