Shades of Persimmon #DD490F
Tints of Persimmon #DD490F
RGB
CMYK
RGB Variations
Color information
#DD490F (or 0xDD490F) is known color: Persimmon. HEX triplet: DD, 49 and 0F. RGB value is (221,73,15). Sum of RGB (Red+Green+Blue) = 221+73+15=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD490F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD490F is #22B6F0. Grayscale: #6F6F6F. Windows color (decimal): -2275057 or 1001949. OLE color: 1001949.
HSL color Cylindrical-coordinate representation of color #DD490F: hue angle of 16.89º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD490F is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 15 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.13 |
| HSL | 16.89º | 0.87% | 0.46% | - |
| HSV(B) | 16.89º | 0.93% | 0.87% | - |
| XYZ | 32.29 | 20.17 | 2.64 | - |
| YUV | 110.64 | 74.03 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 15 | 0 | 0.67 | 0.93 | 0.13 | 16.89 | 0.87 | 0.46 |
| Hex | DD | 49 | F | 0 | 43 | 5D | D | 11 | 57 | 2E |
| Octal | 335 | 111 | 17 | 0 | 103 | 135 | 15 | 21 | 127 | 56 |
| Binary | 11011101 | 1001001 | 1111 | 0 | 1000011 | 1011101 | 1101 | 10001 | 1010111 | 101110 |
Color Harmonies of #DD490F
Complementary color
Monochromatic Colors of #DD490F
Black with #DD490F
Text Example
Text Example
White with #DD490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD490F; }
p { color: rgb(221,73,15); }
H1.HeaderClassName
{
color: #DD490F;
}
.AnyTagClassName
{
color: #DD490F;
}
</style>
background-color css
<style>
a { background-color: #DD490F; }
a { background-color: rgb(221,73,15); }
div.DivClassName
{
background-color: #DD490F;
}
.BgClassName
{
background-color: #DD490F;
}
</style>
border-color css
<style>
span { border-color: #DD490F; }
span { border-color: rgb(221,73,15); }
td.TdClassName
{
border-color: #DD490F;
}
.TagClassName
{
border-color: #DD490F;
}
</style>