Shades of Persimmon #DF5402
Tints of Persimmon #DF5402
RGB
CMYK
RGB Variations
Color information
#DF5402 (or 0xDF5402) is known color: Persimmon. HEX triplet: DF, 54 and 02. RGB value is (223,84,2). Sum of RGB (Red+Green+Blue) = 223+84+2=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5402 is #20ABFD. Grayscale: #747474. Windows color (decimal): -2141182 or 152799. OLE color: 152799.
HSL color Cylindrical-coordinate representation of color #DF5402: hue angle of 22.26º 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 #DF5402 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.13 |
| HSL | 22.26º | 0.98% | 0.44% | - |
| HSV(B) | 22.26º | 0.99% | 0.87% | - |
| XYZ | 33.61 | 22.03 | 2.54 | - |
| YUV | 116.21 | 63.55 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 2 | 0 | 0.62 | 0.99 | 0.13 | 22.26 | 0.98 | 0.44 |
| Hex | DF | 54 | 2 | 0 | 3E | 63 | D | 16 | 62 | 2C |
| Octal | 337 | 124 | 2 | 0 | 76 | 143 | 15 | 26 | 142 | 54 |
| Binary | 11011111 | 1010100 | 10 | 0 | 111110 | 1100011 | 1101 | 10110 | 1100010 | 101100 |
Color Harmonies of #DF5402
Complementary color
Monochromatic Colors of #DF5402
Black with #DF5402
Text Example
Text Example
White with #DF5402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5402; }
p { color: rgb(223,84,2); }
H1.HeaderClassName
{
color: #DF5402;
}
.AnyTagClassName
{
color: #DF5402;
}
</style>
background-color css
<style>
a { background-color: #DF5402; }
a { background-color: rgb(223,84,2); }
div.DivClassName
{
background-color: #DF5402;
}
.BgClassName
{
background-color: #DF5402;
}
</style>
border-color css
<style>
span { border-color: #DF5402; }
span { border-color: rgb(223,84,2); }
td.TdClassName
{
border-color: #DF5402;
}
.TagClassName
{
border-color: #DF5402;
}
</style>