Shades of Persimmon #DF560C
Tints of Persimmon #DF560C
RGB
CMYK
RGB Variations
Color information
#DF560C (or 0xDF560C) is known color: Persimmon. HEX triplet: DF, 56 and 0C. RGB value is (223,86,12). Sum of RGB (Red+Green+Blue) = 223+86+12=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF560C is #20A9F3. Grayscale: #767676. Windows color (decimal): -2140660 or 808671. OLE color: 808671.
HSL color Cylindrical-coordinate representation of color #DF560C: hue angle of 21.04º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF560C is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 12 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.13 |
| HSL | 21.04º | 0.9% | 0.46% | - |
| HSV(B) | 21.04º | 0.95% | 0.87% | - |
| XYZ | 33.83 | 22.37 | 2.88 | - |
| YUV | 118.53 | 67.89 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 12 | 0 | 0.61 | 0.95 | 0.13 | 21.04 | 0.9 | 0.46 |
| Hex | DF | 56 | C | 0 | 3D | 5F | D | 15 | 5A | 2E |
| Octal | 337 | 126 | 14 | 0 | 75 | 137 | 15 | 25 | 132 | 56 |
| Binary | 11011111 | 1010110 | 1100 | 0 | 111101 | 1011111 | 1101 | 10101 | 1011010 | 101110 |
Color Harmonies of #DF560C
Complementary color
Monochromatic Colors of #DF560C
Black with #DF560C
Text Example
Text Example
White with #DF560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF560C; }
p { color: rgb(223,86,12); }
H1.HeaderClassName
{
color: #DF560C;
}
.AnyTagClassName
{
color: #DF560C;
}
</style>
background-color css
<style>
a { background-color: #DF560C; }
a { background-color: rgb(223,86,12); }
div.DivClassName
{
background-color: #DF560C;
}
.BgClassName
{
background-color: #DF560C;
}
</style>
border-color css
<style>
span { border-color: #DF560C; }
span { border-color: rgb(223,86,12); }
td.TdClassName
{
border-color: #DF560C;
}
.TagClassName
{
border-color: #DF560C;
}
</style>