Shades of Persimmon #DF610D
Tints of Persimmon #DF610D
RGB
CMYK
RGB Variations
Color information
#DF610D (or 0xDF610D) is known color: Persimmon. HEX triplet: DF, 61 and 0D. RGB value is (223,97,13). Sum of RGB (Red+Green+Blue) = 223+97+13=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF610D is #209EF2. Grayscale: #7D7D7D. Windows color (decimal): -2137843 or 877023. OLE color: 877023.
HSL color Cylindrical-coordinate representation of color #DF610D: hue angle of 24º 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 #DF610D is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 13 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.13 |
| HSL | 24º | 0.89% | 0.46% | - |
| HSV(B) | 24º | 0.94% | 0.87% | - |
| XYZ | 34.78 | 24.27 | 3.23 | - |
| YUV | 125.1 | 64.74 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 13 | 0 | 0.57 | 0.94 | 0.13 | 24 | 0.89 | 0.46 |
| Hex | DF | 61 | D | 0 | 39 | 5E | D | 18 | 59 | 2E |
| Octal | 337 | 141 | 15 | 0 | 71 | 136 | 15 | 30 | 131 | 56 |
| Binary | 11011111 | 1100001 | 1101 | 0 | 111001 | 1011110 | 1101 | 11000 | 1011001 | 101110 |
Color Harmonies of #DF610D
Complementary color
Monochromatic Colors of #DF610D
Black with #DF610D
Text Example
Text Example
White with #DF610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF610D; }
p { color: rgb(223,97,13); }
H1.HeaderClassName
{
color: #DF610D;
}
.AnyTagClassName
{
color: #DF610D;
}
</style>
background-color css
<style>
a { background-color: #DF610D; }
a { background-color: rgb(223,97,13); }
div.DivClassName
{
background-color: #DF610D;
}
.BgClassName
{
background-color: #DF610D;
}
</style>
border-color css
<style>
span { border-color: #DF610D; }
span { border-color: rgb(223,97,13); }
td.TdClassName
{
border-color: #DF610D;
}
.TagClassName
{
border-color: #DF610D;
}
</style>