Shades of Persimmon #DF4300
Tints of Persimmon #DF4300
RGB
CMYK
RGB Variations
Color information
#DF4300 (or 0xDF4300) is known color: Persimmon. HEX triplet: DF, 43 and 00. RGB value is (223,67,0). Sum of RGB (Red+Green+Blue) = 223+67+0=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4300 is #20BCFF. Grayscale: #6A6A6A. Windows color (decimal): -2145536 or 17375. OLE color: 17375.
HSL color Cylindrical-coordinate representation of color #DF4300: hue angle of 18.03º 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 #DF4300 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.13 |
| HSL | 18.03º | 1% | 0.44% | - |
| HSV(B) | 18.03º | 1% | 0.87% | - |
| XYZ | 32.44 | 19.7 | 2.09 | - |
| YUV | 106.01 | 68.18 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 0 | 0 | 0.70 | 1 | 0.13 | 18.03 | 1 | 0.44 |
| Hex | DF | 43 | 0 | 0 | 46 | 64 | D | 12 | 64 | 2C |
| Octal | 337 | 103 | 0 | 0 | 106 | 144 | 15 | 22 | 144 | 54 |
| Binary | 11011111 | 1000011 | 0 | 0 | 1000110 | 1100100 | 1101 | 10010 | 1100100 | 101100 |
Color Harmonies of #DF4300
Complementary color
Monochromatic Colors of #DF4300
Black with #DF4300
Text Example
Text Example
White with #DF4300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4300; }
p { color: rgb(223,67,0); }
H1.HeaderClassName
{
color: #DF4300;
}
.AnyTagClassName
{
color: #DF4300;
}
</style>
background-color css
<style>
a { background-color: #DF4300; }
a { background-color: rgb(223,67,0); }
div.DivClassName
{
background-color: #DF4300;
}
.BgClassName
{
background-color: #DF4300;
}
</style>
border-color css
<style>
span { border-color: #DF4300; }
span { border-color: rgb(223,67,0); }
td.TdClassName
{
border-color: #DF4300;
}
.TagClassName
{
border-color: #DF4300;
}
</style>