Shades of Persimmon #DF5104
Tints of Persimmon #DF5104
RGB
CMYK
RGB Variations
Color information
#DF5104 (or 0xDF5104) is known color: Persimmon. HEX triplet: DF, 51 and 04. RGB value is (223,81,4). Sum of RGB (Red+Green+Blue) = 223+81+4=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5104 is #20AEFB. Grayscale: #737373. Windows color (decimal): -2141948 or 283103. OLE color: 283103.
HSL color Cylindrical-coordinate representation of color #DF5104: hue angle of 21.1º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF5104 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 4 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.13 |
| HSL | 21.1º | 0.96% | 0.45% | - |
| HSV(B) | 21.1º | 0.98% | 0.87% | - |
| XYZ | 33.4 | 21.58 | 2.52 | - |
| YUV | 114.68 | 65.54 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 4 | 0 | 0.64 | 0.98 | 0.13 | 21.1 | 0.96 | 0.45 |
| Hex | DF | 51 | 4 | 0 | 40 | 62 | D | 15 | 60 | 2D |
| Octal | 337 | 121 | 4 | 0 | 100 | 142 | 15 | 25 | 140 | 55 |
| Binary | 11011111 | 1010001 | 100 | 0 | 1000000 | 1100010 | 1101 | 10101 | 1100000 | 101101 |
Color Harmonies of #DF5104
Complementary color
Monochromatic Colors of #DF5104
Black with #DF5104
Text Example
Text Example
White with #DF5104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5104; }
p { color: rgb(223,81,4); }
H1.HeaderClassName
{
color: #DF5104;
}
.AnyTagClassName
{
color: #DF5104;
}
</style>
background-color css
<style>
a { background-color: #DF5104; }
a { background-color: rgb(223,81,4); }
div.DivClassName
{
background-color: #DF5104;
}
.BgClassName
{
background-color: #DF5104;
}
</style>
border-color css
<style>
span { border-color: #DF5104; }
span { border-color: rgb(223,81,4); }
td.TdClassName
{
border-color: #DF5104;
}
.TagClassName
{
border-color: #DF5104;
}
</style>