Shades of Persimmon #DD5602
Tints of Persimmon #DD5602
RGB
CMYK
RGB Variations
Color information
#DD5602 (or 0xDD5602) is known color: Persimmon. HEX triplet: DD, 56 and 02. RGB value is (221,86,2). Sum of RGB (Red+Green+Blue) = 221+86+2=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5602 is #22A9FD. Grayscale: #757575. Windows color (decimal): -2271742 or 153309. OLE color: 153309.
HSL color Cylindrical-coordinate representation of color #DD5602: hue angle of 23.01º 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 #DD5602 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.13 |
| HSL | 23.01º | 0.98% | 0.44% | - |
| HSV(B) | 23.01º | 0.99% | 0.87% | - |
| XYZ | 33.16 | 22.03 | 2.56 | - |
| YUV | 116.79 | 63.23 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 2 | 0 | 0.61 | 0.99 | 0.13 | 23.01 | 0.98 | 0.44 |
| Hex | DD | 56 | 2 | 0 | 3D | 63 | D | 17 | 62 | 2C |
| Octal | 335 | 126 | 2 | 0 | 75 | 143 | 15 | 27 | 142 | 54 |
| Binary | 11011101 | 1010110 | 10 | 0 | 111101 | 1100011 | 1101 | 10111 | 1100010 | 101100 |
Color Harmonies of #DD5602
Complementary color
Monochromatic Colors of #DD5602
Black with #DD5602
Text Example
Text Example
White with #DD5602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5602; }
p { color: rgb(221,86,2); }
H1.HeaderClassName
{
color: #DD5602;
}
.AnyTagClassName
{
color: #DD5602;
}
</style>
background-color css
<style>
a { background-color: #DD5602; }
a { background-color: rgb(221,86,2); }
div.DivClassName
{
background-color: #DD5602;
}
.BgClassName
{
background-color: #DD5602;
}
</style>
border-color css
<style>
span { border-color: #DD5602; }
span { border-color: rgb(221,86,2); }
td.TdClassName
{
border-color: #DD5602;
}
.TagClassName
{
border-color: #DD5602;
}
</style>