Shades of Chocolate #DF5A1E
Tints of Chocolate #DF5A1E
RGB
CMYK
RGB Variations
Color information
#DF5A1E (or 0xDF5A1E) is known color: Chocolate. HEX triplet: DF, 5A and 1E. RGB value is (223,90,30). Sum of RGB (Red+Green+Blue) = 223+90+30=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5A1E is #20A5E1. Grayscale: #7B7B7B. Windows color (decimal): -2139618 or 1989343. OLE color: 1989343.
HSL color Cylindrical-coordinate representation of color #DF5A1E: hue angle of 18.65º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF5A1E is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 90 | 30 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.13 |
| HSL | 18.65º | 0.76% | 0.5% | - |
| HSV(B) | 18.65º | 0.87% | 0.87% | - |
| XYZ | 34.32 | 23.09 | 3.88 | - |
| YUV | 122.93 | 75.56 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 30 | 0 | 0.60 | 0.87 | 0.13 | 18.65 | 0.76 | 0.5 |
| Hex | DF | 5A | 1E | 0 | 3C | 57 | D | 13 | 4C | 32 |
| Octal | 337 | 132 | 36 | 0 | 74 | 127 | 15 | 23 | 114 | 62 |
| Binary | 11011111 | 1011010 | 11110 | 0 | 111100 | 1010111 | 1101 | 10011 | 1001100 | 110010 |
Color Harmonies of #DF5A1E
Complementary color
Monochromatic Colors of #DF5A1E
Black with #DF5A1E
Text Example
Text Example
White with #DF5A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5A1E; }
p { color: rgb(223,90,30); }
H1.HeaderClassName
{
color: #DF5A1E;
}
.AnyTagClassName
{
color: #DF5A1E;
}
</style>
background-color css
<style>
a { background-color: #DF5A1E; }
a { background-color: rgb(223,90,30); }
div.DivClassName
{
background-color: #DF5A1E;
}
.BgClassName
{
background-color: #DF5A1E;
}
</style>
border-color css
<style>
span { border-color: #DF5A1E; }
span { border-color: rgb(223,90,30); }
td.TdClassName
{
border-color: #DF5A1E;
}
.TagClassName
{
border-color: #DF5A1E;
}
</style>