Shades of Persimmon #DD5909
Tints of Persimmon #DD5909
RGB
CMYK
RGB Variations
Color information
#DD5909 (or 0xDD5909) is known color: Persimmon. HEX triplet: DD, 59 and 09. RGB value is (221,89,9). Sum of RGB (Red+Green+Blue) = 221+89+9=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5909 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5909 is #22A6F6. Grayscale: #777777. Windows color (decimal): -2270967 or 612829. OLE color: 612829.
HSL color Cylindrical-coordinate representation of color #DD5909: hue angle of 22.64º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD5909 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 9 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.13 |
| HSL | 22.64º | 0.92% | 0.45% | - |
| HSV(B) | 22.64º | 0.96% | 0.87% | - |
| XYZ | 33.44 | 22.54 | 2.85 | - |
| YUV | 119.35 | 65.73 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 9 | 0 | 0.60 | 0.96 | 0.13 | 22.64 | 0.92 | 0.45 |
| Hex | DD | 59 | 9 | 0 | 3C | 60 | D | 17 | 5C | 2D |
| Octal | 335 | 131 | 11 | 0 | 74 | 140 | 15 | 27 | 134 | 55 |
| Binary | 11011101 | 1011001 | 1001 | 0 | 111100 | 1100000 | 1101 | 10111 | 1011100 | 101101 |
Color Harmonies of #DD5909
Complementary color
Monochromatic Colors of #DD5909
Black with #DD5909
Text Example
Text Example
White with #DD5909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5909; }
p { color: rgb(221,89,9); }
H1.HeaderClassName
{
color: #DD5909;
}
.AnyTagClassName
{
color: #DD5909;
}
</style>
background-color css
<style>
a { background-color: #DD5909; }
a { background-color: rgb(221,89,9); }
div.DivClassName
{
background-color: #DD5909;
}
.BgClassName
{
background-color: #DD5909;
}
</style>
border-color css
<style>
span { border-color: #DD5909; }
span { border-color: rgb(221,89,9); }
td.TdClassName
{
border-color: #DD5909;
}
.TagClassName
{
border-color: #DD5909;
}
</style>