Shades of Persimmon #DF4607
Tints of Persimmon #DF4607
RGB
CMYK
RGB Variations
Color information
#DF4607 (or 0xDF4607) is known color: Persimmon. HEX triplet: DF, 46 and 07. RGB value is (223,70,7). Sum of RGB (Red+Green+Blue) = 223+70+7=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4607 is #20B9F8. Grayscale: #6C6C6C. Windows color (decimal): -2144761 or 476895. OLE color: 476895.
HSL color Cylindrical-coordinate representation of color #DF4607: hue angle of 17.5º 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 #DF4607 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 7 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.13 |
| HSL | 17.5º | 0.94% | 0.45% | - |
| HSV(B) | 17.5º | 0.97% | 0.87% | - |
| XYZ | 32.66 | 20.08 | 2.36 | - |
| YUV | 108.57 | 70.69 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 7 | 0 | 0.69 | 0.97 | 0.13 | 17.5 | 0.94 | 0.45 |
| Hex | DF | 46 | 7 | 0 | 45 | 61 | D | 12 | 5E | 2D |
| Octal | 337 | 106 | 7 | 0 | 105 | 141 | 15 | 22 | 136 | 55 |
| Binary | 11011111 | 1000110 | 111 | 0 | 1000101 | 1100001 | 1101 | 10010 | 1011110 | 101101 |
Color Harmonies of #DF4607
Complementary color
Monochromatic Colors of #DF4607
Black with #DF4607
Text Example
Text Example
White with #DF4607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4607; }
p { color: rgb(223,70,7); }
H1.HeaderClassName
{
color: #DF4607;
}
.AnyTagClassName
{
color: #DF4607;
}
</style>
background-color css
<style>
a { background-color: #DF4607; }
a { background-color: rgb(223,70,7); }
div.DivClassName
{
background-color: #DF4607;
}
.BgClassName
{
background-color: #DF4607;
}
</style>
border-color css
<style>
span { border-color: #DF4607; }
span { border-color: rgb(223,70,7); }
td.TdClassName
{
border-color: #DF4607;
}
.TagClassName
{
border-color: #DF4607;
}
</style>