Shades of Persimmon #DF620A
Tints of Persimmon #DF620A
RGB
CMYK
RGB Variations
Color information
#DF620A (or 0xDF620A) is known color: Persimmon. HEX triplet: DF, 62 and 0A. RGB value is (223,98,10). Sum of RGB (Red+Green+Blue) = 223+98+10=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF620A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF620A is #209DF5. Grayscale: #7D7D7D. Windows color (decimal): -2137590 or 680671. OLE color: 680671.
HSL color Cylindrical-coordinate representation of color #DF620A: hue angle of 24.79º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF620A is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 10 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.13 |
| HSL | 24.79º | 0.91% | 0.46% | - |
| HSV(B) | 24.79º | 0.96% | 0.87% | - |
| XYZ | 34.85 | 24.45 | 3.17 | - |
| YUV | 125.34 | 62.91 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 10 | 0 | 0.56 | 0.96 | 0.13 | 24.79 | 0.91 | 0.46 |
| Hex | DF | 62 | A | 0 | 38 | 60 | D | 19 | 5B | 2E |
| Octal | 337 | 142 | 12 | 0 | 70 | 140 | 15 | 31 | 133 | 56 |
| Binary | 11011111 | 1100010 | 1010 | 0 | 111000 | 1100000 | 1101 | 11001 | 1011011 | 101110 |
Color Harmonies of #DF620A
Complementary color
Monochromatic Colors of #DF620A
Black with #DF620A
Text Example
Text Example
White with #DF620A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF620A; }
p { color: rgb(223,98,10); }
H1.HeaderClassName
{
color: #DF620A;
}
.AnyTagClassName
{
color: #DF620A;
}
</style>
background-color css
<style>
a { background-color: #DF620A; }
a { background-color: rgb(223,98,10); }
div.DivClassName
{
background-color: #DF620A;
}
.BgClassName
{
background-color: #DF620A;
}
</style>
border-color css
<style>
span { border-color: #DF620A; }
span { border-color: rgb(223,98,10); }
td.TdClassName
{
border-color: #DF620A;
}
.TagClassName
{
border-color: #DF620A;
}
</style>