Shades of Persimmon #DF4600
Tints of Persimmon #DF4600
RGB
CMYK
RGB Variations
Color information
#DF4600 (or 0xDF4600) is known color: Persimmon. HEX triplet: DF, 46 and 00. RGB value is (223,70,0). Sum of RGB (Red+Green+Blue) = 223+70+0=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4600 is #20B9FF. Grayscale: #6C6C6C. Windows color (decimal): -2144768 or 18143. OLE color: 18143.
HSL color Cylindrical-coordinate representation of color #DF4600: hue angle of 18.83º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF4600 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.13 |
| HSL | 18.83º | 1% | 0.44% | - |
| HSV(B) | 18.83º | 1% | 0.87% | - |
| XYZ | 32.62 | 20.07 | 2.15 | - |
| YUV | 107.77 | 67.19 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 0 | 0 | 0.69 | 1 | 0.13 | 18.83 | 1 | 0.44 |
| Hex | DF | 46 | 0 | 0 | 45 | 64 | D | 13 | 64 | 2C |
| Octal | 337 | 106 | 0 | 0 | 105 | 144 | 15 | 23 | 144 | 54 |
| Binary | 11011111 | 1000110 | 0 | 0 | 1000101 | 1100100 | 1101 | 10011 | 1100100 | 101100 |
Color Harmonies of #DF4600
Complementary color
Monochromatic Colors of #DF4600
Black with #DF4600
Text Example
Text Example
White with #DF4600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4600; }
p { color: rgb(223,70,0); }
H1.HeaderClassName
{
color: #DF4600;
}
.AnyTagClassName
{
color: #DF4600;
}
</style>
background-color css
<style>
a { background-color: #DF4600; }
a { background-color: rgb(223,70,0); }
div.DivClassName
{
background-color: #DF4600;
}
.BgClassName
{
background-color: #DF4600;
}
</style>
border-color css
<style>
span { border-color: #DF4600; }
span { border-color: rgb(223,70,0); }
td.TdClassName
{
border-color: #DF4600;
}
.TagClassName
{
border-color: #DF4600;
}
</style>