Shades of Persimmon #DF4F00
Tints of Persimmon #DF4F00
RGB
CMYK
RGB Variations
Color information
#DF4F00 (or 0xDF4F00) is known color: Persimmon. HEX triplet: DF, 4F and 00. RGB value is (223,79,0). Sum of RGB (Red+Green+Blue) = 223+79+0=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4F00 is #20B0FF. Grayscale: #717171. Windows color (decimal): -2142464 or 20447. OLE color: 20447.
HSL color Cylindrical-coordinate representation of color #DF4F00: hue angle of 21.26º 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 #DF4F00 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 79 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.13 |
| HSL | 21.26º | 1% | 0.44% | - |
| HSV(B) | 21.26º | 1% | 0.87% | - |
| XYZ | 33.23 | 21.28 | 2.36 | - |
| YUV | 113.05 | 64.21 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 0 | 0 | 0.65 | 1 | 0.13 | 21.26 | 1 | 0.44 |
| Hex | DF | 4F | 0 | 0 | 41 | 64 | D | 15 | 64 | 2C |
| Octal | 337 | 117 | 0 | 0 | 101 | 144 | 15 | 25 | 144 | 54 |
| Binary | 11011111 | 1001111 | 0 | 0 | 1000001 | 1100100 | 1101 | 10101 | 1100100 | 101100 |
Color Harmonies of #DF4F00
Complementary color
Monochromatic Colors of #DF4F00
Black with #DF4F00
Text Example
Text Example
White with #DF4F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4F00; }
p { color: rgb(223,79,0); }
H1.HeaderClassName
{
color: #DF4F00;
}
.AnyTagClassName
{
color: #DF4F00;
}
</style>
background-color css
<style>
a { background-color: #DF4F00; }
a { background-color: rgb(223,79,0); }
div.DivClassName
{
background-color: #DF4F00;
}
.BgClassName
{
background-color: #DF4F00;
}
</style>
border-color css
<style>
span { border-color: #DF4F00; }
span { border-color: rgb(223,79,0); }
td.TdClassName
{
border-color: #DF4F00;
}
.TagClassName
{
border-color: #DF4F00;
}
</style>