Shades of Persimmon #DF4F0D
Tints of Persimmon #DF4F0D
RGB
CMYK
RGB Variations
Color information
#DF4F0D (or 0xDF4F0D) is known color: Persimmon. HEX triplet: DF, 4F and 0D. RGB value is (223,79,13). Sum of RGB (Red+Green+Blue) = 223+79+13=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4F0D is #20B0F2. Grayscale: #727272. Windows color (decimal): -2142451 or 872415. OLE color: 872415.
HSL color Cylindrical-coordinate representation of color #DF4F0D: hue angle of 18.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF4F0D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 79 | 13 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.13 |
| HSL | 18.86º | 0.89% | 0.46% | - |
| HSV(B) | 18.86º | 0.94% | 0.87% | - |
| XYZ | 33.3 | 21.31 | 2.74 | - |
| YUV | 114.53 | 70.71 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 13 | 0 | 0.65 | 0.94 | 0.13 | 18.86 | 0.89 | 0.46 |
| Hex | DF | 4F | D | 0 | 41 | 5E | D | 13 | 59 | 2E |
| Octal | 337 | 117 | 15 | 0 | 101 | 136 | 15 | 23 | 131 | 56 |
| Binary | 11011111 | 1001111 | 1101 | 0 | 1000001 | 1011110 | 1101 | 10011 | 1011001 | 101110 |
Color Harmonies of #DF4F0D
Complementary color
Monochromatic Colors of #DF4F0D
Black with #DF4F0D
Text Example
Text Example
White with #DF4F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4F0D; }
p { color: rgb(223,79,13); }
H1.HeaderClassName
{
color: #DF4F0D;
}
.AnyTagClassName
{
color: #DF4F0D;
}
</style>
background-color css
<style>
a { background-color: #DF4F0D; }
a { background-color: rgb(223,79,13); }
div.DivClassName
{
background-color: #DF4F0D;
}
.BgClassName
{
background-color: #DF4F0D;
}
</style>
border-color css
<style>
span { border-color: #DF4F0D; }
span { border-color: rgb(223,79,13); }
td.TdClassName
{
border-color: #DF4F0D;
}
.TagClassName
{
border-color: #DF4F0D;
}
</style>