Shades of Chocolate #DF501A
Tints of Chocolate #DF501A
RGB
CMYK
RGB Variations
Color information
#DF501A (or 0xDF501A) is known color: Chocolate. HEX triplet: DF, 50 and 1A. RGB value is (223,80,26). Sum of RGB (Red+Green+Blue) = 223+80+26=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF501A is #20AFE5. Grayscale: #747474. Windows color (decimal): -2142182 or 1724639. OLE color: 1724639.
HSL color Cylindrical-coordinate representation of color #DF501A: hue angle of 16.45º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF501A is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 26 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.13 |
| HSL | 16.45º | 0.79% | 0.49% | - |
| HSV(B) | 16.45º | 0.88% | 0.87% | - |
| XYZ | 33.49 | 21.5 | 3.36 | - |
| YUV | 116.6 | 76.88 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 26 | 0 | 0.64 | 0.88 | 0.13 | 16.45 | 0.79 | 0.49 |
| Hex | DF | 50 | 1A | 0 | 40 | 58 | D | 10 | 4F | 31 |
| Octal | 337 | 120 | 32 | 0 | 100 | 130 | 15 | 20 | 117 | 61 |
| Binary | 11011111 | 1010000 | 11010 | 0 | 1000000 | 1011000 | 1101 | 10000 | 1001111 | 110001 |
Color Harmonies of #DF501A
Complementary color
Monochromatic Colors of #DF501A
Black with #DF501A
Text Example
Text Example
White with #DF501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF501A; }
p { color: rgb(223,80,26); }
H1.HeaderClassName
{
color: #DF501A;
}
.AnyTagClassName
{
color: #DF501A;
}
</style>
background-color css
<style>
a { background-color: #DF501A; }
a { background-color: rgb(223,80,26); }
div.DivClassName
{
background-color: #DF501A;
}
.BgClassName
{
background-color: #DF501A;
}
</style>
border-color css
<style>
span { border-color: #DF501A; }
span { border-color: rgb(223,80,26); }
td.TdClassName
{
border-color: #DF501A;
}
.TagClassName
{
border-color: #DF501A;
}
</style>