Shades of Persimmon #DF5E02
Tints of Persimmon #DF5E02
RGB
CMYK
RGB Variations
Color information
#DF5E02 (or 0xDF5E02) is known color: Persimmon. HEX triplet: DF, 5E and 02. RGB value is (223,94,2). Sum of RGB (Red+Green+Blue) = 223+94+2=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5E02 is #20A1FD. Grayscale: #7A7A7A. Windows color (decimal): -2138622 or 155359. OLE color: 155359.
HSL color Cylindrical-coordinate representation of color #DF5E02: hue angle of 24.98º 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 #DF5E02 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 94 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.13 |
| HSL | 24.98º | 0.98% | 0.44% | - |
| HSV(B) | 24.98º | 0.99% | 0.87% | - |
| XYZ | 34.45 | 23.7 | 2.82 | - |
| YUV | 122.08 | 60.24 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 94 | 2 | 0 | 0.58 | 0.99 | 0.13 | 24.98 | 0.98 | 0.44 |
| Hex | DF | 5E | 2 | 0 | 3A | 63 | D | 19 | 62 | 2C |
| Octal | 337 | 136 | 2 | 0 | 72 | 143 | 15 | 31 | 142 | 54 |
| Binary | 11011111 | 1011110 | 10 | 0 | 111010 | 1100011 | 1101 | 11001 | 1100010 | 101100 |
Color Harmonies of #DF5E02
Complementary color
Monochromatic Colors of #DF5E02
Black with #DF5E02
Text Example
Text Example
White with #DF5E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5E02; }
p { color: rgb(223,94,2); }
H1.HeaderClassName
{
color: #DF5E02;
}
.AnyTagClassName
{
color: #DF5E02;
}
</style>
background-color css
<style>
a { background-color: #DF5E02; }
a { background-color: rgb(223,94,2); }
div.DivClassName
{
background-color: #DF5E02;
}
.BgClassName
{
background-color: #DF5E02;
}
</style>
border-color css
<style>
span { border-color: #DF5E02; }
span { border-color: rgb(223,94,2); }
td.TdClassName
{
border-color: #DF5E02;
}
.TagClassName
{
border-color: #DF5E02;
}
</style>