Shades of Persimmon #DD5210
Tints of Persimmon #DD5210
RGB
CMYK
RGB Variations
Color information
#DD5210 (or 0xDD5210) is known color: Persimmon. HEX triplet: DD, 52 and 10. RGB value is (221,82,16). Sum of RGB (Red+Green+Blue) = 221+82+16=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5210 is #22ADEF. Grayscale: #747474. Windows color (decimal): -2272752 or 1069789. OLE color: 1069789.
HSL color Cylindrical-coordinate representation of color #DD5210: hue angle of 19.32º degrees, saturation: 0.86, 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 #DD5210 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 16 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.13 |
| HSL | 19.32º | 0.86% | 0.46% | - |
| HSV(B) | 19.32º | 0.93% | 0.87% | - |
| XYZ | 32.93 | 21.44 | 2.89 | - |
| YUV | 116.04 | 71.55 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 16 | 0 | 0.63 | 0.93 | 0.13 | 19.32 | 0.86 | 0.46 |
| Hex | DD | 52 | 10 | 0 | 3F | 5D | D | 13 | 56 | 2E |
| Octal | 335 | 122 | 20 | 0 | 77 | 135 | 15 | 23 | 126 | 56 |
| Binary | 11011101 | 1010010 | 10000 | 0 | 111111 | 1011101 | 1101 | 10011 | 1010110 | 101110 |
Color Harmonies of #DD5210
Complementary color
Monochromatic Colors of #DD5210
Black with #DD5210
Text Example
Text Example
White with #DD5210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5210; }
p { color: rgb(221,82,16); }
H1.HeaderClassName
{
color: #DD5210;
}
.AnyTagClassName
{
color: #DD5210;
}
</style>
background-color css
<style>
a { background-color: #DD5210; }
a { background-color: rgb(221,82,16); }
div.DivClassName
{
background-color: #DD5210;
}
.BgClassName
{
background-color: #DD5210;
}
</style>
border-color css
<style>
span { border-color: #DD5210; }
span { border-color: rgb(221,82,16); }
td.TdClassName
{
border-color: #DD5210;
}
.TagClassName
{
border-color: #DD5210;
}
</style>