Shades of Persimmon #DF4E12
Tints of Persimmon #DF4E12
RGB
CMYK
RGB Variations
Color information
#DF4E12 (or 0xDF4E12) is known color: Persimmon. HEX triplet: DF, 4E and 12. RGB value is (223,78,18). Sum of RGB (Red+Green+Blue) = 223+78+18=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4E12 is #20B1ED. Grayscale: #727272. Windows color (decimal): -2142702 or 1199839. OLE color: 1199839.
HSL color Cylindrical-coordinate representation of color #DF4E12: hue angle of 17.56º degrees, saturation: 0.85, 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 #DF4E12 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 18 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.13 |
| HSL | 17.56º | 0.85% | 0.47% | - |
| HSV(B) | 17.56º | 0.92% | 0.87% | - |
| XYZ | 33.27 | 21.18 | 2.91 | - |
| YUV | 114.52 | 73.54 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 18 | 0 | 0.65 | 0.92 | 0.13 | 17.56 | 0.85 | 0.47 |
| Hex | DF | 4E | 12 | 0 | 41 | 5C | D | 12 | 55 | 2F |
| Octal | 337 | 116 | 22 | 0 | 101 | 134 | 15 | 22 | 125 | 57 |
| Binary | 11011111 | 1001110 | 10010 | 0 | 1000001 | 1011100 | 1101 | 10010 | 1010101 | 101111 |
Color Harmonies of #DF4E12
Complementary color
Monochromatic Colors of #DF4E12
Black with #DF4E12
Text Example
Text Example
White with #DF4E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4E12; }
p { color: rgb(223,78,18); }
H1.HeaderClassName
{
color: #DF4E12;
}
.AnyTagClassName
{
color: #DF4E12;
}
</style>
background-color css
<style>
a { background-color: #DF4E12; }
a { background-color: rgb(223,78,18); }
div.DivClassName
{
background-color: #DF4E12;
}
.BgClassName
{
background-color: #DF4E12;
}
</style>
border-color css
<style>
span { border-color: #DF4E12; }
span { border-color: rgb(223,78,18); }
td.TdClassName
{
border-color: #DF4E12;
}
.TagClassName
{
border-color: #DF4E12;
}
</style>