Shades of Persimmon #DF4712
Tints of Persimmon #DF4712
RGB
CMYK
RGB Variations
Color information
#DF4712 (or 0xDF4712) is known color: Persimmon. HEX triplet: DF, 47 and 12. RGB value is (223,71,18). Sum of RGB (Red+Green+Blue) = 223+71+18=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4712 is #20B8ED. Grayscale: #6E6E6E. Windows color (decimal): -2144494 or 1198047. OLE color: 1198047.
HSL color Cylindrical-coordinate representation of color #DF4712: hue angle of 15.51º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF4712 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 18 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.13 |
| HSL | 15.51º | 0.85% | 0.47% | - |
| HSV(B) | 15.51º | 0.92% | 0.87% | - |
| XYZ | 32.79 | 20.24 | 2.75 | - |
| YUV | 110.41 | 75.86 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 18 | 0 | 0.68 | 0.92 | 0.13 | 15.51 | 0.85 | 0.47 |
| Hex | DF | 47 | 12 | 0 | 44 | 5C | D | 10 | 55 | 2F |
| Octal | 337 | 107 | 22 | 0 | 104 | 134 | 15 | 20 | 125 | 57 |
| Binary | 11011111 | 1000111 | 10010 | 0 | 1000100 | 1011100 | 1101 | 10000 | 1010101 | 101111 |
Color Harmonies of #DF4712
Complementary color
Monochromatic Colors of #DF4712
Black with #DF4712
Text Example
Text Example
White with #DF4712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4712; }
p { color: rgb(223,71,18); }
H1.HeaderClassName
{
color: #DF4712;
}
.AnyTagClassName
{
color: #DF4712;
}
</style>
background-color css
<style>
a { background-color: #DF4712; }
a { background-color: rgb(223,71,18); }
div.DivClassName
{
background-color: #DF4712;
}
.BgClassName
{
background-color: #DF4712;
}
</style>
border-color css
<style>
span { border-color: #DF4712; }
span { border-color: rgb(223,71,18); }
td.TdClassName
{
border-color: #DF4712;
}
.TagClassName
{
border-color: #DF4712;
}
</style>