Shades of Chocolate #DF541A
Tints of Chocolate #DF541A
RGB
CMYK
RGB Variations
Color information
#DF541A (or 0xDF541A) is known color: Chocolate. HEX triplet: DF, 54 and 1A. RGB value is (223,84,26). Sum of RGB (Red+Green+Blue) = 223+84+26=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF541A is #20ABE5. Grayscale: #777777. Windows color (decimal): -2141158 or 1725663. OLE color: 1725663.
HSL color Cylindrical-coordinate representation of color #DF541A: hue angle of 17.66º 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 #DF541A is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 26 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.13 |
| HSL | 17.66º | 0.79% | 0.49% | - |
| HSV(B) | 17.66º | 0.88% | 0.87% | - |
| XYZ | 33.79 | 22.1 | 3.46 | - |
| YUV | 118.95 | 75.55 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 26 | 0 | 0.62 | 0.88 | 0.13 | 17.66 | 0.79 | 0.49 |
| Hex | DF | 54 | 1A | 0 | 3E | 58 | D | 12 | 4F | 31 |
| Octal | 337 | 124 | 32 | 0 | 76 | 130 | 15 | 22 | 117 | 61 |
| Binary | 11011111 | 1010100 | 11010 | 0 | 111110 | 1011000 | 1101 | 10010 | 1001111 | 110001 |
Color Harmonies of #DF541A
Complementary color
Monochromatic Colors of #DF541A
Black with #DF541A
Text Example
Text Example
White with #DF541A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF541A; }
p { color: rgb(223,84,26); }
H1.HeaderClassName
{
color: #DF541A;
}
.AnyTagClassName
{
color: #DF541A;
}
</style>
background-color css
<style>
a { background-color: #DF541A; }
a { background-color: rgb(223,84,26); }
div.DivClassName
{
background-color: #DF541A;
}
.BgClassName
{
background-color: #DF541A;
}
</style>
border-color css
<style>
span { border-color: #DF541A; }
span { border-color: rgb(223,84,26); }
td.TdClassName
{
border-color: #DF541A;
}
.TagClassName
{
border-color: #DF541A;
}
</style>