Shades of Persimmon #DF5602
Tints of Persimmon #DF5602
RGB
CMYK
RGB Variations
Color information
#DF5602 (or 0xDF5602) is known color: Persimmon. HEX triplet: DF, 56 and 02. RGB value is (223,86,2). Sum of RGB (Red+Green+Blue) = 223+86+2=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5602 is #20A9FD. Grayscale: #757575. Windows color (decimal): -2140670 or 153311. OLE color: 153311.
HSL color Cylindrical-coordinate representation of color #DF5602: hue angle of 22.81º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF5602 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.13 |
| HSL | 22.81º | 0.98% | 0.44% | - |
| HSV(B) | 22.81º | 0.99% | 0.87% | - |
| XYZ | 33.77 | 22.35 | 2.59 | - |
| YUV | 117.39 | 62.89 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 2 | 0 | 0.61 | 0.99 | 0.13 | 22.81 | 0.98 | 0.44 |
| Hex | DF | 56 | 2 | 0 | 3D | 63 | D | 17 | 62 | 2C |
| Octal | 337 | 126 | 2 | 0 | 75 | 143 | 15 | 27 | 142 | 54 |
| Binary | 11011111 | 1010110 | 10 | 0 | 111101 | 1100011 | 1101 | 10111 | 1100010 | 101100 |
Color Harmonies of #DF5602
Complementary color
Monochromatic Colors of #DF5602
Black with #DF5602
Text Example
Text Example
White with #DF5602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5602; }
p { color: rgb(223,86,2); }
H1.HeaderClassName
{
color: #DF5602;
}
.AnyTagClassName
{
color: #DF5602;
}
</style>
background-color css
<style>
a { background-color: #DF5602; }
a { background-color: rgb(223,86,2); }
div.DivClassName
{
background-color: #DF5602;
}
.BgClassName
{
background-color: #DF5602;
}
</style>
border-color css
<style>
span { border-color: #DF5602; }
span { border-color: rgb(223,86,2); }
td.TdClassName
{
border-color: #DF5602;
}
.TagClassName
{
border-color: #DF5602;
}
</style>