Shades of Chocolate #DF5E1A
Tints of Chocolate #DF5E1A
RGB
CMYK
RGB Variations
Color information
#DF5E1A (or 0xDF5E1A) is known color: Chocolate. HEX triplet: DF, 5E and 1A. RGB value is (223,94,26). Sum of RGB (Red+Green+Blue) = 223+94+26=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5E1A is #20A1E5. Grayscale: #7D7D7D. Windows color (decimal): -2138598 or 1728223. OLE color: 1728223.
HSL color Cylindrical-coordinate representation of color #DF5E1A: hue angle of 20.71º 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 #DF5E1A is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 94 | 26 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.13 |
| HSL | 20.71º | 0.79% | 0.49% | - |
| HSV(B) | 20.71º | 0.88% | 0.87% | - |
| XYZ | 34.62 | 23.77 | 3.74 | - |
| YUV | 124.82 | 72.24 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 94 | 26 | 0 | 0.58 | 0.88 | 0.13 | 20.71 | 0.79 | 0.49 |
| Hex | DF | 5E | 1A | 0 | 3A | 58 | D | 15 | 4F | 31 |
| Octal | 337 | 136 | 32 | 0 | 72 | 130 | 15 | 25 | 117 | 61 |
| Binary | 11011111 | 1011110 | 11010 | 0 | 111010 | 1011000 | 1101 | 10101 | 1001111 | 110001 |
Color Harmonies of #DF5E1A
Complementary color
Monochromatic Colors of #DF5E1A
Black with #DF5E1A
Text Example
Text Example
White with #DF5E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5E1A; }
p { color: rgb(223,94,26); }
H1.HeaderClassName
{
color: #DF5E1A;
}
.AnyTagClassName
{
color: #DF5E1A;
}
</style>
background-color css
<style>
a { background-color: #DF5E1A; }
a { background-color: rgb(223,94,26); }
div.DivClassName
{
background-color: #DF5E1A;
}
.BgClassName
{
background-color: #DF5E1A;
}
</style>
border-color css
<style>
span { border-color: #DF5E1A; }
span { border-color: rgb(223,94,26); }
td.TdClassName
{
border-color: #DF5E1A;
}
.TagClassName
{
border-color: #DF5E1A;
}
</style>