Shades of Persimmon #DD5505
Tints of Persimmon #DD5505
RGB
CMYK
RGB Variations
Color information
#DD5505 (or 0xDD5505) is known color: Persimmon. HEX triplet: DD, 55 and 05. RGB value is (221,85,5). Sum of RGB (Red+Green+Blue) = 221+85+5=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5505 is #22AAFA. Grayscale: #747474. Windows color (decimal): -2271995 or 349661. OLE color: 349661.
HSL color Cylindrical-coordinate representation of color #DD5505: hue angle of 22.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD5505 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 5 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.13 |
| HSL | 22.22º | 0.96% | 0.44% | - |
| HSV(B) | 22.22º | 0.98% | 0.87% | - |
| XYZ | 33.09 | 21.88 | 2.62 | - |
| YUV | 116.54 | 65.06 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 5 | 0 | 0.62 | 0.98 | 0.13 | 22.22 | 0.96 | 0.44 |
| Hex | DD | 55 | 5 | 0 | 3E | 62 | D | 16 | 60 | 2C |
| Octal | 335 | 125 | 5 | 0 | 76 | 142 | 15 | 26 | 140 | 54 |
| Binary | 11011101 | 1010101 | 101 | 0 | 111110 | 1100010 | 1101 | 10110 | 1100000 | 101100 |
Color Harmonies of #DD5505
Complementary color
Monochromatic Colors of #DD5505
Black with #DD5505
Text Example
Text Example
White with #DD5505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5505; }
p { color: rgb(221,85,5); }
H1.HeaderClassName
{
color: #DD5505;
}
.AnyTagClassName
{
color: #DD5505;
}
</style>
background-color css
<style>
a { background-color: #DD5505; }
a { background-color: rgb(221,85,5); }
div.DivClassName
{
background-color: #DD5505;
}
.BgClassName
{
background-color: #DD5505;
}
</style>
border-color css
<style>
span { border-color: #DD5505; }
span { border-color: rgb(221,85,5); }
td.TdClassName
{
border-color: #DD5505;
}
.TagClassName
{
border-color: #DD5505;
}
</style>