Shades of Persimmon #DF570E
Tints of Persimmon #DF570E
RGB
CMYK
RGB Variations
Color information
#DF570E (or 0xDF570E) is known color: Persimmon. HEX triplet: DF, 57 and 0E. RGB value is (223,87,14). Sum of RGB (Red+Green+Blue) = 223+87+14=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF570E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF570E is #20A8F1. Grayscale: #777777. Windows color (decimal): -2140402 or 939999. OLE color: 939999.
HSL color Cylindrical-coordinate representation of color #DF570E: hue angle of 20.96º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF570E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 87 | 14 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.13 |
| HSL | 20.96º | 0.88% | 0.46% | - |
| HSV(B) | 20.96º | 0.94% | 0.87% | - |
| XYZ | 33.92 | 22.54 | 2.98 | - |
| YUV | 119.34 | 68.56 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 14 | 0 | 0.61 | 0.94 | 0.13 | 20.96 | 0.88 | 0.46 |
| Hex | DF | 57 | E | 0 | 3D | 5E | D | 15 | 58 | 2E |
| Octal | 337 | 127 | 16 | 0 | 75 | 136 | 15 | 25 | 130 | 56 |
| Binary | 11011111 | 1010111 | 1110 | 0 | 111101 | 1011110 | 1101 | 10101 | 1011000 | 101110 |
Color Harmonies of #DF570E
Complementary color
Monochromatic Colors of #DF570E
Black with #DF570E
Text Example
Text Example
White with #DF570E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF570E; }
p { color: rgb(223,87,14); }
H1.HeaderClassName
{
color: #DF570E;
}
.AnyTagClassName
{
color: #DF570E;
}
</style>
background-color css
<style>
a { background-color: #DF570E; }
a { background-color: rgb(223,87,14); }
div.DivClassName
{
background-color: #DF570E;
}
.BgClassName
{
background-color: #DF570E;
}
</style>
border-color css
<style>
span { border-color: #DF570E; }
span { border-color: rgb(223,87,14); }
td.TdClassName
{
border-color: #DF570E;
}
.TagClassName
{
border-color: #DF570E;
}
</style>