Shades of Persimmon #DF620D
Tints of Persimmon #DF620D
RGB
CMYK
RGB Variations
Color information
#DF620D (or 0xDF620D) is known color: Persimmon. HEX triplet: DF, 62 and 0D. RGB value is (223,98,13). Sum of RGB (Red+Green+Blue) = 223+98+13=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF620D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF620D is #209DF2. Grayscale: #7E7E7E. Windows color (decimal): -2137587 or 877279. OLE color: 877279.
HSL color Cylindrical-coordinate representation of color #DF620D: hue angle of 24.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF620D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 13 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.13 |
| HSL | 24.29º | 0.89% | 0.46% | - |
| HSV(B) | 24.29º | 0.94% | 0.87% | - |
| XYZ | 34.87 | 24.45 | 3.26 | - |
| YUV | 125.69 | 64.41 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 13 | 0 | 0.56 | 0.94 | 0.13 | 24.29 | 0.89 | 0.46 |
| Hex | DF | 62 | D | 0 | 38 | 5E | D | 18 | 59 | 2E |
| Octal | 337 | 142 | 15 | 0 | 70 | 136 | 15 | 30 | 131 | 56 |
| Binary | 11011111 | 1100010 | 1101 | 0 | 111000 | 1011110 | 1101 | 11000 | 1011001 | 101110 |
Color Harmonies of #DF620D
Complementary color
Monochromatic Colors of #DF620D
Black with #DF620D
Text Example
Text Example
White with #DF620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF620D; }
p { color: rgb(223,98,13); }
H1.HeaderClassName
{
color: #DF620D;
}
.AnyTagClassName
{
color: #DF620D;
}
</style>
background-color css
<style>
a { background-color: #DF620D; }
a { background-color: rgb(223,98,13); }
div.DivClassName
{
background-color: #DF620D;
}
.BgClassName
{
background-color: #DF620D;
}
</style>
border-color css
<style>
span { border-color: #DF620D; }
span { border-color: rgb(223,98,13); }
td.TdClassName
{
border-color: #DF620D;
}
.TagClassName
{
border-color: #DF620D;
}
</style>