Shades of Persimmon #DF6101
Tints of Persimmon #DF6101
RGB
CMYK
RGB Variations
Color information
#DF6101 (or 0xDF6101) is known color: Persimmon. HEX triplet: DF, 61 and 01. RGB value is (223,97,1). Sum of RGB (Red+Green+Blue) = 223+97+1=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6101 is #209EFE. Grayscale: #7C7C7C. Windows color (decimal): -2137855 or 90591. OLE color: 90591.
HSL color Cylindrical-coordinate representation of color #DF6101: hue angle of 25.95º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF6101 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 1 | - |
| CMYK | 0 | 0.57 | 1.00 | 0.13 |
| HSL | 25.95º | 0.99% | 0.44% | - |
| HSV(B) | 25.95º | 1% | 0.87% | - |
| XYZ | 34.71 | 24.24 | 2.88 | - |
| YUV | 123.73 | 58.74 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 1 | 0 | 0.57 | 1.00 | 0.13 | 25.95 | 0.99 | 0.44 |
| Hex | DF | 61 | 1 | 0 | 39 | 64 | D | 1A | 63 | 2C |
| Octal | 337 | 141 | 1 | 0 | 71 | 144 | 15 | 32 | 143 | 54 |
| Binary | 11011111 | 1100001 | 1 | 0 | 111001 | 1100100 | 1101 | 11010 | 1100011 | 101100 |
Color Harmonies of #DF6101
Complementary color
Monochromatic Colors of #DF6101
Black with #DF6101
Text Example
Text Example
White with #DF6101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6101; }
p { color: rgb(223,97,1); }
H1.HeaderClassName
{
color: #DF6101;
}
.AnyTagClassName
{
color: #DF6101;
}
</style>
background-color css
<style>
a { background-color: #DF6101; }
a { background-color: rgb(223,97,1); }
div.DivClassName
{
background-color: #DF6101;
}
.BgClassName
{
background-color: #DF6101;
}
</style>
border-color css
<style>
span { border-color: #DF6101; }
span { border-color: rgb(223,97,1); }
td.TdClassName
{
border-color: #DF6101;
}
.TagClassName
{
border-color: #DF6101;
}
</style>