Shades of Persimmon #DF5413
Tints of Persimmon #DF5413
RGB
CMYK
RGB Variations
Color information
#DF5413 (or 0xDF5413) is known color: Persimmon. HEX triplet: DF, 54 and 13. RGB value is (223,84,19). Sum of RGB (Red+Green+Blue) = 223+84+19=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5413 is #20ABEC. Grayscale: #767676. Windows color (decimal): -2141165 or 1266911. OLE color: 1266911.
HSL color Cylindrical-coordinate representation of color #DF5413: hue angle of 19.12º 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 #DF5413 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 19 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.13 |
| HSL | 19.12º | 0.84% | 0.47% | - |
| HSV(B) | 19.12º | 0.91% | 0.87% | - |
| XYZ | 33.72 | 22.08 | 3.1 | - |
| YUV | 118.15 | 72.05 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 19 | 0 | 0.62 | 0.91 | 0.13 | 19.12 | 0.84 | 0.47 |
| Hex | DF | 54 | 13 | 0 | 3E | 5B | D | 13 | 54 | 2F |
| Octal | 337 | 124 | 23 | 0 | 76 | 133 | 15 | 23 | 124 | 57 |
| Binary | 11011111 | 1010100 | 10011 | 0 | 111110 | 1011011 | 1101 | 10011 | 1010100 | 101111 |
Color Harmonies of #DF5413
Complementary color
Monochromatic Colors of #DF5413
Black with #DF5413
Text Example
Text Example
White with #DF5413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5413; }
p { color: rgb(223,84,19); }
H1.HeaderClassName
{
color: #DF5413;
}
.AnyTagClassName
{
color: #DF5413;
}
</style>
background-color css
<style>
a { background-color: #DF5413; }
a { background-color: rgb(223,84,19); }
div.DivClassName
{
background-color: #DF5413;
}
.BgClassName
{
background-color: #DF5413;
}
</style>
border-color css
<style>
span { border-color: #DF5413; }
span { border-color: rgb(223,84,19); }
td.TdClassName
{
border-color: #DF5413;
}
.TagClassName
{
border-color: #DF5413;
}
</style>