Shades of Persimmon #DF4E17
Tints of Persimmon #DF4E17
RGB
CMYK
RGB Variations
Color information
#DF4E17 (or 0xDF4E17) is known color: Persimmon. HEX triplet: DF, 4E and 17. RGB value is (223,78,23). Sum of RGB (Red+Green+Blue) = 223+78+23=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4E17 is #20B1E8. Grayscale: #737373. Windows color (decimal): -2142697 or 1527519. OLE color: 1527519.
HSL color Cylindrical-coordinate representation of color #DF4E17: hue angle of 16.5º degrees, saturation: 0.81, 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 #DF4E17 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 23 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.13 |
| HSL | 16.5º | 0.81% | 0.48% | - |
| HSV(B) | 16.5º | 0.9% | 0.87% | - |
| XYZ | 33.31 | 21.2 | 3.15 | - |
| YUV | 115.09 | 76.04 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 23 | 0 | 0.65 | 0.90 | 0.13 | 16.5 | 0.81 | 0.48 |
| Hex | DF | 4E | 17 | 0 | 41 | 5A | D | 10 | 51 | 30 |
| Octal | 337 | 116 | 27 | 0 | 101 | 132 | 15 | 20 | 121 | 60 |
| Binary | 11011111 | 1001110 | 10111 | 0 | 1000001 | 1011010 | 1101 | 10000 | 1010001 | 110000 |
Color Harmonies of #DF4E17
Complementary color
Monochromatic Colors of #DF4E17
Black with #DF4E17
Text Example
Text Example
White with #DF4E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4E17; }
p { color: rgb(223,78,23); }
H1.HeaderClassName
{
color: #DF4E17;
}
.AnyTagClassName
{
color: #DF4E17;
}
</style>
background-color css
<style>
a { background-color: #DF4E17; }
a { background-color: rgb(223,78,23); }
div.DivClassName
{
background-color: #DF4E17;
}
.BgClassName
{
background-color: #DF4E17;
}
</style>
border-color css
<style>
span { border-color: #DF4E17; }
span { border-color: rgb(223,78,23); }
td.TdClassName
{
border-color: #DF4E17;
}
.TagClassName
{
border-color: #DF4E17;
}
</style>