Shades of Persimmon #DF5013
Tints of Persimmon #DF5013
RGB
CMYK
RGB Variations
Color information
#DF5013 (or 0xDF5013) is known color: Persimmon. HEX triplet: DF, 50 and 13. RGB value is (223,80,19). Sum of RGB (Red+Green+Blue) = 223+80+19=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5013 is #20AFEC. Grayscale: #747474. Windows color (decimal): -2142189 or 1265887. OLE color: 1265887.
HSL color Cylindrical-coordinate representation of color #DF5013: hue angle of 17.94º 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 #DF5013 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 19 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.13 |
| HSL | 17.94º | 0.84% | 0.47% | - |
| HSV(B) | 17.94º | 0.91% | 0.87% | - |
| XYZ | 33.42 | 21.47 | 3 | - |
| YUV | 115.8 | 73.38 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 19 | 0 | 0.64 | 0.91 | 0.13 | 17.94 | 0.84 | 0.47 |
| Hex | DF | 50 | 13 | 0 | 40 | 5B | D | 12 | 54 | 2F |
| Octal | 337 | 120 | 23 | 0 | 100 | 133 | 15 | 22 | 124 | 57 |
| Binary | 11011111 | 1010000 | 10011 | 0 | 1000000 | 1011011 | 1101 | 10010 | 1010100 | 101111 |
Color Harmonies of #DF5013
Complementary color
Monochromatic Colors of #DF5013
Black with #DF5013
Text Example
Text Example
White with #DF5013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5013; }
p { color: rgb(223,80,19); }
H1.HeaderClassName
{
color: #DF5013;
}
.AnyTagClassName
{
color: #DF5013;
}
</style>
background-color css
<style>
a { background-color: #DF5013; }
a { background-color: rgb(223,80,19); }
div.DivClassName
{
background-color: #DF5013;
}
.BgClassName
{
background-color: #DF5013;
}
</style>
border-color css
<style>
span { border-color: #DF5013; }
span { border-color: rgb(223,80,19); }
td.TdClassName
{
border-color: #DF5013;
}
.TagClassName
{
border-color: #DF5013;
}
</style>