Shades of Persimmon #DF4E00
Tints of Persimmon #DF4E00
RGB
CMYK
RGB Variations
Color information
#DF4E00 (or 0xDF4E00) is known color: Persimmon. HEX triplet: DF, 4E and 00. RGB value is (223,78,0). Sum of RGB (Red+Green+Blue) = 223+78+0=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4E00 is #20B1FF. Grayscale: #707070. Windows color (decimal): -2142720 or 20191. OLE color: 20191.
HSL color Cylindrical-coordinate representation of color #DF4E00: hue angle of 20.99º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF4E00 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.13 |
| HSL | 20.99º | 1% | 0.44% | - |
| HSV(B) | 20.99º | 1% | 0.87% | - |
| XYZ | 33.16 | 21.14 | 2.33 | - |
| YUV | 112.46 | 64.54 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 0 | 0 | 0.65 | 1 | 0.13 | 20.99 | 1 | 0.44 |
| Hex | DF | 4E | 0 | 0 | 41 | 64 | D | 15 | 64 | 2C |
| Octal | 337 | 116 | 0 | 0 | 101 | 144 | 15 | 25 | 144 | 54 |
| Binary | 11011111 | 1001110 | 0 | 0 | 1000001 | 1100100 | 1101 | 10101 | 1100100 | 101100 |
Color Harmonies of #DF4E00
Complementary color
Monochromatic Colors of #DF4E00
Black with #DF4E00
Text Example
Text Example
White with #DF4E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4E00; }
p { color: rgb(223,78,0); }
H1.HeaderClassName
{
color: #DF4E00;
}
.AnyTagClassName
{
color: #DF4E00;
}
</style>
background-color css
<style>
a { background-color: #DF4E00; }
a { background-color: rgb(223,78,0); }
div.DivClassName
{
background-color: #DF4E00;
}
.BgClassName
{
background-color: #DF4E00;
}
</style>
border-color css
<style>
span { border-color: #DF4E00; }
span { border-color: rgb(223,78,0); }
td.TdClassName
{
border-color: #DF4E00;
}
.TagClassName
{
border-color: #DF4E00;
}
</style>