Shades of Persimmon #DF590F
Tints of Persimmon #DF590F
RGB
CMYK
RGB Variations
Color information
#DF590F (or 0xDF590F) is known color: Persimmon. HEX triplet: DF, 59 and 0F. RGB value is (223,89,15). Sum of RGB (Red+Green+Blue) = 223+89+15=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF590F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF590F is #20A6F0. Grayscale: #797979. Windows color (decimal): -2139889 or 1006047. OLE color: 1006047.
HSL color Cylindrical-coordinate representation of color #DF590F: hue angle of 21.35º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF590F is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 15 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.13 |
| HSL | 21.35º | 0.87% | 0.47% | - |
| HSV(B) | 21.35º | 0.93% | 0.87% | - |
| XYZ | 34.09 | 22.87 | 3.07 | - |
| YUV | 120.63 | 68.39 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 15 | 0 | 0.60 | 0.93 | 0.13 | 21.35 | 0.87 | 0.47 |
| Hex | DF | 59 | F | 0 | 3C | 5D | D | 15 | 57 | 2F |
| Octal | 337 | 131 | 17 | 0 | 74 | 135 | 15 | 25 | 127 | 57 |
| Binary | 11011111 | 1011001 | 1111 | 0 | 111100 | 1011101 | 1101 | 10101 | 1010111 | 101111 |
Color Harmonies of #DF590F
Complementary color
Monochromatic Colors of #DF590F
Black with #DF590F
Text Example
Text Example
White with #DF590F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF590F; }
p { color: rgb(223,89,15); }
H1.HeaderClassName
{
color: #DF590F;
}
.AnyTagClassName
{
color: #DF590F;
}
</style>
background-color css
<style>
a { background-color: #DF590F; }
a { background-color: rgb(223,89,15); }
div.DivClassName
{
background-color: #DF590F;
}
.BgClassName
{
background-color: #DF590F;
}
</style>
border-color css
<style>
span { border-color: #DF590F; }
span { border-color: rgb(223,89,15); }
td.TdClassName
{
border-color: #DF590F;
}
.TagClassName
{
border-color: #DF590F;
}
</style>