Shades of Persimmon #DD5611
Tints of Persimmon #DD5611
RGB
CMYK
RGB Variations
Color information
#DD5611 (or 0xDD5611) is known color: Persimmon. HEX triplet: DD, 56 and 11. RGB value is (221,86,17). Sum of RGB (Red+Green+Blue) = 221+86+17=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5611 is #22A9EE. Grayscale: #767676. Windows color (decimal): -2271727 or 1136349. OLE color: 1136349.
HSL color Cylindrical-coordinate representation of color #DD5611: hue angle of 20.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD5611 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 17 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.13 |
| HSL | 20.29º | 0.86% | 0.47% | - |
| HSV(B) | 20.29º | 0.92% | 0.87% | - |
| XYZ | 33.25 | 22.07 | 3.04 | - |
| YUV | 118.5 | 70.73 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 17 | 0 | 0.61 | 0.92 | 0.13 | 20.29 | 0.86 | 0.47 |
| Hex | DD | 56 | 11 | 0 | 3D | 5C | D | 14 | 56 | 2F |
| Octal | 335 | 126 | 21 | 0 | 75 | 134 | 15 | 24 | 126 | 57 |
| Binary | 11011101 | 1010110 | 10001 | 0 | 111101 | 1011100 | 1101 | 10100 | 1010110 | 101111 |
Color Harmonies of #DD5611
Complementary color
Monochromatic Colors of #DD5611
Black with #DD5611
Text Example
Text Example
White with #DD5611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5611; }
p { color: rgb(221,86,17); }
H1.HeaderClassName
{
color: #DD5611;
}
.AnyTagClassName
{
color: #DD5611;
}
</style>
background-color css
<style>
a { background-color: #DD5611; }
a { background-color: rgb(221,86,17); }
div.DivClassName
{
background-color: #DD5611;
}
.BgClassName
{
background-color: #DD5611;
}
</style>
border-color css
<style>
span { border-color: #DD5611; }
span { border-color: rgb(221,86,17); }
td.TdClassName
{
border-color: #DD5611;
}
.TagClassName
{
border-color: #DD5611;
}
</style>