Shades of Persimmon #DF4E16
Tints of Persimmon #DF4E16
RGB
CMYK
RGB Variations
Color information
#DF4E16 (or 0xDF4E16) is known color: Persimmon. HEX triplet: DF, 4E and 16. RGB value is (223,78,22). Sum of RGB (Red+Green+Blue) = 223+78+22=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4E16 is #20B1E9. Grayscale: #737373. Windows color (decimal): -2142698 or 1461983. OLE color: 1461983.
HSL color Cylindrical-coordinate representation of color #DF4E16: hue angle of 16.72º 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 #DF4E16 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 22 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.13 |
| HSL | 16.72º | 0.82% | 0.48% | - |
| HSV(B) | 16.72º | 0.9% | 0.87% | - |
| XYZ | 33.3 | 21.19 | 3.09 | - |
| YUV | 114.97 | 75.54 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 22 | 0 | 0.65 | 0.90 | 0.13 | 16.72 | 0.82 | 0.48 |
| Hex | DF | 4E | 16 | 0 | 41 | 5A | D | 11 | 52 | 30 |
| Octal | 337 | 116 | 26 | 0 | 101 | 132 | 15 | 21 | 122 | 60 |
| Binary | 11011111 | 1001110 | 10110 | 0 | 1000001 | 1011010 | 1101 | 10001 | 1010010 | 110000 |
Color Harmonies of #DF4E16
Complementary color
Monochromatic Colors of #DF4E16
Black with #DF4E16
Text Example
Text Example
White with #DF4E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4E16; }
p { color: rgb(223,78,22); }
H1.HeaderClassName
{
color: #DF4E16;
}
.AnyTagClassName
{
color: #DF4E16;
}
</style>
background-color css
<style>
a { background-color: #DF4E16; }
a { background-color: rgb(223,78,22); }
div.DivClassName
{
background-color: #DF4E16;
}
.BgClassName
{
background-color: #DF4E16;
}
</style>
border-color css
<style>
span { border-color: #DF4E16; }
span { border-color: rgb(223,78,22); }
td.TdClassName
{
border-color: #DF4E16;
}
.TagClassName
{
border-color: #DF4E16;
}
</style>