Shades of Persimmon #DD5507
Tints of Persimmon #DD5507
RGB
CMYK
RGB Variations
Color information
#DD5507 (or 0xDD5507) is known color: Persimmon. HEX triplet: DD, 55 and 07. RGB value is (221,85,7). Sum of RGB (Red+Green+Blue) = 221+85+7=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5507 is #22AAF8. Grayscale: #757575. Windows color (decimal): -2271993 or 480733. OLE color: 480733.
HSL color Cylindrical-coordinate representation of color #DD5507: hue angle of 21.87º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD5507 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 7 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.13 |
| HSL | 21.87º | 0.94% | 0.45% | - |
| HSV(B) | 21.87º | 0.97% | 0.87% | - |
| XYZ | 33.11 | 21.88 | 2.68 | - |
| YUV | 116.77 | 66.06 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 7 | 0 | 0.62 | 0.97 | 0.13 | 21.87 | 0.94 | 0.45 |
| Hex | DD | 55 | 7 | 0 | 3E | 61 | D | 16 | 5E | 2D |
| Octal | 335 | 125 | 7 | 0 | 76 | 141 | 15 | 26 | 136 | 55 |
| Binary | 11011101 | 1010101 | 111 | 0 | 111110 | 1100001 | 1101 | 10110 | 1011110 | 101101 |
Color Harmonies of #DD5507
Complementary color
Monochromatic Colors of #DD5507
Black with #DD5507
Text Example
Text Example
White with #DD5507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5507; }
p { color: rgb(221,85,7); }
H1.HeaderClassName
{
color: #DD5507;
}
.AnyTagClassName
{
color: #DD5507;
}
</style>
background-color css
<style>
a { background-color: #DD5507; }
a { background-color: rgb(221,85,7); }
div.DivClassName
{
background-color: #DD5507;
}
.BgClassName
{
background-color: #DD5507;
}
</style>
border-color css
<style>
span { border-color: #DD5507; }
span { border-color: rgb(221,85,7); }
td.TdClassName
{
border-color: #DD5507;
}
.TagClassName
{
border-color: #DD5507;
}
</style>