Shades of Persimmon #DF5810
Tints of Persimmon #DF5810
RGB
CMYK
RGB Variations
Color information
#DF5810 (or 0xDF5810) is known color: Persimmon. HEX triplet: DF, 58 and 10. RGB value is (223,88,16). Sum of RGB (Red+Green+Blue) = 223+88+16=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5810 is #20A7EF. Grayscale: #787878. Windows color (decimal): -2140144 or 1071327. OLE color: 1071327.
HSL color Cylindrical-coordinate representation of color #DF5810: hue angle of 20.87º 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 #DF5810 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 16 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.13 |
| HSL | 20.87º | 0.87% | 0.47% | - |
| HSV(B) | 20.87º | 0.93% | 0.87% | - |
| XYZ | 34.01 | 22.7 | 3.08 | - |
| YUV | 120.16 | 69.23 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 16 | 0 | 0.61 | 0.93 | 0.13 | 20.87 | 0.87 | 0.47 |
| Hex | DF | 58 | 10 | 0 | 3D | 5D | D | 15 | 57 | 2F |
| Octal | 337 | 130 | 20 | 0 | 75 | 135 | 15 | 25 | 127 | 57 |
| Binary | 11011111 | 1011000 | 10000 | 0 | 111101 | 1011101 | 1101 | 10101 | 1010111 | 101111 |
Color Harmonies of #DF5810
Complementary color
Monochromatic Colors of #DF5810
Black with #DF5810
Text Example
Text Example
White with #DF5810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5810; }
p { color: rgb(223,88,16); }
H1.HeaderClassName
{
color: #DF5810;
}
.AnyTagClassName
{
color: #DF5810;
}
</style>
background-color css
<style>
a { background-color: #DF5810; }
a { background-color: rgb(223,88,16); }
div.DivClassName
{
background-color: #DF5810;
}
.BgClassName
{
background-color: #DF5810;
}
</style>
border-color css
<style>
span { border-color: #DF5810; }
span { border-color: rgb(223,88,16); }
td.TdClassName
{
border-color: #DF5810;
}
.TagClassName
{
border-color: #DF5810;
}
</style>