Shades of Persimmon #DF4504
Tints of Persimmon #DF4504
RGB
CMYK
RGB Variations
Color information
#DF4504 (or 0xDF4504) is known color: Persimmon. HEX triplet: DF, 45 and 04. RGB value is (223,69,4). Sum of RGB (Red+Green+Blue) = 223+69+4=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4504 is #20BAFB. Grayscale: #6C6C6C. Windows color (decimal): -2145020 or 280031. OLE color: 280031.
HSL color Cylindrical-coordinate representation of color #DF4504: hue angle of 17.81º 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 #DF4504 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.13 |
| HSL | 17.81º | 0.96% | 0.45% | - |
| HSV(B) | 17.81º | 0.98% | 0.87% | - |
| XYZ | 32.58 | 19.95 | 2.25 | - |
| YUV | 107.64 | 69.52 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 4 | 0 | 0.69 | 0.98 | 0.13 | 17.81 | 0.96 | 0.45 |
| Hex | DF | 45 | 4 | 0 | 45 | 62 | D | 12 | 60 | 2D |
| Octal | 337 | 105 | 4 | 0 | 105 | 142 | 15 | 22 | 140 | 55 |
| Binary | 11011111 | 1000101 | 100 | 0 | 1000101 | 1100010 | 1101 | 10010 | 1100000 | 101101 |
Color Harmonies of #DF4504
Complementary color
Monochromatic Colors of #DF4504
Black with #DF4504
Text Example
Text Example
White with #DF4504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4504; }
p { color: rgb(223,69,4); }
H1.HeaderClassName
{
color: #DF4504;
}
.AnyTagClassName
{
color: #DF4504;
}
</style>
background-color css
<style>
a { background-color: #DF4504; }
a { background-color: rgb(223,69,4); }
div.DivClassName
{
background-color: #DF4504;
}
.BgClassName
{
background-color: #DF4504;
}
</style>
border-color css
<style>
span { border-color: #DF4504; }
span { border-color: rgb(223,69,4); }
td.TdClassName
{
border-color: #DF4504;
}
.TagClassName
{
border-color: #DF4504;
}
</style>