Shades of Persimmon #DF6005
Tints of Persimmon #DF6005
RGB
CMYK
RGB Variations
Color information
#DF6005 (or 0xDF6005) is known color: Persimmon. HEX triplet: DF, 60 and 05. RGB value is (223,96,5). Sum of RGB (Red+Green+Blue) = 223+96+5=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6005 is #209FFA. Grayscale: #7C7C7C. Windows color (decimal): -2138107 or 352479. OLE color: 352479.
HSL color Cylindrical-coordinate representation of color #DF6005: hue angle of 25.05º 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 #DF6005 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 5 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.13 |
| HSL | 25.05º | 0.96% | 0.45% | - |
| HSV(B) | 25.05º | 0.98% | 0.87% | - |
| XYZ | 34.64 | 24.06 | 2.96 | - |
| YUV | 123.6 | 61.08 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 5 | 0 | 0.57 | 0.98 | 0.13 | 25.05 | 0.96 | 0.45 |
| Hex | DF | 60 | 5 | 0 | 39 | 62 | D | 19 | 60 | 2D |
| Octal | 337 | 140 | 5 | 0 | 71 | 142 | 15 | 31 | 140 | 55 |
| Binary | 11011111 | 1100000 | 101 | 0 | 111001 | 1100010 | 1101 | 11001 | 1100000 | 101101 |
Color Harmonies of #DF6005
Complementary color
Monochromatic Colors of #DF6005
Black with #DF6005
Text Example
Text Example
White with #DF6005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6005; }
p { color: rgb(223,96,5); }
H1.HeaderClassName
{
color: #DF6005;
}
.AnyTagClassName
{
color: #DF6005;
}
</style>
background-color css
<style>
a { background-color: #DF6005; }
a { background-color: rgb(223,96,5); }
div.DivClassName
{
background-color: #DF6005;
}
.BgClassName
{
background-color: #DF6005;
}
</style>
border-color css
<style>
span { border-color: #DF6005; }
span { border-color: rgb(223,96,5); }
td.TdClassName
{
border-color: #DF6005;
}
.TagClassName
{
border-color: #DF6005;
}
</style>