Shades of Persimmon #DF4F06
Tints of Persimmon #DF4F06
RGB
CMYK
RGB Variations
Color information
#DF4F06 (or 0xDF4F06) is known color: Persimmon. HEX triplet: DF, 4F and 06. RGB value is (223,79,6). Sum of RGB (Red+Green+Blue) = 223+79+6=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4F06 is #20B0F9. Grayscale: #727272. Windows color (decimal): -2142458 or 413663. OLE color: 413663.
HSL color Cylindrical-coordinate representation of color #DF4F06: hue angle of 20.18º degrees, saturation: 0.95, 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 #DF4F06 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 79 | 6 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.13 |
| HSL | 20.18º | 0.95% | 0.45% | - |
| HSV(B) | 20.18º | 0.97% | 0.87% | - |
| XYZ | 33.26 | 21.29 | 2.53 | - |
| YUV | 113.73 | 67.21 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 6 | 0 | 0.65 | 0.97 | 0.13 | 20.18 | 0.95 | 0.45 |
| Hex | DF | 4F | 6 | 0 | 41 | 61 | D | 14 | 5F | 2D |
| Octal | 337 | 117 | 6 | 0 | 101 | 141 | 15 | 24 | 137 | 55 |
| Binary | 11011111 | 1001111 | 110 | 0 | 1000001 | 1100001 | 1101 | 10100 | 1011111 | 101101 |
Color Harmonies of #DF4F06
Complementary color
Monochromatic Colors of #DF4F06
Black with #DF4F06
Text Example
Text Example
White with #DF4F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4F06; }
p { color: rgb(223,79,6); }
H1.HeaderClassName
{
color: #DF4F06;
}
.AnyTagClassName
{
color: #DF4F06;
}
</style>
background-color css
<style>
a { background-color: #DF4F06; }
a { background-color: rgb(223,79,6); }
div.DivClassName
{
background-color: #DF4F06;
}
.BgClassName
{
background-color: #DF4F06;
}
</style>
border-color css
<style>
span { border-color: #DF4F06; }
span { border-color: rgb(223,79,6); }
td.TdClassName
{
border-color: #DF4F06;
}
.TagClassName
{
border-color: #DF4F06;
}
</style>