Shades of Chocolate #DF5C19
Tints of Chocolate #DF5C19
RGB
CMYK
RGB Variations
Color information
#DF5C19 (or 0xDF5C19) is known color: Chocolate. HEX triplet: DF, 5C and 19. RGB value is (223,92,25). Sum of RGB (Red+Green+Blue) = 223+92+25=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5C19 is #20A3E6. Grayscale: #7B7B7B. Windows color (decimal): -2139111 or 1662175. OLE color: 1662175.
HSL color Cylindrical-coordinate representation of color #DF5C19: hue angle of 20.3º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF5C19 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 25 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.13 |
| HSL | 20.3º | 0.8% | 0.49% | - |
| HSV(B) | 20.3º | 0.89% | 0.87% | - |
| XYZ | 34.43 | 23.41 | 3.62 | - |
| YUV | 123.53 | 72.4 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 25 | 0 | 0.59 | 0.89 | 0.13 | 20.3 | 0.8 | 0.49 |
| Hex | DF | 5C | 19 | 0 | 3B | 59 | D | 14 | 50 | 31 |
| Octal | 337 | 134 | 31 | 0 | 73 | 131 | 15 | 24 | 120 | 61 |
| Binary | 11011111 | 1011100 | 11001 | 0 | 111011 | 1011001 | 1101 | 10100 | 1010000 | 110001 |
Color Harmonies of #DF5C19
Complementary color
Monochromatic Colors of #DF5C19
Black with #DF5C19
Text Example
Text Example
White with #DF5C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C19; }
p { color: rgb(223,92,25); }
H1.HeaderClassName
{
color: #DF5C19;
}
.AnyTagClassName
{
color: #DF5C19;
}
</style>
background-color css
<style>
a { background-color: #DF5C19; }
a { background-color: rgb(223,92,25); }
div.DivClassName
{
background-color: #DF5C19;
}
.BgClassName
{
background-color: #DF5C19;
}
</style>
border-color css
<style>
span { border-color: #DF5C19; }
span { border-color: rgb(223,92,25); }
td.TdClassName
{
border-color: #DF5C19;
}
.TagClassName
{
border-color: #DF5C19;
}
</style>