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