Shades of Persimmon #DF5F0A
Tints of Persimmon #DF5F0A
RGB
CMYK
RGB Variations
Color information
#DF5F0A (or 0xDF5F0A) is known color: Persimmon. HEX triplet: DF, 5F and 0A. RGB value is (223,95,10). Sum of RGB (Red+Green+Blue) = 223+95+10=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5F0A is #20A0F5. Grayscale: #7C7C7C. Windows color (decimal): -2138358 or 679903. OLE color: 679903.
HSL color Cylindrical-coordinate representation of color #DF5F0A: hue angle of 23.94º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF5F0A is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 10 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.13 |
| HSL | 23.94º | 0.91% | 0.46% | - |
| HSV(B) | 23.94º | 0.96% | 0.87% | - |
| XYZ | 34.58 | 23.89 | 3.08 | - |
| YUV | 123.58 | 63.91 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 10 | 0 | 0.57 | 0.96 | 0.13 | 23.94 | 0.91 | 0.46 |
| Hex | DF | 5F | A | 0 | 39 | 60 | D | 18 | 5B | 2E |
| Octal | 337 | 137 | 12 | 0 | 71 | 140 | 15 | 30 | 133 | 56 |
| Binary | 11011111 | 1011111 | 1010 | 0 | 111001 | 1100000 | 1101 | 11000 | 1011011 | 101110 |
Color Harmonies of #DF5F0A
Complementary color
Monochromatic Colors of #DF5F0A
Black with #DF5F0A
Text Example
Text Example
White with #DF5F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5F0A; }
p { color: rgb(223,95,10); }
H1.HeaderClassName
{
color: #DF5F0A;
}
.AnyTagClassName
{
color: #DF5F0A;
}
</style>
background-color css
<style>
a { background-color: #DF5F0A; }
a { background-color: rgb(223,95,10); }
div.DivClassName
{
background-color: #DF5F0A;
}
.BgClassName
{
background-color: #DF5F0A;
}
</style>
border-color css
<style>
span { border-color: #DF5F0A; }
span { border-color: rgb(223,95,10); }
td.TdClassName
{
border-color: #DF5F0A;
}
.TagClassName
{
border-color: #DF5F0A;
}
</style>