Shades of Chocolate #DF541F
Tints of Chocolate #DF541F
RGB
CMYK
RGB Variations
Color information
#DF541F (or 0xDF541F) is known color: Chocolate. HEX triplet: DF, 54 and 1F. RGB value is (223,84,31). Sum of RGB (Red+Green+Blue) = 223+84+31=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF541F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF541F is #20ABE0. Grayscale: #777777. Windows color (decimal): -2141153 or 2053343. OLE color: 2053343.
HSL color Cylindrical-coordinate representation of color #DF541F: hue angle of 16.56º 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 #DF541F is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 31 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.13 |
| HSL | 16.56º | 0.76% | 0.5% | - |
| HSV(B) | 16.56º | 0.86% | 0.87% | - |
| XYZ | 33.85 | 22.13 | 3.78 | - |
| YUV | 119.52 | 78.05 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 31 | 0 | 0.62 | 0.86 | 0.13 | 16.56 | 0.76 | 0.5 |
| Hex | DF | 54 | 1F | 0 | 3E | 56 | D | 11 | 4C | 32 |
| Octal | 337 | 124 | 37 | 0 | 76 | 126 | 15 | 21 | 114 | 62 |
| Binary | 11011111 | 1010100 | 11111 | 0 | 111110 | 1010110 | 1101 | 10001 | 1001100 | 110010 |
Color Harmonies of #DF541F
Complementary color
Monochromatic Colors of #DF541F
Black with #DF541F
Text Example
Text Example
White with #DF541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF541F; }
p { color: rgb(223,84,31); }
H1.HeaderClassName
{
color: #DF541F;
}
.AnyTagClassName
{
color: #DF541F;
}
</style>
background-color css
<style>
a { background-color: #DF541F; }
a { background-color: rgb(223,84,31); }
div.DivClassName
{
background-color: #DF541F;
}
.BgClassName
{
background-color: #DF541F;
}
</style>
border-color css
<style>
span { border-color: #DF541F; }
span { border-color: rgb(223,84,31); }
td.TdClassName
{
border-color: #DF541F;
}
.TagClassName
{
border-color: #DF541F;
}
</style>