Shades of Persimmon #DF6104
Tints of Persimmon #DF6104
RGB
CMYK
RGB Variations
Color information
#DF6104 (or 0xDF6104) is known color: Persimmon. HEX triplet: DF, 61 and 04. RGB value is (223,97,4). Sum of RGB (Red+Green+Blue) = 223+97+4=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6104 is #209EFB. Grayscale: #7C7C7C. Windows color (decimal): -2137852 or 287199. OLE color: 287199.
HSL color Cylindrical-coordinate representation of color #DF6104: hue angle of 25.48º 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 #DF6104 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 4 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.13 |
| HSL | 25.48º | 0.96% | 0.45% | - |
| HSV(B) | 25.48º | 0.98% | 0.87% | - |
| XYZ | 34.73 | 24.25 | 2.96 | - |
| YUV | 124.07 | 60.24 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 4 | 0 | 0.57 | 0.98 | 0.13 | 25.48 | 0.96 | 0.45 |
| Hex | DF | 61 | 4 | 0 | 39 | 62 | D | 19 | 60 | 2D |
| Octal | 337 | 141 | 4 | 0 | 71 | 142 | 15 | 31 | 140 | 55 |
| Binary | 11011111 | 1100001 | 100 | 0 | 111001 | 1100010 | 1101 | 11001 | 1100000 | 101101 |
Color Harmonies of #DF6104
Complementary color
Monochromatic Colors of #DF6104
Black with #DF6104
Text Example
Text Example
White with #DF6104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6104; }
p { color: rgb(223,97,4); }
H1.HeaderClassName
{
color: #DF6104;
}
.AnyTagClassName
{
color: #DF6104;
}
</style>
background-color css
<style>
a { background-color: #DF6104; }
a { background-color: rgb(223,97,4); }
div.DivClassName
{
background-color: #DF6104;
}
.BgClassName
{
background-color: #DF6104;
}
</style>
border-color css
<style>
span { border-color: #DF6104; }
span { border-color: rgb(223,97,4); }
td.TdClassName
{
border-color: #DF6104;
}
.TagClassName
{
border-color: #DF6104;
}
</style>