Shades of Persimmon #DF490D
Tints of Persimmon #DF490D
RGB
CMYK
RGB Variations
Color information
#DF490D (or 0xDF490D) is known color: Persimmon. HEX triplet: DF, 49 and 0D. RGB value is (223,73,13). Sum of RGB (Red+Green+Blue) = 223+73+13=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF490D is #20B6F2. Grayscale: #6F6F6F. Windows color (decimal): -2143987 or 870879. OLE color: 870879.
HSL color Cylindrical-coordinate representation of color #DF490D: hue angle of 17.14º 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 #DF490D is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 13 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.13 |
| HSL | 17.14º | 0.89% | 0.46% | - |
| HSV(B) | 17.14º | 0.94% | 0.87% | - |
| XYZ | 32.89 | 20.48 | 2.6 | - |
| YUV | 111.01 | 72.7 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 13 | 0 | 0.67 | 0.94 | 0.13 | 17.14 | 0.89 | 0.46 |
| Hex | DF | 49 | D | 0 | 43 | 5E | D | 11 | 59 | 2E |
| Octal | 337 | 111 | 15 | 0 | 103 | 136 | 15 | 21 | 131 | 56 |
| Binary | 11011111 | 1001001 | 1101 | 0 | 1000011 | 1011110 | 1101 | 10001 | 1011001 | 101110 |
Color Harmonies of #DF490D
Complementary color
Monochromatic Colors of #DF490D
Black with #DF490D
Text Example
Text Example
White with #DF490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF490D; }
p { color: rgb(223,73,13); }
H1.HeaderClassName
{
color: #DF490D;
}
.AnyTagClassName
{
color: #DF490D;
}
</style>
background-color css
<style>
a { background-color: #DF490D; }
a { background-color: rgb(223,73,13); }
div.DivClassName
{
background-color: #DF490D;
}
.BgClassName
{
background-color: #DF490D;
}
</style>
border-color css
<style>
span { border-color: #DF490D; }
span { border-color: rgb(223,73,13); }
td.TdClassName
{
border-color: #DF490D;
}
.TagClassName
{
border-color: #DF490D;
}
</style>