Shades of Persimmon #DF5713
Tints of Persimmon #DF5713
RGB
CMYK
RGB Variations
Color information
#DF5713 (or 0xDF5713) is known color: Persimmon. HEX triplet: DF, 57 and 13. RGB value is (223,87,19). Sum of RGB (Red+Green+Blue) = 223+87+19=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5713 is #20A8EC. Grayscale: #787878. Windows color (decimal): -2140397 or 1267679. OLE color: 1267679.
HSL color Cylindrical-coordinate representation of color #DF5713: hue angle of 20º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF5713 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 87 | 19 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.13 |
| HSL | 20º | 0.84% | 0.47% | - |
| HSV(B) | 20º | 0.91% | 0.87% | - |
| XYZ | 33.96 | 22.55 | 3.18 | - |
| YUV | 119.91 | 71.06 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 19 | 0 | 0.61 | 0.91 | 0.13 | 20 | 0.84 | 0.47 |
| Hex | DF | 57 | 13 | 0 | 3D | 5B | D | 14 | 54 | 2F |
| Octal | 337 | 127 | 23 | 0 | 75 | 133 | 15 | 24 | 124 | 57 |
| Binary | 11011111 | 1010111 | 10011 | 0 | 111101 | 1011011 | 1101 | 10100 | 1010100 | 101111 |
Color Harmonies of #DF5713
Complementary color
Monochromatic Colors of #DF5713
Black with #DF5713
Text Example
Text Example
White with #DF5713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5713; }
p { color: rgb(223,87,19); }
H1.HeaderClassName
{
color: #DF5713;
}
.AnyTagClassName
{
color: #DF5713;
}
</style>
background-color css
<style>
a { background-color: #DF5713; }
a { background-color: rgb(223,87,19); }
div.DivClassName
{
background-color: #DF5713;
}
.BgClassName
{
background-color: #DF5713;
}
</style>
border-color css
<style>
span { border-color: #DF5713; }
span { border-color: rgb(223,87,19); }
td.TdClassName
{
border-color: #DF5713;
}
.TagClassName
{
border-color: #DF5713;
}
</style>