Shades of Persimmon #DF5411
Tints of Persimmon #DF5411
RGB
CMYK
RGB Variations
Color information
#DF5411 (or 0xDF5411) is known color: Persimmon. HEX triplet: DF, 54 and 11. RGB value is (223,84,17). Sum of RGB (Red+Green+Blue) = 223+84+17=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5411 is #20ABEE. Grayscale: #767676. Windows color (decimal): -2141167 or 1135839. OLE color: 1135839.
HSL color Cylindrical-coordinate representation of color #DF5411: hue angle of 19.51º 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 #DF5411 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 17 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.13 |
| HSL | 19.51º | 0.86% | 0.47% | - |
| HSV(B) | 19.51º | 0.92% | 0.87% | - |
| XYZ | 33.7 | 22.07 | 3.01 | - |
| YUV | 117.92 | 71.05 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 17 | 0 | 0.62 | 0.92 | 0.13 | 19.51 | 0.86 | 0.47 |
| Hex | DF | 54 | 11 | 0 | 3E | 5C | D | 14 | 56 | 2F |
| Octal | 337 | 124 | 21 | 0 | 76 | 134 | 15 | 24 | 126 | 57 |
| Binary | 11011111 | 1010100 | 10001 | 0 | 111110 | 1011100 | 1101 | 10100 | 1010110 | 101111 |
Color Harmonies of #DF5411
Complementary color
Monochromatic Colors of #DF5411
Black with #DF5411
Text Example
Text Example
White with #DF5411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5411; }
p { color: rgb(223,84,17); }
H1.HeaderClassName
{
color: #DF5411;
}
.AnyTagClassName
{
color: #DF5411;
}
</style>
background-color css
<style>
a { background-color: #DF5411; }
a { background-color: rgb(223,84,17); }
div.DivClassName
{
background-color: #DF5411;
}
.BgClassName
{
background-color: #DF5411;
}
</style>
border-color css
<style>
span { border-color: #DF5411; }
span { border-color: rgb(223,84,17); }
td.TdClassName
{
border-color: #DF5411;
}
.TagClassName
{
border-color: #DF5411;
}
</style>