Shades of Persimmon #DF4F01
Tints of Persimmon #DF4F01
RGB
CMYK
RGB Variations
Color information
#DF4F01 (or 0xDF4F01) is known color: Persimmon. HEX triplet: DF, 4F and 01. RGB value is (223,79,1). Sum of RGB (Red+Green+Blue) = 223+79+1=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4F01 is #20B0FE. Grayscale: #717171. Windows color (decimal): -2142463 or 85983. OLE color: 85983.
HSL color Cylindrical-coordinate representation of color #DF4F01: hue angle of 21.08º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF4F01 is Cyan = 0, Magento = 0.65, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 79 | 1 | - |
| CMYK | 0 | 0.65 | 1.00 | 0.13 |
| HSL | 21.08º | 0.99% | 0.44% | - |
| HSV(B) | 21.08º | 1% | 0.87% | - |
| XYZ | 33.23 | 21.28 | 2.39 | - |
| YUV | 113.16 | 64.71 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 1 | 0 | 0.65 | 1.00 | 0.13 | 21.08 | 0.99 | 0.44 |
| Hex | DF | 4F | 1 | 0 | 41 | 64 | D | 15 | 63 | 2C |
| Octal | 337 | 117 | 1 | 0 | 101 | 144 | 15 | 25 | 143 | 54 |
| Binary | 11011111 | 1001111 | 1 | 0 | 1000001 | 1100100 | 1101 | 10101 | 1100011 | 101100 |
Color Harmonies of #DF4F01
Complementary color
Monochromatic Colors of #DF4F01
Black with #DF4F01
Text Example
Text Example
White with #DF4F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4F01; }
p { color: rgb(223,79,1); }
H1.HeaderClassName
{
color: #DF4F01;
}
.AnyTagClassName
{
color: #DF4F01;
}
</style>
background-color css
<style>
a { background-color: #DF4F01; }
a { background-color: rgb(223,79,1); }
div.DivClassName
{
background-color: #DF4F01;
}
.BgClassName
{
background-color: #DF4F01;
}
</style>
border-color css
<style>
span { border-color: #DF4F01; }
span { border-color: rgb(223,79,1); }
td.TdClassName
{
border-color: #DF4F01;
}
.TagClassName
{
border-color: #DF4F01;
}
</style>