Shades of Persimmon #DF4E06
Tints of Persimmon #DF4E06
RGB
CMYK
RGB Variations
Color information
#DF4E06 (or 0xDF4E06) is known color: Persimmon. HEX triplet: DF, 4E and 06. RGB value is (223,78,6). Sum of RGB (Red+Green+Blue) = 223+78+6=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4E06 is #20B1F9. Grayscale: #717171. Windows color (decimal): -2142714 or 413407. OLE color: 413407.
HSL color Cylindrical-coordinate representation of color #DF4E06: hue angle of 19.91º 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 #DF4E06 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 6 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.13 |
| HSL | 19.91º | 0.95% | 0.45% | - |
| HSV(B) | 19.91º | 0.97% | 0.87% | - |
| XYZ | 33.19 | 21.15 | 2.51 | - |
| YUV | 113.15 | 67.54 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 6 | 0 | 0.65 | 0.97 | 0.13 | 19.91 | 0.95 | 0.45 |
| Hex | DF | 4E | 6 | 0 | 41 | 61 | D | 14 | 5F | 2D |
| Octal | 337 | 116 | 6 | 0 | 101 | 141 | 15 | 24 | 137 | 55 |
| Binary | 11011111 | 1001110 | 110 | 0 | 1000001 | 1100001 | 1101 | 10100 | 1011111 | 101101 |
Color Harmonies of #DF4E06
Complementary color
Monochromatic Colors of #DF4E06
Black with #DF4E06
Text Example
Text Example
White with #DF4E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4E06; }
p { color: rgb(223,78,6); }
H1.HeaderClassName
{
color: #DF4E06;
}
.AnyTagClassName
{
color: #DF4E06;
}
</style>
background-color css
<style>
a { background-color: #DF4E06; }
a { background-color: rgb(223,78,6); }
div.DivClassName
{
background-color: #DF4E06;
}
.BgClassName
{
background-color: #DF4E06;
}
</style>
border-color css
<style>
span { border-color: #DF4E06; }
span { border-color: rgb(223,78,6); }
td.TdClassName
{
border-color: #DF4E06;
}
.TagClassName
{
border-color: #DF4E06;
}
</style>