Shades of Chocolate #DF561A
Tints of Chocolate #DF561A
RGB
CMYK
RGB Variations
Color information
#DF561A (or 0xDF561A) is known color: Chocolate. HEX triplet: DF, 56 and 1A. RGB value is (223,86,26). Sum of RGB (Red+Green+Blue) = 223+86+26=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF561A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF561A is #20A9E5. Grayscale: #787878. Windows color (decimal): -2140646 or 1726175. OLE color: 1726175.
HSL color Cylindrical-coordinate representation of color #DF561A: hue angle of 18.27º 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 #DF561A is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 26 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.13 |
| HSL | 18.27º | 0.79% | 0.49% | - |
| HSV(B) | 18.27º | 0.88% | 0.87% | - |
| XYZ | 33.95 | 22.42 | 3.52 | - |
| YUV | 120.12 | 74.89 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 26 | 0 | 0.61 | 0.88 | 0.13 | 18.27 | 0.79 | 0.49 |
| Hex | DF | 56 | 1A | 0 | 3D | 58 | D | 12 | 4F | 31 |
| Octal | 337 | 126 | 32 | 0 | 75 | 130 | 15 | 22 | 117 | 61 |
| Binary | 11011111 | 1010110 | 11010 | 0 | 111101 | 1011000 | 1101 | 10010 | 1001111 | 110001 |
Color Harmonies of #DF561A
Complementary color
Monochromatic Colors of #DF561A
Black with #DF561A
Text Example
Text Example
White with #DF561A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF561A; }
p { color: rgb(223,86,26); }
H1.HeaderClassName
{
color: #DF561A;
}
.AnyTagClassName
{
color: #DF561A;
}
</style>
background-color css
<style>
a { background-color: #DF561A; }
a { background-color: rgb(223,86,26); }
div.DivClassName
{
background-color: #DF561A;
}
.BgClassName
{
background-color: #DF561A;
}
</style>
border-color css
<style>
span { border-color: #DF561A; }
span { border-color: rgb(223,86,26); }
td.TdClassName
{
border-color: #DF561A;
}
.TagClassName
{
border-color: #DF561A;
}
</style>