Shades of Persimmon #DF5E06
Tints of Persimmon #DF5E06
RGB
CMYK
RGB Variations
Color information
#DF5E06 (or 0xDF5E06) is known color: Persimmon. HEX triplet: DF, 5E and 06. RGB value is (223,94,6). Sum of RGB (Red+Green+Blue) = 223+94+6=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5E06 is #20A1F9. Grayscale: #7B7B7B. Windows color (decimal): -2138618 or 417503. OLE color: 417503.
HSL color Cylindrical-coordinate representation of color #DF5E06: hue angle of 24.33º 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 #DF5E06 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 94 | 6 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.13 |
| HSL | 24.33º | 0.95% | 0.45% | - |
| HSV(B) | 24.33º | 0.97% | 0.87% | - |
| XYZ | 34.47 | 23.71 | 2.93 | - |
| YUV | 122.54 | 62.24 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 94 | 6 | 0 | 0.58 | 0.97 | 0.13 | 24.33 | 0.95 | 0.45 |
| Hex | DF | 5E | 6 | 0 | 3A | 61 | D | 18 | 5F | 2D |
| Octal | 337 | 136 | 6 | 0 | 72 | 141 | 15 | 30 | 137 | 55 |
| Binary | 11011111 | 1011110 | 110 | 0 | 111010 | 1100001 | 1101 | 11000 | 1011111 | 101101 |
Color Harmonies of #DF5E06
Complementary color
Monochromatic Colors of #DF5E06
Black with #DF5E06
Text Example
Text Example
White with #DF5E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5E06; }
p { color: rgb(223,94,6); }
H1.HeaderClassName
{
color: #DF5E06;
}
.AnyTagClassName
{
color: #DF5E06;
}
</style>
background-color css
<style>
a { background-color: #DF5E06; }
a { background-color: rgb(223,94,6); }
div.DivClassName
{
background-color: #DF5E06;
}
.BgClassName
{
background-color: #DF5E06;
}
</style>
border-color css
<style>
span { border-color: #DF5E06; }
span { border-color: rgb(223,94,6); }
td.TdClassName
{
border-color: #DF5E06;
}
.TagClassName
{
border-color: #DF5E06;
}
</style>