Shades of Persimmon #DF4D09
Tints of Persimmon #DF4D09
RGB
CMYK
RGB Variations
Color information
#DF4D09 (or 0xDF4D09) is known color: Persimmon. HEX triplet: DF, 4D and 09. RGB value is (223,77,9). Sum of RGB (Red+Green+Blue) = 223+77+9=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 9 (3.91% from 255 or 2.91% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4D09 is #20B2F6. Grayscale: #717171. Windows color (decimal): -2142967 or 609759. OLE color: 609759.
HSL color Cylindrical-coordinate representation of color #DF4D09: hue angle of 19.07º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF4D09 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 9 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.13 |
| HSL | 19.07º | 0.92% | 0.45% | - |
| HSV(B) | 19.07º | 0.96% | 0.87% | - |
| XYZ | 33.13 | 21.02 | 2.57 | - |
| YUV | 112.9 | 69.37 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 9 | 0 | 0.65 | 0.96 | 0.13 | 19.07 | 0.92 | 0.45 |
| Hex | DF | 4D | 9 | 0 | 41 | 60 | D | 13 | 5C | 2D |
| Octal | 337 | 115 | 11 | 0 | 101 | 140 | 15 | 23 | 134 | 55 |
| Binary | 11011111 | 1001101 | 1001 | 0 | 1000001 | 1100000 | 1101 | 10011 | 1011100 | 101101 |
Color Harmonies of #DF4D09
Complementary color
Monochromatic Colors of #DF4D09
Black with #DF4D09
Text Example
Text Example
White with #DF4D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4D09; }
p { color: rgb(223,77,9); }
H1.HeaderClassName
{
color: #DF4D09;
}
.AnyTagClassName
{
color: #DF4D09;
}
</style>
background-color css
<style>
a { background-color: #DF4D09; }
a { background-color: rgb(223,77,9); }
div.DivClassName
{
background-color: #DF4D09;
}
.BgClassName
{
background-color: #DF4D09;
}
</style>
border-color css
<style>
span { border-color: #DF4D09; }
span { border-color: rgb(223,77,9); }
td.TdClassName
{
border-color: #DF4D09;
}
.TagClassName
{
border-color: #DF4D09;
}
</style>