Shades of Persimmon #DF4E0A
Tints of Persimmon #DF4E0A
RGB
CMYK
RGB Variations
Color information
#DF4E0A (or 0xDF4E0A) is known color: Persimmon. HEX triplet: DF, 4E and 0A. RGB value is (223,78,10). Sum of RGB (Red+Green+Blue) = 223+78+10=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4E0A is #20B1F5. Grayscale: #727272. Windows color (decimal): -2142710 or 675551. OLE color: 675551.
HSL color Cylindrical-coordinate representation of color #DF4E0A: hue angle of 19.15º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF4E0A is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 10 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.13 |
| HSL | 19.15º | 0.91% | 0.46% | - |
| HSV(B) | 19.15º | 0.96% | 0.87% | - |
| XYZ | 33.21 | 21.16 | 2.62 | - |
| YUV | 113.6 | 69.54 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 10 | 0 | 0.65 | 0.96 | 0.13 | 19.15 | 0.91 | 0.46 |
| Hex | DF | 4E | A | 0 | 41 | 60 | D | 13 | 5B | 2E |
| Octal | 337 | 116 | 12 | 0 | 101 | 140 | 15 | 23 | 133 | 56 |
| Binary | 11011111 | 1001110 | 1010 | 0 | 1000001 | 1100000 | 1101 | 10011 | 1011011 | 101110 |
Color Harmonies of #DF4E0A
Complementary color
Monochromatic Colors of #DF4E0A
Black with #DF4E0A
Text Example
Text Example
White with #DF4E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4E0A; }
p { color: rgb(223,78,10); }
H1.HeaderClassName
{
color: #DF4E0A;
}
.AnyTagClassName
{
color: #DF4E0A;
}
</style>
background-color css
<style>
a { background-color: #DF4E0A; }
a { background-color: rgb(223,78,10); }
div.DivClassName
{
background-color: #DF4E0A;
}
.BgClassName
{
background-color: #DF4E0A;
}
</style>
border-color css
<style>
span { border-color: #DF4E0A; }
span { border-color: rgb(223,78,10); }
td.TdClassName
{
border-color: #DF4E0A;
}
.TagClassName
{
border-color: #DF4E0A;
}
</style>