Shades of Persimmon #DF4E07
Tints of Persimmon #DF4E07
RGB
CMYK
RGB Variations
Color information
#DF4E07 (or 0xDF4E07) is known color: Persimmon. HEX triplet: DF, 4E and 07. RGB value is (223,78,7). Sum of RGB (Red+Green+Blue) = 223+78+7=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4E07 is #20B1F8. Grayscale: #717171. Windows color (decimal): -2142713 or 478943. OLE color: 478943.
HSL color Cylindrical-coordinate representation of color #DF4E07: hue angle of 19.72º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF4E07 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 7 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.13 |
| HSL | 19.72º | 0.94% | 0.45% | - |
| HSV(B) | 19.72º | 0.97% | 0.87% | - |
| XYZ | 33.19 | 21.15 | 2.53 | - |
| YUV | 113.26 | 68.04 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 7 | 0 | 0.65 | 0.97 | 0.13 | 19.72 | 0.94 | 0.45 |
| Hex | DF | 4E | 7 | 0 | 41 | 61 | D | 14 | 5E | 2D |
| Octal | 337 | 116 | 7 | 0 | 101 | 141 | 15 | 24 | 136 | 55 |
| Binary | 11011111 | 1001110 | 111 | 0 | 1000001 | 1100001 | 1101 | 10100 | 1011110 | 101101 |
Color Harmonies of #DF4E07
Complementary color
Monochromatic Colors of #DF4E07
Black with #DF4E07
Text Example
Text Example
White with #DF4E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4E07; }
p { color: rgb(223,78,7); }
H1.HeaderClassName
{
color: #DF4E07;
}
.AnyTagClassName
{
color: #DF4E07;
}
</style>
background-color css
<style>
a { background-color: #DF4E07; }
a { background-color: rgb(223,78,7); }
div.DivClassName
{
background-color: #DF4E07;
}
.BgClassName
{
background-color: #DF4E07;
}
</style>
border-color css
<style>
span { border-color: #DF4E07; }
span { border-color: rgb(223,78,7); }
td.TdClassName
{
border-color: #DF4E07;
}
.TagClassName
{
border-color: #DF4E07;
}
</style>