Shades of Persimmon #DF4204
Tints of Persimmon #DF4204
RGB
CMYK
RGB Variations
Color information
#DF4204 (or 0xDF4204) is known color: Persimmon. HEX triplet: DF, 42 and 04. RGB value is (223,66,4). Sum of RGB (Red+Green+Blue) = 223+66+4=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4204 is #20BDFB. Grayscale: #6A6A6A. Windows color (decimal): -2145788 or 279263. OLE color: 279263.
HSL color Cylindrical-coordinate representation of color #DF4204: hue angle of 16.99º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF4204 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 4 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.13 |
| HSL | 16.99º | 0.96% | 0.45% | - |
| HSV(B) | 16.99º | 0.98% | 0.87% | - |
| XYZ | 32.4 | 19.59 | 2.19 | - |
| YUV | 105.88 | 70.51 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 4 | 0 | 0.70 | 0.98 | 0.13 | 16.99 | 0.96 | 0.45 |
| Hex | DF | 42 | 4 | 0 | 46 | 62 | D | 11 | 60 | 2D |
| Octal | 337 | 102 | 4 | 0 | 106 | 142 | 15 | 21 | 140 | 55 |
| Binary | 11011111 | 1000010 | 100 | 0 | 1000110 | 1100010 | 1101 | 10001 | 1100000 | 101101 |
Color Harmonies of #DF4204
Complementary color
Monochromatic Colors of #DF4204
Black with #DF4204
Text Example
Text Example
White with #DF4204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4204; }
p { color: rgb(223,66,4); }
H1.HeaderClassName
{
color: #DF4204;
}
.AnyTagClassName
{
color: #DF4204;
}
</style>
background-color css
<style>
a { background-color: #DF4204; }
a { background-color: rgb(223,66,4); }
div.DivClassName
{
background-color: #DF4204;
}
.BgClassName
{
background-color: #DF4204;
}
</style>
border-color css
<style>
span { border-color: #DF4204; }
span { border-color: rgb(223,66,4); }
td.TdClassName
{
border-color: #DF4204;
}
.TagClassName
{
border-color: #DF4204;
}
</style>