Shades of Persimmon #DF560A
Tints of Persimmon #DF560A
RGB
CMYK
RGB Variations
Color information
#DF560A (or 0xDF560A) is known color: Persimmon. HEX triplet: DF, 56 and 0A. RGB value is (223,86,10). Sum of RGB (Red+Green+Blue) = 223+86+10=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF560A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF560A is #20A9F5. Grayscale: #767676. Windows color (decimal): -2140662 or 677599. OLE color: 677599.
HSL color Cylindrical-coordinate representation of color #DF560A: hue angle of 21.41º 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 #DF560A is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 10 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.13 |
| HSL | 21.41º | 0.91% | 0.46% | - |
| HSV(B) | 21.41º | 0.96% | 0.87% | - |
| XYZ | 33.81 | 22.37 | 2.82 | - |
| YUV | 118.3 | 66.89 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 10 | 0 | 0.61 | 0.96 | 0.13 | 21.41 | 0.91 | 0.46 |
| Hex | DF | 56 | A | 0 | 3D | 60 | D | 15 | 5B | 2E |
| Octal | 337 | 126 | 12 | 0 | 75 | 140 | 15 | 25 | 133 | 56 |
| Binary | 11011111 | 1010110 | 1010 | 0 | 111101 | 1100000 | 1101 | 10101 | 1011011 | 101110 |
Color Harmonies of #DF560A
Complementary color
Monochromatic Colors of #DF560A
Black with #DF560A
Text Example
Text Example
White with #DF560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF560A; }
p { color: rgb(223,86,10); }
H1.HeaderClassName
{
color: #DF560A;
}
.AnyTagClassName
{
color: #DF560A;
}
</style>
background-color css
<style>
a { background-color: #DF560A; }
a { background-color: rgb(223,86,10); }
div.DivClassName
{
background-color: #DF560A;
}
.BgClassName
{
background-color: #DF560A;
}
</style>
border-color css
<style>
span { border-color: #DF560A; }
span { border-color: rgb(223,86,10); }
td.TdClassName
{
border-color: #DF560A;
}
.TagClassName
{
border-color: #DF560A;
}
</style>