Shades of Persimmon #DD5802
Tints of Persimmon #DD5802
RGB
CMYK
RGB Variations
Color information
#DD5802 (or 0xDD5802) is known color: Persimmon. HEX triplet: DD, 58 and 02. RGB value is (221,88,2). Sum of RGB (Red+Green+Blue) = 221+88+2=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5802 is #22A7FD. Grayscale: #767676. Windows color (decimal): -2271230 or 153821. OLE color: 153821.
HSL color Cylindrical-coordinate representation of color #DD5802: hue angle of 23.56º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD5802 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.13 |
| HSL | 23.56º | 0.98% | 0.44% | - |
| HSV(B) | 23.56º | 0.99% | 0.87% | - |
| XYZ | 33.32 | 22.36 | 2.62 | - |
| YUV | 117.96 | 62.56 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 2 | 0 | 0.60 | 0.99 | 0.13 | 23.56 | 0.98 | 0.44 |
| Hex | DD | 58 | 2 | 0 | 3C | 63 | D | 18 | 62 | 2C |
| Octal | 335 | 130 | 2 | 0 | 74 | 143 | 15 | 30 | 142 | 54 |
| Binary | 11011101 | 1011000 | 10 | 0 | 111100 | 1100011 | 1101 | 11000 | 1100010 | 101100 |
Color Harmonies of #DD5802
Complementary color
Monochromatic Colors of #DD5802
Black with #DD5802
Text Example
Text Example
White with #DD5802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5802; }
p { color: rgb(221,88,2); }
H1.HeaderClassName
{
color: #DD5802;
}
.AnyTagClassName
{
color: #DD5802;
}
</style>
background-color css
<style>
a { background-color: #DD5802; }
a { background-color: rgb(221,88,2); }
div.DivClassName
{
background-color: #DD5802;
}
.BgClassName
{
background-color: #DD5802;
}
</style>
border-color css
<style>
span { border-color: #DD5802; }
span { border-color: rgb(221,88,2); }
td.TdClassName
{
border-color: #DD5802;
}
.TagClassName
{
border-color: #DD5802;
}
</style>