Shades of Persimmon #DF5814
Tints of Persimmon #DF5814
RGB
CMYK
RGB Variations
Color information
#DF5814 (or 0xDF5814) is known color: Persimmon. HEX triplet: DF, 58 and 14. RGB value is (223,88,20). Sum of RGB (Red+Green+Blue) = 223+88+20=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5814 is #20A7EB. Grayscale: #797979. Windows color (decimal): -2140140 or 1333471. OLE color: 1333471.
HSL color Cylindrical-coordinate representation of color #DF5814: hue angle of 20.1º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF5814 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 20 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.13 |
| HSL | 20.1º | 0.84% | 0.48% | - |
| HSV(B) | 20.1º | 0.91% | 0.87% | - |
| XYZ | 34.05 | 22.72 | 3.25 | - |
| YUV | 120.61 | 71.23 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 20 | 0 | 0.61 | 0.91 | 0.13 | 20.1 | 0.84 | 0.48 |
| Hex | DF | 58 | 14 | 0 | 3D | 5B | D | 14 | 54 | 30 |
| Octal | 337 | 130 | 24 | 0 | 75 | 133 | 15 | 24 | 124 | 60 |
| Binary | 11011111 | 1011000 | 10100 | 0 | 111101 | 1011011 | 1101 | 10100 | 1010100 | 110000 |
Color Harmonies of #DF5814
Complementary color
Monochromatic Colors of #DF5814
Black with #DF5814
Text Example
Text Example
White with #DF5814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5814; }
p { color: rgb(223,88,20); }
H1.HeaderClassName
{
color: #DF5814;
}
.AnyTagClassName
{
color: #DF5814;
}
</style>
background-color css
<style>
a { background-color: #DF5814; }
a { background-color: rgb(223,88,20); }
div.DivClassName
{
background-color: #DF5814;
}
.BgClassName
{
background-color: #DF5814;
}
</style>
border-color css
<style>
span { border-color: #DF5814; }
span { border-color: rgb(223,88,20); }
td.TdClassName
{
border-color: #DF5814;
}
.TagClassName
{
border-color: #DF5814;
}
</style>