Shades of Chocolate #DF651F
Tints of Chocolate #DF651F
RGB
CMYK
RGB Variations
Color information
#DF651F (or 0xDF651F) is known color: Chocolate. HEX triplet: DF, 65 and 1F. RGB value is (223,101,31). Sum of RGB (Red+Green+Blue) = 223+101+31=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF651F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF651F is #209AE0. Grayscale: #818181. Windows color (decimal): -2136801 or 2057695. OLE color: 2057695.
HSL color Cylindrical-coordinate representation of color #DF651F: hue angle of 21.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF651F is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 31 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.13 |
| HSL | 21.88º | 0.76% | 0.5% | - |
| HSV(B) | 21.88º | 0.86% | 0.87% | - |
| XYZ | 35.33 | 25.09 | 4.28 | - |
| YUV | 129.5 | 72.42 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 31 | 0 | 0.55 | 0.86 | 0.13 | 21.88 | 0.76 | 0.5 |
| Hex | DF | 65 | 1F | 0 | 37 | 56 | D | 16 | 4C | 32 |
| Octal | 337 | 145 | 37 | 0 | 67 | 126 | 15 | 26 | 114 | 62 |
| Binary | 11011111 | 1100101 | 11111 | 0 | 110111 | 1010110 | 1101 | 10110 | 1001100 | 110010 |
Color Harmonies of #DF651F
Complementary color
Monochromatic Colors of #DF651F
Black with #DF651F
Text Example
Text Example
White with #DF651F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF651F; }
p { color: rgb(223,101,31); }
H1.HeaderClassName
{
color: #DF651F;
}
.AnyTagClassName
{
color: #DF651F;
}
</style>
background-color css
<style>
a { background-color: #DF651F; }
a { background-color: rgb(223,101,31); }
div.DivClassName
{
background-color: #DF651F;
}
.BgClassName
{
background-color: #DF651F;
}
</style>
border-color css
<style>
span { border-color: #DF651F; }
span { border-color: rgb(223,101,31); }
td.TdClassName
{
border-color: #DF651F;
}
.TagClassName
{
border-color: #DF651F;
}
</style>