Shades of Persimmon #DF560B
Tints of Persimmon #DF560B
RGB
CMYK
RGB Variations
Color information
#DF560B (or 0xDF560B) is known color: Persimmon. HEX triplet: DF, 56 and 0B. RGB value is (223,86,11). Sum of RGB (Red+Green+Blue) = 223+86+11=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF560B is #20A9F4. Grayscale: #767676. Windows color (decimal): -2140661 or 743135. OLE color: 743135.
HSL color Cylindrical-coordinate representation of color #DF560B: hue angle of 21.23º degrees, saturation: 0.91, 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 #DF560B is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 11 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.13 |
| HSL | 21.23º | 0.91% | 0.46% | - |
| HSV(B) | 21.23º | 0.95% | 0.87% | - |
| XYZ | 33.82 | 22.37 | 2.85 | - |
| YUV | 118.41 | 67.39 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 11 | 0 | 0.61 | 0.95 | 0.13 | 21.23 | 0.91 | 0.46 |
| Hex | DF | 56 | B | 0 | 3D | 5F | D | 15 | 5B | 2E |
| Octal | 337 | 126 | 13 | 0 | 75 | 137 | 15 | 25 | 133 | 56 |
| Binary | 11011111 | 1010110 | 1011 | 0 | 111101 | 1011111 | 1101 | 10101 | 1011011 | 101110 |
Color Harmonies of #DF560B
Complementary color
Monochromatic Colors of #DF560B
Black with #DF560B
Text Example
Text Example
White with #DF560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF560B; }
p { color: rgb(223,86,11); }
H1.HeaderClassName
{
color: #DF560B;
}
.AnyTagClassName
{
color: #DF560B;
}
</style>
background-color css
<style>
a { background-color: #DF560B; }
a { background-color: rgb(223,86,11); }
div.DivClassName
{
background-color: #DF560B;
}
.BgClassName
{
background-color: #DF560B;
}
</style>
border-color css
<style>
span { border-color: #DF560B; }
span { border-color: rgb(223,86,11); }
td.TdClassName
{
border-color: #DF560B;
}
.TagClassName
{
border-color: #DF560B;
}
</style>