Shades of Persimmon #DF5802
Tints of Persimmon #DF5802
RGB
CMYK
RGB Variations
Color information
#DF5802 (or 0xDF5802) is known color: Persimmon. HEX triplet: DF, 58 and 02. RGB value is (223,88,2). Sum of RGB (Red+Green+Blue) = 223+88+2=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5802 is #20A7FD. Grayscale: #777777. Windows color (decimal): -2140158 or 153823. OLE color: 153823.
HSL color Cylindrical-coordinate representation of color #DF5802: hue angle of 23.35º 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 #DF5802 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.13 |
| HSL | 23.35º | 0.98% | 0.44% | - |
| HSV(B) | 23.35º | 0.99% | 0.87% | - |
| XYZ | 33.93 | 22.67 | 2.65 | - |
| YUV | 118.56 | 62.23 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 2 | 0 | 0.61 | 0.99 | 0.13 | 23.35 | 0.98 | 0.44 |
| Hex | DF | 58 | 2 | 0 | 3D | 63 | D | 17 | 62 | 2C |
| Octal | 337 | 130 | 2 | 0 | 75 | 143 | 15 | 27 | 142 | 54 |
| Binary | 11011111 | 1011000 | 10 | 0 | 111101 | 1100011 | 1101 | 10111 | 1100010 | 101100 |
Color Harmonies of #DF5802
Complementary color
Monochromatic Colors of #DF5802
Black with #DF5802
Text Example
Text Example
White with #DF5802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5802; }
p { color: rgb(223,88,2); }
H1.HeaderClassName
{
color: #DF5802;
}
.AnyTagClassName
{
color: #DF5802;
}
</style>
background-color css
<style>
a { background-color: #DF5802; }
a { background-color: rgb(223,88,2); }
div.DivClassName
{
background-color: #DF5802;
}
.BgClassName
{
background-color: #DF5802;
}
</style>
border-color css
<style>
span { border-color: #DF5802; }
span { border-color: rgb(223,88,2); }
td.TdClassName
{
border-color: #DF5802;
}
.TagClassName
{
border-color: #DF5802;
}
</style>