Shades of Chocolate #DF641F
Tints of Chocolate #DF641F
RGB
CMYK
RGB Variations
Color information
#DF641F (or 0xDF641F) is known color: Chocolate. HEX triplet: DF, 64 and 1F. RGB value is (223,100,31). Sum of RGB (Red+Green+Blue) = 223+100+31=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF641F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF641F is #209BE0. Grayscale: #818181. Windows color (decimal): -2137057 or 2057439. OLE color: 2057439.
HSL color Cylindrical-coordinate representation of color #DF641F: hue angle of 21.56º 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 #DF641F is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 31 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.13 |
| HSL | 21.56º | 0.76% | 0.5% | - |
| HSV(B) | 21.56º | 0.86% | 0.87% | - |
| XYZ | 35.24 | 24.9 | 4.25 | - |
| YUV | 128.91 | 72.75 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 31 | 0 | 0.55 | 0.86 | 0.13 | 21.56 | 0.76 | 0.5 |
| Hex | DF | 64 | 1F | 0 | 37 | 56 | D | 16 | 4C | 32 |
| Octal | 337 | 144 | 37 | 0 | 67 | 126 | 15 | 26 | 114 | 62 |
| Binary | 11011111 | 1100100 | 11111 | 0 | 110111 | 1010110 | 1101 | 10110 | 1001100 | 110010 |
Color Harmonies of #DF641F
Complementary color
Monochromatic Colors of #DF641F
Black with #DF641F
Text Example
Text Example
White with #DF641F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF641F; }
p { color: rgb(223,100,31); }
H1.HeaderClassName
{
color: #DF641F;
}
.AnyTagClassName
{
color: #DF641F;
}
</style>
background-color css
<style>
a { background-color: #DF641F; }
a { background-color: rgb(223,100,31); }
div.DivClassName
{
background-color: #DF641F;
}
.BgClassName
{
background-color: #DF641F;
}
</style>
border-color css
<style>
span { border-color: #DF641F; }
span { border-color: rgb(223,100,31); }
td.TdClassName
{
border-color: #DF641F;
}
.TagClassName
{
border-color: #DF641F;
}
</style>