Shades of Persimmon #DF6201
Tints of Persimmon #DF6201
RGB
CMYK
RGB Variations
Color information
#DF6201 (or 0xDF6201) is known color: Persimmon. HEX triplet: DF, 62 and 01. RGB value is (223,98,1). Sum of RGB (Red+Green+Blue) = 223+98+1=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6201 is #209DFE. Grayscale: #7C7C7C. Windows color (decimal): -2137599 or 90847. OLE color: 90847.
HSL color Cylindrical-coordinate representation of color #DF6201: hue angle of 26.22º 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 #DF6201 is Cyan = 0, Magento = 0.56, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 1 | - |
| CMYK | 0 | 0.56 | 1.00 | 0.13 |
| HSL | 26.22º | 0.99% | 0.44% | - |
| HSV(B) | 26.22º | 1% | 0.87% | - |
| XYZ | 34.8 | 24.43 | 2.91 | - |
| YUV | 124.32 | 58.41 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 1 | 0 | 0.56 | 1.00 | 0.13 | 26.22 | 0.99 | 0.44 |
| Hex | DF | 62 | 1 | 0 | 38 | 64 | D | 1A | 63 | 2C |
| Octal | 337 | 142 | 1 | 0 | 70 | 144 | 15 | 32 | 143 | 54 |
| Binary | 11011111 | 1100010 | 1 | 0 | 111000 | 1100100 | 1101 | 11010 | 1100011 | 101100 |
Color Harmonies of #DF6201
Complementary color
Monochromatic Colors of #DF6201
Black with #DF6201
Text Example
Text Example
White with #DF6201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6201; }
p { color: rgb(223,98,1); }
H1.HeaderClassName
{
color: #DF6201;
}
.AnyTagClassName
{
color: #DF6201;
}
</style>
background-color css
<style>
a { background-color: #DF6201; }
a { background-color: rgb(223,98,1); }
div.DivClassName
{
background-color: #DF6201;
}
.BgClassName
{
background-color: #DF6201;
}
</style>
border-color css
<style>
span { border-color: #DF6201; }
span { border-color: rgb(223,98,1); }
td.TdClassName
{
border-color: #DF6201;
}
.TagClassName
{
border-color: #DF6201;
}
</style>