Shades of Persimmon #DF4407
Tints of Persimmon #DF4407
RGB
CMYK
RGB Variations
Color information
#DF4407 (or 0xDF4407) is known color: Persimmon. HEX triplet: DF, 44 and 07. RGB value is (223,68,7). Sum of RGB (Red+Green+Blue) = 223+68+7=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 7 (3.12% from 255 or 2.35% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4407 is #20BBF8. Grayscale: #6B6B6B. Windows color (decimal): -2145273 or 476383. OLE color: 476383.
HSL color Cylindrical-coordinate representation of color #DF4407: hue angle of 16.94º 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 #DF4407 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 7 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.13 |
| HSL | 16.94º | 0.94% | 0.45% | - |
| HSV(B) | 16.94º | 0.97% | 0.87% | - |
| XYZ | 32.54 | 19.84 | 2.32 | - |
| YUV | 107.39 | 71.35 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 7 | 0 | 0.70 | 0.97 | 0.13 | 16.94 | 0.94 | 0.45 |
| Hex | DF | 44 | 7 | 0 | 46 | 61 | D | 11 | 5E | 2D |
| Octal | 337 | 104 | 7 | 0 | 106 | 141 | 15 | 21 | 136 | 55 |
| Binary | 11011111 | 1000100 | 111 | 0 | 1000110 | 1100001 | 1101 | 10001 | 1011110 | 101101 |
Color Harmonies of #DF4407
Complementary color
Monochromatic Colors of #DF4407
Black with #DF4407
Text Example
Text Example
White with #DF4407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4407; }
p { color: rgb(223,68,7); }
H1.HeaderClassName
{
color: #DF4407;
}
.AnyTagClassName
{
color: #DF4407;
}
</style>
background-color css
<style>
a { background-color: #DF4407; }
a { background-color: rgb(223,68,7); }
div.DivClassName
{
background-color: #DF4407;
}
.BgClassName
{
background-color: #DF4407;
}
</style>
border-color css
<style>
span { border-color: #DF4407; }
span { border-color: rgb(223,68,7); }
td.TdClassName
{
border-color: #DF4407;
}
.TagClassName
{
border-color: #DF4407;
}
</style>