Shades of Chocolate #DF631F
Tints of Chocolate #DF631F
RGB
CMYK
RGB Variations
Color information
#DF631F (or 0xDF631F) is known color: Chocolate. HEX triplet: DF, 63 and 1F. RGB value is (223,99,31). Sum of RGB (Red+Green+Blue) = 223+99+31=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF631F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF631F is #209CE0. Grayscale: #808080. Windows color (decimal): -2137313 or 2057183. OLE color: 2057183.
HSL color Cylindrical-coordinate representation of color #DF631F: hue angle of 21.25º 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 #DF631F is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 31 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.13 |
| HSL | 21.25º | 0.76% | 0.5% | - |
| HSV(B) | 21.25º | 0.86% | 0.87% | - |
| XYZ | 35.14 | 24.71 | 4.21 | - |
| YUV | 128.32 | 73.08 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 31 | 0 | 0.56 | 0.86 | 0.13 | 21.25 | 0.76 | 0.5 |
| Hex | DF | 63 | 1F | 0 | 38 | 56 | D | 15 | 4C | 32 |
| Octal | 337 | 143 | 37 | 0 | 70 | 126 | 15 | 25 | 114 | 62 |
| Binary | 11011111 | 1100011 | 11111 | 0 | 111000 | 1010110 | 1101 | 10101 | 1001100 | 110010 |
Color Harmonies of #DF631F
Complementary color
Monochromatic Colors of #DF631F
Black with #DF631F
Text Example
Text Example
White with #DF631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF631F; }
p { color: rgb(223,99,31); }
H1.HeaderClassName
{
color: #DF631F;
}
.AnyTagClassName
{
color: #DF631F;
}
</style>
background-color css
<style>
a { background-color: #DF631F; }
a { background-color: rgb(223,99,31); }
div.DivClassName
{
background-color: #DF631F;
}
.BgClassName
{
background-color: #DF631F;
}
</style>
border-color css
<style>
span { border-color: #DF631F; }
span { border-color: rgb(223,99,31); }
td.TdClassName
{
border-color: #DF631F;
}
.TagClassName
{
border-color: #DF631F;
}
</style>