Shades of Persimmon #DF4D19
Tints of Persimmon #DF4D19
RGB
CMYK
RGB Variations
Color information
#DF4D19 (or 0xDF4D19) is known color: Persimmon. HEX triplet: DF, 4D and 19. RGB value is (223,77,25). Sum of RGB (Red+Green+Blue) = 223+77+25=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4D19 is #20B2E6. Grayscale: #737373. Windows color (decimal): -2142951 or 1658335. OLE color: 1658335.
HSL color Cylindrical-coordinate representation of color #DF4D19: hue angle of 15.76º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF4D19 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 25 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.13 |
| HSL | 15.76º | 0.8% | 0.49% | - |
| HSV(B) | 15.76º | 0.89% | 0.87% | - |
| XYZ | 33.26 | 21.07 | 3.23 | - |
| YUV | 114.73 | 77.37 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 25 | 0 | 0.65 | 0.89 | 0.13 | 15.76 | 0.8 | 0.49 |
| Hex | DF | 4D | 19 | 0 | 41 | 59 | D | 10 | 50 | 31 |
| Octal | 337 | 115 | 31 | 0 | 101 | 131 | 15 | 20 | 120 | 61 |
| Binary | 11011111 | 1001101 | 11001 | 0 | 1000001 | 1011001 | 1101 | 10000 | 1010000 | 110001 |
Color Harmonies of #DF4D19
Complementary color
Monochromatic Colors of #DF4D19
Black with #DF4D19
Text Example
Text Example
White with #DF4D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4D19; }
p { color: rgb(223,77,25); }
H1.HeaderClassName
{
color: #DF4D19;
}
.AnyTagClassName
{
color: #DF4D19;
}
</style>
background-color css
<style>
a { background-color: #DF4D19; }
a { background-color: rgb(223,77,25); }
div.DivClassName
{
background-color: #DF4D19;
}
.BgClassName
{
background-color: #DF4D19;
}
</style>
border-color css
<style>
span { border-color: #DF4D19; }
span { border-color: rgb(223,77,25); }
td.TdClassName
{
border-color: #DF4D19;
}
.TagClassName
{
border-color: #DF4D19;
}
</style>