Shades of Persimmon #DD5613
Tints of Persimmon #DD5613
RGB
CMYK
RGB Variations
Color information
#DD5613 (or 0xDD5613) is known color: Persimmon. HEX triplet: DD, 56 and 13. RGB value is (221,86,19). Sum of RGB (Red+Green+Blue) = 221+86+19=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5613 is #22A9EC. Grayscale: #777777. Windows color (decimal): -2271725 or 1267421. OLE color: 1267421.
HSL color Cylindrical-coordinate representation of color #DD5613: hue angle of 19.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD5613 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 19 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.13 |
| HSL | 19.9º | 0.84% | 0.47% | - |
| HSV(B) | 19.9º | 0.91% | 0.87% | - |
| XYZ | 33.26 | 22.07 | 3.12 | - |
| YUV | 118.73 | 71.73 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 19 | 0 | 0.61 | 0.91 | 0.13 | 19.9 | 0.84 | 0.47 |
| Hex | DD | 56 | 13 | 0 | 3D | 5B | D | 14 | 54 | 2F |
| Octal | 335 | 126 | 23 | 0 | 75 | 133 | 15 | 24 | 124 | 57 |
| Binary | 11011101 | 1010110 | 10011 | 0 | 111101 | 1011011 | 1101 | 10100 | 1010100 | 101111 |
Color Harmonies of #DD5613
Complementary color
Monochromatic Colors of #DD5613
Black with #DD5613
Text Example
Text Example
White with #DD5613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5613; }
p { color: rgb(221,86,19); }
H1.HeaderClassName
{
color: #DD5613;
}
.AnyTagClassName
{
color: #DD5613;
}
</style>
background-color css
<style>
a { background-color: #DD5613; }
a { background-color: rgb(221,86,19); }
div.DivClassName
{
background-color: #DD5613;
}
.BgClassName
{
background-color: #DD5613;
}
</style>
border-color css
<style>
span { border-color: #DD5613; }
span { border-color: rgb(221,86,19); }
td.TdClassName
{
border-color: #DD5613;
}
.TagClassName
{
border-color: #DD5613;
}
</style>