Shades of Persimmon #DF6202
Tints of Persimmon #DF6202
RGB
CMYK
RGB Variations
Color information
#DF6202 (or 0xDF6202) is known color: Persimmon. HEX triplet: DF, 62 and 02. RGB value is (223,98,2). Sum of RGB (Red+Green+Blue) = 223+98+2=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6202 is #209DFD. Grayscale: #7C7C7C. Windows color (decimal): -2137598 or 156383. OLE color: 156383.
HSL color Cylindrical-coordinate representation of color #DF6202: hue angle of 26.06º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF6202 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.13 |
| HSL | 26.06º | 0.98% | 0.44% | - |
| HSV(B) | 26.06º | 0.99% | 0.87% | - |
| XYZ | 34.81 | 24.43 | 2.94 | - |
| YUV | 124.43 | 58.91 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 2 | 0 | 0.56 | 0.99 | 0.13 | 26.06 | 0.98 | 0.44 |
| Hex | DF | 62 | 2 | 0 | 38 | 63 | D | 1A | 62 | 2C |
| Octal | 337 | 142 | 2 | 0 | 70 | 143 | 15 | 32 | 142 | 54 |
| Binary | 11011111 | 1100010 | 10 | 0 | 111000 | 1100011 | 1101 | 11010 | 1100010 | 101100 |
Color Harmonies of #DF6202
Complementary color
Monochromatic Colors of #DF6202
Black with #DF6202
Text Example
Text Example
White with #DF6202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6202; }
p { color: rgb(223,98,2); }
H1.HeaderClassName
{
color: #DF6202;
}
.AnyTagClassName
{
color: #DF6202;
}
</style>
background-color css
<style>
a { background-color: #DF6202; }
a { background-color: rgb(223,98,2); }
div.DivClassName
{
background-color: #DF6202;
}
.BgClassName
{
background-color: #DF6202;
}
</style>
border-color css
<style>
span { border-color: #DF6202; }
span { border-color: rgb(223,98,2); }
td.TdClassName
{
border-color: #DF6202;
}
.TagClassName
{
border-color: #DF6202;
}
</style>