Shades of Persimmon #DD5603
Tints of Persimmon #DD5603
RGB
CMYK
RGB Variations
Color information
#DD5603 (or 0xDD5603) is known color: Persimmon. HEX triplet: DD, 56 and 03. RGB value is (221,86,3). Sum of RGB (Red+Green+Blue) = 221+86+3=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5603 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5603 is #22A9FC. Grayscale: #757575. Windows color (decimal): -2271741 or 218845. OLE color: 218845.
HSL color Cylindrical-coordinate representation of color #DD5603: hue angle of 22.84º degrees, saturation: 0.97, 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 #DD5603 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 3 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.13 |
| HSL | 22.84º | 0.97% | 0.44% | - |
| HSV(B) | 22.84º | 0.99% | 0.87% | - |
| XYZ | 33.16 | 22.03 | 2.59 | - |
| YUV | 116.9 | 63.73 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 3 | 0 | 0.61 | 0.99 | 0.13 | 22.84 | 0.97 | 0.44 |
| Hex | DD | 56 | 3 | 0 | 3D | 63 | D | 17 | 61 | 2C |
| Octal | 335 | 126 | 3 | 0 | 75 | 143 | 15 | 27 | 141 | 54 |
| Binary | 11011101 | 1010110 | 11 | 0 | 111101 | 1100011 | 1101 | 10111 | 1100001 | 101100 |
Color Harmonies of #DD5603
Complementary color
Monochromatic Colors of #DD5603
Black with #DD5603
Text Example
Text Example
White with #DD5603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5603; }
p { color: rgb(221,86,3); }
H1.HeaderClassName
{
color: #DD5603;
}
.AnyTagClassName
{
color: #DD5603;
}
</style>
background-color css
<style>
a { background-color: #DD5603; }
a { background-color: rgb(221,86,3); }
div.DivClassName
{
background-color: #DD5603;
}
.BgClassName
{
background-color: #DD5603;
}
</style>
border-color css
<style>
span { border-color: #DD5603; }
span { border-color: rgb(221,86,3); }
td.TdClassName
{
border-color: #DD5603;
}
.TagClassName
{
border-color: #DD5603;
}
</style>