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