Shades of Persimmon #DF590C
Tints of Persimmon #DF590C
RGB
CMYK
RGB Variations
Color information
#DF590C (or 0xDF590C) is known color: Persimmon. HEX triplet: DF, 59 and 0C. RGB value is (223,89,12). Sum of RGB (Red+Green+Blue) = 223+89+12=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF590C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF590C is #20A6F3. Grayscale: #787878. Windows color (decimal): -2139892 or 809439. OLE color: 809439.
HSL color Cylindrical-coordinate representation of color #DF590C: hue angle of 21.9º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF590C is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 12 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.13 |
| HSL | 21.9º | 0.9% | 0.46% | - |
| HSV(B) | 21.9º | 0.95% | 0.87% | - |
| XYZ | 34.07 | 22.86 | 2.96 | - |
| YUV | 120.29 | 66.89 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 12 | 0 | 0.60 | 0.95 | 0.13 | 21.9 | 0.9 | 0.46 |
| Hex | DF | 59 | C | 0 | 3C | 5F | D | 16 | 5A | 2E |
| Octal | 337 | 131 | 14 | 0 | 74 | 137 | 15 | 26 | 132 | 56 |
| Binary | 11011111 | 1011001 | 1100 | 0 | 111100 | 1011111 | 1101 | 10110 | 1011010 | 101110 |
Color Harmonies of #DF590C
Complementary color
Monochromatic Colors of #DF590C
Black with #DF590C
Text Example
Text Example
White with #DF590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF590C; }
p { color: rgb(223,89,12); }
H1.HeaderClassName
{
color: #DF590C;
}
.AnyTagClassName
{
color: #DF590C;
}
</style>
background-color css
<style>
a { background-color: #DF590C; }
a { background-color: rgb(223,89,12); }
div.DivClassName
{
background-color: #DF590C;
}
.BgClassName
{
background-color: #DF590C;
}
</style>
border-color css
<style>
span { border-color: #DF590C; }
span { border-color: rgb(223,89,12); }
td.TdClassName
{
border-color: #DF590C;
}
.TagClassName
{
border-color: #DF590C;
}
</style>