Shades of Persimmon #DF4807
Tints of Persimmon #DF4807
RGB
CMYK
RGB Variations
Color information
#DF4807 (or 0xDF4807) is known color: Persimmon. HEX triplet: DF, 48 and 07. RGB value is (223,72,7). Sum of RGB (Red+Green+Blue) = 223+72+7=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 7 (3.12% from 255 or 2.32% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4807 is #20B7F8. Grayscale: #6E6E6E. Windows color (decimal): -2144249 or 477407. OLE color: 477407.
HSL color Cylindrical-coordinate representation of color #DF4807: hue angle of 18.06º 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 #DF4807 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 7 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.13 |
| HSL | 18.06º | 0.94% | 0.45% | - |
| HSV(B) | 18.06º | 0.97% | 0.87% | - |
| XYZ | 32.79 | 20.34 | 2.4 | - |
| YUV | 109.74 | 70.03 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 7 | 0 | 0.68 | 0.97 | 0.13 | 18.06 | 0.94 | 0.45 |
| Hex | DF | 48 | 7 | 0 | 44 | 61 | D | 12 | 5E | 2D |
| Octal | 337 | 110 | 7 | 0 | 104 | 141 | 15 | 22 | 136 | 55 |
| Binary | 11011111 | 1001000 | 111 | 0 | 1000100 | 1100001 | 1101 | 10010 | 1011110 | 101101 |
Color Harmonies of #DF4807
Complementary color
Monochromatic Colors of #DF4807
Black with #DF4807
Text Example
Text Example
White with #DF4807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4807; }
p { color: rgb(223,72,7); }
H1.HeaderClassName
{
color: #DF4807;
}
.AnyTagClassName
{
color: #DF4807;
}
</style>
background-color css
<style>
a { background-color: #DF4807; }
a { background-color: rgb(223,72,7); }
div.DivClassName
{
background-color: #DF4807;
}
.BgClassName
{
background-color: #DF4807;
}
</style>
border-color css
<style>
span { border-color: #DF4807; }
span { border-color: rgb(223,72,7); }
td.TdClassName
{
border-color: #DF4807;
}
.TagClassName
{
border-color: #DF4807;
}
</style>