Shades of Persimmon #DF4D0C
Tints of Persimmon #DF4D0C
RGB
CMYK
RGB Variations
Color information
#DF4D0C (or 0xDF4D0C) is known color: Persimmon. HEX triplet: DF, 4D and 0C. RGB value is (223,77,12). Sum of RGB (Red+Green+Blue) = 223+77+12=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4D0C is #20B2F3. Grayscale: #717171. Windows color (decimal): -2142964 or 806367. OLE color: 806367.
HSL color Cylindrical-coordinate representation of color #DF4D0C: hue angle of 18.48º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF4D0C is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 12 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.13 |
| HSL | 18.48º | 0.9% | 0.46% | - |
| HSV(B) | 18.48º | 0.95% | 0.87% | - |
| XYZ | 33.15 | 21.02 | 2.66 | - |
| YUV | 113.24 | 70.87 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 12 | 0 | 0.65 | 0.95 | 0.13 | 18.48 | 0.9 | 0.46 |
| Hex | DF | 4D | C | 0 | 41 | 5F | D | 12 | 5A | 2E |
| Octal | 337 | 115 | 14 | 0 | 101 | 137 | 15 | 22 | 132 | 56 |
| Binary | 11011111 | 1001101 | 1100 | 0 | 1000001 | 1011111 | 1101 | 10010 | 1011010 | 101110 |
Color Harmonies of #DF4D0C
Complementary color
Monochromatic Colors of #DF4D0C
Black with #DF4D0C
Text Example
Text Example
White with #DF4D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4D0C; }
p { color: rgb(223,77,12); }
H1.HeaderClassName
{
color: #DF4D0C;
}
.AnyTagClassName
{
color: #DF4D0C;
}
</style>
background-color css
<style>
a { background-color: #DF4D0C; }
a { background-color: rgb(223,77,12); }
div.DivClassName
{
background-color: #DF4D0C;
}
.BgClassName
{
background-color: #DF4D0C;
}
</style>
border-color css
<style>
span { border-color: #DF4D0C; }
span { border-color: rgb(223,77,12); }
td.TdClassName
{
border-color: #DF4D0C;
}
.TagClassName
{
border-color: #DF4D0C;
}
</style>