Shades of Persimmon #DF5C11
Tints of Persimmon #DF5C11
RGB
CMYK
RGB Variations
Color information
#DF5C11 (or 0xDF5C11) is known color: Persimmon. HEX triplet: DF, 5C and 11. RGB value is (223,92,17). Sum of RGB (Red+Green+Blue) = 223+92+17=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5C11 is #20A3EE. Grayscale: #7B7B7B. Windows color (decimal): -2139119 or 1137887. OLE color: 1137887.
HSL color Cylindrical-coordinate representation of color #DF5C11: hue angle of 21.84º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF5C11 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 17 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.13 |
| HSL | 21.84º | 0.86% | 0.47% | - |
| HSV(B) | 21.84º | 0.92% | 0.87% | - |
| XYZ | 34.36 | 23.38 | 3.23 | - |
| YUV | 122.62 | 68.4 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 17 | 0 | 0.59 | 0.92 | 0.13 | 21.84 | 0.86 | 0.47 |
| Hex | DF | 5C | 11 | 0 | 3B | 5C | D | 16 | 56 | 2F |
| Octal | 337 | 134 | 21 | 0 | 73 | 134 | 15 | 26 | 126 | 57 |
| Binary | 11011111 | 1011100 | 10001 | 0 | 111011 | 1011100 | 1101 | 10110 | 1010110 | 101111 |
Color Harmonies of #DF5C11
Complementary color
Monochromatic Colors of #DF5C11
Black with #DF5C11
Text Example
Text Example
White with #DF5C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C11; }
p { color: rgb(223,92,17); }
H1.HeaderClassName
{
color: #DF5C11;
}
.AnyTagClassName
{
color: #DF5C11;
}
</style>
background-color css
<style>
a { background-color: #DF5C11; }
a { background-color: rgb(223,92,17); }
div.DivClassName
{
background-color: #DF5C11;
}
.BgClassName
{
background-color: #DF5C11;
}
</style>
border-color css
<style>
span { border-color: #DF5C11; }
span { border-color: rgb(223,92,17); }
td.TdClassName
{
border-color: #DF5C11;
}
.TagClassName
{
border-color: #DF5C11;
}
</style>