Shades of Persimmon #DF4005
Tints of Persimmon #DF4005
RGB
CMYK
RGB Variations
Color information
#DF4005 (or 0xDF4005) is known color: Persimmon. HEX triplet: DF, 40 and 05. RGB value is (223,64,5). Sum of RGB (Red+Green+Blue) = 223+64+5=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4005 is #20BFFA. Grayscale: #696969. Windows color (decimal): -2146299 or 344287. OLE color: 344287.
HSL color Cylindrical-coordinate representation of color #DF4005: hue angle of 16.24º 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 #DF4005 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 5 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.13 |
| HSL | 16.24º | 0.96% | 0.45% | - |
| HSV(B) | 16.24º | 0.98% | 0.87% | - |
| XYZ | 32.29 | 19.37 | 2.18 | - |
| YUV | 104.82 | 71.68 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 5 | 0 | 0.71 | 0.98 | 0.13 | 16.24 | 0.96 | 0.45 |
| Hex | DF | 40 | 5 | 0 | 47 | 62 | D | 10 | 60 | 2D |
| Octal | 337 | 100 | 5 | 0 | 107 | 142 | 15 | 20 | 140 | 55 |
| Binary | 11011111 | 1000000 | 101 | 0 | 1000111 | 1100010 | 1101 | 10000 | 1100000 | 101101 |
Color Harmonies of #DF4005
Complementary color
Monochromatic Colors of #DF4005
Black with #DF4005
Text Example
Text Example
White with #DF4005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4005; }
p { color: rgb(223,64,5); }
H1.HeaderClassName
{
color: #DF4005;
}
.AnyTagClassName
{
color: #DF4005;
}
</style>
background-color css
<style>
a { background-color: #DF4005; }
a { background-color: rgb(223,64,5); }
div.DivClassName
{
background-color: #DF4005;
}
.BgClassName
{
background-color: #DF4005;
}
</style>
border-color css
<style>
span { border-color: #DF4005; }
span { border-color: rgb(223,64,5); }
td.TdClassName
{
border-color: #DF4005;
}
.TagClassName
{
border-color: #DF4005;
}
</style>