Shades of Persimmon #DD5805
Tints of Persimmon #DD5805
RGB
CMYK
RGB Variations
Color information
#DD5805 (or 0xDD5805) is known color: Persimmon. HEX triplet: DD, 58 and 05. RGB value is (221,88,5). Sum of RGB (Red+Green+Blue) = 221+88+5=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5805 is #22A7FA. Grayscale: #767676. Windows color (decimal): -2271227 or 350429. OLE color: 350429.
HSL color Cylindrical-coordinate representation of color #DD5805: hue angle of 23.06º 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 #DD5805 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 5 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.13 |
| HSL | 23.06º | 0.96% | 0.44% | - |
| HSV(B) | 23.06º | 0.98% | 0.87% | - |
| XYZ | 33.34 | 22.36 | 2.7 | - |
| YUV | 118.31 | 64.06 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 5 | 0 | 0.60 | 0.98 | 0.13 | 23.06 | 0.96 | 0.44 |
| Hex | DD | 58 | 5 | 0 | 3C | 62 | D | 17 | 60 | 2C |
| Octal | 335 | 130 | 5 | 0 | 74 | 142 | 15 | 27 | 140 | 54 |
| Binary | 11011101 | 1011000 | 101 | 0 | 111100 | 1100010 | 1101 | 10111 | 1100000 | 101100 |
Color Harmonies of #DD5805
Complementary color
Monochromatic Colors of #DD5805
Black with #DD5805
Text Example
Text Example
White with #DD5805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5805; }
p { color: rgb(221,88,5); }
H1.HeaderClassName
{
color: #DD5805;
}
.AnyTagClassName
{
color: #DD5805;
}
</style>
background-color css
<style>
a { background-color: #DD5805; }
a { background-color: rgb(221,88,5); }
div.DivClassName
{
background-color: #DD5805;
}
.BgClassName
{
background-color: #DD5805;
}
</style>
border-color css
<style>
span { border-color: #DD5805; }
span { border-color: rgb(221,88,5); }
td.TdClassName
{
border-color: #DD5805;
}
.TagClassName
{
border-color: #DD5805;
}
</style>