Shades of Persimmon #DF580E
Tints of Persimmon #DF580E
RGB
CMYK
RGB Variations
Color information
#DF580E (or 0xDF580E) is known color: Persimmon. HEX triplet: DF, 58 and 0E. RGB value is (223,88,14). Sum of RGB (Red+Green+Blue) = 223+88+14=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF580E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF580E is #20A7F1. Grayscale: #787878. Windows color (decimal): -2140146 or 940255. OLE color: 940255.
HSL color Cylindrical-coordinate representation of color #DF580E: hue angle of 21.24º 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 #DF580E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 14 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.13 |
| HSL | 21.24º | 0.88% | 0.46% | - |
| HSV(B) | 21.24º | 0.94% | 0.87% | - |
| XYZ | 34 | 22.7 | 3 | - |
| YUV | 119.93 | 68.23 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 14 | 0 | 0.61 | 0.94 | 0.13 | 21.24 | 0.88 | 0.46 |
| Hex | DF | 58 | E | 0 | 3D | 5E | D | 15 | 58 | 2E |
| Octal | 337 | 130 | 16 | 0 | 75 | 136 | 15 | 25 | 130 | 56 |
| Binary | 11011111 | 1011000 | 1110 | 0 | 111101 | 1011110 | 1101 | 10101 | 1011000 | 101110 |
Color Harmonies of #DF580E
Complementary color
Monochromatic Colors of #DF580E
Black with #DF580E
Text Example
Text Example
White with #DF580E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF580E; }
p { color: rgb(223,88,14); }
H1.HeaderClassName
{
color: #DF580E;
}
.AnyTagClassName
{
color: #DF580E;
}
</style>
background-color css
<style>
a { background-color: #DF580E; }
a { background-color: rgb(223,88,14); }
div.DivClassName
{
background-color: #DF580E;
}
.BgClassName
{
background-color: #DF580E;
}
</style>
border-color css
<style>
span { border-color: #DF580E; }
span { border-color: rgb(223,88,14); }
td.TdClassName
{
border-color: #DF580E;
}
.TagClassName
{
border-color: #DF580E;
}
</style>