Shades of Persimmon #DF5102
Tints of Persimmon #DF5102
RGB
CMYK
RGB Variations
Color information
#DF5102 (or 0xDF5102) is known color: Persimmon. HEX triplet: DF, 51 and 02. RGB value is (223,81,2). Sum of RGB (Red+Green+Blue) = 223+81+2=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5102 is #20AEFD. Grayscale: #727272. Windows color (decimal): -2141950 or 152031. OLE color: 152031.
HSL color Cylindrical-coordinate representation of color #DF5102: hue angle of 21.45º 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 #DF5102 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.13 |
| HSL | 21.45º | 0.98% | 0.44% | - |
| HSV(B) | 21.45º | 0.99% | 0.87% | - |
| XYZ | 33.38 | 21.58 | 2.46 | - |
| YUV | 114.45 | 64.54 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 2 | 0 | 0.64 | 0.99 | 0.13 | 21.45 | 0.98 | 0.44 |
| Hex | DF | 51 | 2 | 0 | 40 | 63 | D | 15 | 62 | 2C |
| Octal | 337 | 121 | 2 | 0 | 100 | 143 | 15 | 25 | 142 | 54 |
| Binary | 11011111 | 1010001 | 10 | 0 | 1000000 | 1100011 | 1101 | 10101 | 1100010 | 101100 |
Color Harmonies of #DF5102
Complementary color
Monochromatic Colors of #DF5102
Black with #DF5102
Text Example
Text Example
White with #DF5102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5102; }
p { color: rgb(223,81,2); }
H1.HeaderClassName
{
color: #DF5102;
}
.AnyTagClassName
{
color: #DF5102;
}
</style>
background-color css
<style>
a { background-color: #DF5102; }
a { background-color: rgb(223,81,2); }
div.DivClassName
{
background-color: #DF5102;
}
.BgClassName
{
background-color: #DF5102;
}
</style>
border-color css
<style>
span { border-color: #DF5102; }
span { border-color: rgb(223,81,2); }
td.TdClassName
{
border-color: #DF5102;
}
.TagClassName
{
border-color: #DF5102;
}
</style>