Shades of Persimmon #DF4700
Tints of Persimmon #DF4700
RGB
CMYK
RGB Variations
Color information
#DF4700 (or 0xDF4700) is known color: Persimmon. HEX triplet: DF, 47 and 00. RGB value is (223,71,0). Sum of RGB (Red+Green+Blue) = 223+71+0=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4700 is #20B8FF. Grayscale: #6C6C6C. Windows color (decimal): -2144512 or 18399. OLE color: 18399.
HSL color Cylindrical-coordinate representation of color #DF4700: hue angle of 19.1º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF4700 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.13 |
| HSL | 19.1º | 1% | 0.44% | - |
| HSV(B) | 19.1º | 1% | 0.87% | - |
| XYZ | 32.68 | 20.19 | 2.18 | - |
| YUV | 108.35 | 66.86 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 0 | 0 | 0.68 | 1 | 0.13 | 19.1 | 1 | 0.44 |
| Hex | DF | 47 | 0 | 0 | 44 | 64 | D | 13 | 64 | 2C |
| Octal | 337 | 107 | 0 | 0 | 104 | 144 | 15 | 23 | 144 | 54 |
| Binary | 11011111 | 1000111 | 0 | 0 | 1000100 | 1100100 | 1101 | 10011 | 1100100 | 101100 |
Color Harmonies of #DF4700
Complementary color
Monochromatic Colors of #DF4700
Black with #DF4700
Text Example
Text Example
White with #DF4700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4700; }
p { color: rgb(223,71,0); }
H1.HeaderClassName
{
color: #DF4700;
}
.AnyTagClassName
{
color: #DF4700;
}
</style>
background-color css
<style>
a { background-color: #DF4700; }
a { background-color: rgb(223,71,0); }
div.DivClassName
{
background-color: #DF4700;
}
.BgClassName
{
background-color: #DF4700;
}
</style>
border-color css
<style>
span { border-color: #DF4700; }
span { border-color: rgb(223,71,0); }
td.TdClassName
{
border-color: #DF4700;
}
.TagClassName
{
border-color: #DF4700;
}
</style>