Shades of Chocolate #DF5D1E
Tints of Chocolate #DF5D1E
RGB
CMYK
RGB Variations
Color information
#DF5D1E (or 0xDF5D1E) is known color: Chocolate. HEX triplet: DF, 5D and 1E. RGB value is (223,93,30). Sum of RGB (Red+Green+Blue) = 223+93+30=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5D1E is #20A2E1. Grayscale: #7D7D7D. Windows color (decimal): -2138850 or 1990111. OLE color: 1990111.
HSL color Cylindrical-coordinate representation of color #DF5D1E: hue angle of 19.59º 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 #DF5D1E is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 93 | 30 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.13 |
| HSL | 19.59º | 0.76% | 0.5% | - |
| HSV(B) | 19.59º | 0.87% | 0.87% | - |
| XYZ | 34.58 | 23.61 | 3.96 | - |
| YUV | 124.69 | 74.57 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 30 | 0 | 0.58 | 0.87 | 0.13 | 19.59 | 0.76 | 0.5 |
| Hex | DF | 5D | 1E | 0 | 3A | 57 | D | 14 | 4C | 32 |
| Octal | 337 | 135 | 36 | 0 | 72 | 127 | 15 | 24 | 114 | 62 |
| Binary | 11011111 | 1011101 | 11110 | 0 | 111010 | 1010111 | 1101 | 10100 | 1001100 | 110010 |
Color Harmonies of #DF5D1E
Complementary color
Monochromatic Colors of #DF5D1E
Black with #DF5D1E
Text Example
Text Example
White with #DF5D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5D1E; }
p { color: rgb(223,93,30); }
H1.HeaderClassName
{
color: #DF5D1E;
}
.AnyTagClassName
{
color: #DF5D1E;
}
</style>
background-color css
<style>
a { background-color: #DF5D1E; }
a { background-color: rgb(223,93,30); }
div.DivClassName
{
background-color: #DF5D1E;
}
.BgClassName
{
background-color: #DF5D1E;
}
</style>
border-color css
<style>
span { border-color: #DF5D1E; }
span { border-color: rgb(223,93,30); }
td.TdClassName
{
border-color: #DF5D1E;
}
.TagClassName
{
border-color: #DF5D1E;
}
</style>