Shades of Persimmon #DD490D
Tints of Persimmon #DD490D
RGB
CMYK
RGB Variations
Color information
#DD490D (or 0xDD490D) is known color: Persimmon. HEX triplet: DD, 49 and 0D. RGB value is (221,73,13). Sum of RGB (Red+Green+Blue) = 221+73+13=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD490D is #22B6F2. Grayscale: #6E6E6E. Windows color (decimal): -2275059 or 870877. OLE color: 870877.
HSL color Cylindrical-coordinate representation of color #DD490D: hue angle of 17.31º 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 #DD490D is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 13 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.13 |
| HSL | 17.31º | 0.89% | 0.46% | - |
| HSV(B) | 17.31º | 0.94% | 0.87% | - |
| XYZ | 32.27 | 20.17 | 2.57 | - |
| YUV | 110.41 | 73.03 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 13 | 0 | 0.67 | 0.94 | 0.13 | 17.31 | 0.89 | 0.46 |
| Hex | DD | 49 | D | 0 | 43 | 5E | D | 11 | 59 | 2E |
| Octal | 335 | 111 | 15 | 0 | 103 | 136 | 15 | 21 | 131 | 56 |
| Binary | 11011101 | 1001001 | 1101 | 0 | 1000011 | 1011110 | 1101 | 10001 | 1011001 | 101110 |
Color Harmonies of #DD490D
Complementary color
Monochromatic Colors of #DD490D
Black with #DD490D
Text Example
Text Example
White with #DD490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD490D; }
p { color: rgb(221,73,13); }
H1.HeaderClassName
{
color: #DD490D;
}
.AnyTagClassName
{
color: #DD490D;
}
</style>
background-color css
<style>
a { background-color: #DD490D; }
a { background-color: rgb(221,73,13); }
div.DivClassName
{
background-color: #DD490D;
}
.BgClassName
{
background-color: #DD490D;
}
</style>
border-color css
<style>
span { border-color: #DD490D; }
span { border-color: rgb(221,73,13); }
td.TdClassName
{
border-color: #DD490D;
}
.TagClassName
{
border-color: #DD490D;
}
</style>