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