Shades of Persimmon #DF4707
Tints of Persimmon #DF4707
RGB
CMYK
RGB Variations
Color information
#DF4707 (or 0xDF4707) is known color: Persimmon. HEX triplet: DF, 47 and 07. RGB value is (223,71,7). Sum of RGB (Red+Green+Blue) = 223+71+7=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4707 is #20B8F8. Grayscale: #6D6D6D. Windows color (decimal): -2144505 or 477151. OLE color: 477151.
HSL color Cylindrical-coordinate representation of color #DF4707: hue angle of 17.78º 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 #DF4707 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 7 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.13 |
| HSL | 17.78º | 0.94% | 0.45% | - |
| HSV(B) | 17.78º | 0.97% | 0.87% | - |
| XYZ | 32.72 | 20.21 | 2.38 | - |
| YUV | 109.15 | 70.36 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 7 | 0 | 0.68 | 0.97 | 0.13 | 17.78 | 0.94 | 0.45 |
| Hex | DF | 47 | 7 | 0 | 44 | 61 | D | 12 | 5E | 2D |
| Octal | 337 | 107 | 7 | 0 | 104 | 141 | 15 | 22 | 136 | 55 |
| Binary | 11011111 | 1000111 | 111 | 0 | 1000100 | 1100001 | 1101 | 10010 | 1011110 | 101101 |
Color Harmonies of #DF4707
Complementary color
Monochromatic Colors of #DF4707
Black with #DF4707
Text Example
Text Example
White with #DF4707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4707; }
p { color: rgb(223,71,7); }
H1.HeaderClassName
{
color: #DF4707;
}
.AnyTagClassName
{
color: #DF4707;
}
</style>
background-color css
<style>
a { background-color: #DF4707; }
a { background-color: rgb(223,71,7); }
div.DivClassName
{
background-color: #DF4707;
}
.BgClassName
{
background-color: #DF4707;
}
</style>
border-color css
<style>
span { border-color: #DF4707; }
span { border-color: rgb(223,71,7); }
td.TdClassName
{
border-color: #DF4707;
}
.TagClassName
{
border-color: #DF4707;
}
</style>