Shades of Chocolate #DF501C
Tints of Chocolate #DF501C
RGB
CMYK
RGB Variations
Color information
#DF501C (or 0xDF501C) is known color: Chocolate. HEX triplet: DF, 50 and 1C. RGB value is (223,80,28). Sum of RGB (Red+Green+Blue) = 223+80+28=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF501C is #20AFE3. Grayscale: #757575. Windows color (decimal): -2142180 or 1855711. OLE color: 1855711.
HSL color Cylindrical-coordinate representation of color #DF501C: hue angle of 16º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF501C is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 28 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.13 |
| HSL | 16º | 0.78% | 0.49% | - |
| HSV(B) | 16º | 0.87% | 0.87% | - |
| XYZ | 33.51 | 21.51 | 3.48 | - |
| YUV | 116.83 | 77.88 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 28 | 0 | 0.64 | 0.87 | 0.13 | 16 | 0.78 | 0.49 |
| Hex | DF | 50 | 1C | 0 | 40 | 57 | D | 10 | 4E | 31 |
| Octal | 337 | 120 | 34 | 0 | 100 | 127 | 15 | 20 | 116 | 61 |
| Binary | 11011111 | 1010000 | 11100 | 0 | 1000000 | 1010111 | 1101 | 10000 | 1001110 | 110001 |
Color Harmonies of #DF501C
Complementary color
Monochromatic Colors of #DF501C
Black with #DF501C
Text Example
Text Example
White with #DF501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF501C; }
p { color: rgb(223,80,28); }
H1.HeaderClassName
{
color: #DF501C;
}
.AnyTagClassName
{
color: #DF501C;
}
</style>
background-color css
<style>
a { background-color: #DF501C; }
a { background-color: rgb(223,80,28); }
div.DivClassName
{
background-color: #DF501C;
}
.BgClassName
{
background-color: #DF501C;
}
</style>
border-color css
<style>
span { border-color: #DF501C; }
span { border-color: rgb(223,80,28); }
td.TdClassName
{
border-color: #DF501C;
}
.TagClassName
{
border-color: #DF501C;
}
</style>