Shades of Persimmon #DF5016
Tints of Persimmon #DF5016
RGB
CMYK
RGB Variations
Color information
#DF5016 (or 0xDF5016) is known color: Persimmon. HEX triplet: DF, 50 and 16. RGB value is (223,80,22). Sum of RGB (Red+Green+Blue) = 223+80+22=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5016 is #20AFE9. Grayscale: #747474. Windows color (decimal): -2142186 or 1462495. OLE color: 1462495.
HSL color Cylindrical-coordinate representation of color #DF5016: hue angle of 17.31º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF5016 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 22 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.13 |
| HSL | 17.31º | 0.82% | 0.48% | - |
| HSV(B) | 17.31º | 0.9% | 0.87% | - |
| XYZ | 33.44 | 21.48 | 3.14 | - |
| YUV | 116.15 | 74.88 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 22 | 0 | 0.64 | 0.90 | 0.13 | 17.31 | 0.82 | 0.48 |
| Hex | DF | 50 | 16 | 0 | 40 | 5A | D | 11 | 52 | 30 |
| Octal | 337 | 120 | 26 | 0 | 100 | 132 | 15 | 21 | 122 | 60 |
| Binary | 11011111 | 1010000 | 10110 | 0 | 1000000 | 1011010 | 1101 | 10001 | 1010010 | 110000 |
Color Harmonies of #DF5016
Complementary color
Monochromatic Colors of #DF5016
Black with #DF5016
Text Example
Text Example
White with #DF5016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5016; }
p { color: rgb(223,80,22); }
H1.HeaderClassName
{
color: #DF5016;
}
.AnyTagClassName
{
color: #DF5016;
}
</style>
background-color css
<style>
a { background-color: #DF5016; }
a { background-color: rgb(223,80,22); }
div.DivClassName
{
background-color: #DF5016;
}
.BgClassName
{
background-color: #DF5016;
}
</style>
border-color css
<style>
span { border-color: #DF5016; }
span { border-color: rgb(223,80,22); }
td.TdClassName
{
border-color: #DF5016;
}
.TagClassName
{
border-color: #DF5016;
}
</style>