Shades of Persimmon #DF4812
Tints of Persimmon #DF4812
RGB
CMYK
RGB Variations
Color information
#DF4812 (or 0xDF4812) is known color: Persimmon. HEX triplet: DF, 48 and 12. RGB value is (223,72,18). Sum of RGB (Red+Green+Blue) = 223+72+18=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4812 is #20B7ED. Grayscale: #6F6F6F. Windows color (decimal): -2144238 or 1198303. OLE color: 1198303.
HSL color Cylindrical-coordinate representation of color #DF4812: hue angle of 15.8º 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 #DF4812 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 18 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.13 |
| HSL | 15.8º | 0.85% | 0.47% | - |
| HSV(B) | 15.8º | 0.92% | 0.87% | - |
| XYZ | 32.86 | 20.37 | 2.77 | - |
| YUV | 110.99 | 75.53 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 18 | 0 | 0.68 | 0.92 | 0.13 | 15.8 | 0.85 | 0.47 |
| Hex | DF | 48 | 12 | 0 | 44 | 5C | D | 10 | 55 | 2F |
| Octal | 337 | 110 | 22 | 0 | 104 | 134 | 15 | 20 | 125 | 57 |
| Binary | 11011111 | 1001000 | 10010 | 0 | 1000100 | 1011100 | 1101 | 10000 | 1010101 | 101111 |
Color Harmonies of #DF4812
Complementary color
Monochromatic Colors of #DF4812
Black with #DF4812
Text Example
Text Example
White with #DF4812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4812; }
p { color: rgb(223,72,18); }
H1.HeaderClassName
{
color: #DF4812;
}
.AnyTagClassName
{
color: #DF4812;
}
</style>
background-color css
<style>
a { background-color: #DF4812; }
a { background-color: rgb(223,72,18); }
div.DivClassName
{
background-color: #DF4812;
}
.BgClassName
{
background-color: #DF4812;
}
</style>
border-color css
<style>
span { border-color: #DF4812; }
span { border-color: rgb(223,72,18); }
td.TdClassName
{
border-color: #DF4812;
}
.TagClassName
{
border-color: #DF4812;
}
</style>