Shades of Persimmon #DD5514
Tints of Persimmon #DD5514
RGB
CMYK
RGB Variations
Color information
#DD5514 (or 0xDD5514) is known color: Persimmon. HEX triplet: DD, 55 and 14. RGB value is (221,85,20). Sum of RGB (Red+Green+Blue) = 221+85+20=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5514 is #22AAEB. Grayscale: #767676. Windows color (decimal): -2271980 or 1332701. OLE color: 1332701.
HSL color Cylindrical-coordinate representation of color #DD5514: hue angle of 19.4º degrees, saturation: 0.83, 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 #DD5514 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 20 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.13 |
| HSL | 19.4º | 0.83% | 0.47% | - |
| HSV(B) | 19.4º | 0.91% | 0.87% | - |
| XYZ | 33.19 | 21.92 | 3.14 | - |
| YUV | 118.25 | 72.56 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 20 | 0 | 0.62 | 0.91 | 0.13 | 19.4 | 0.83 | 0.47 |
| Hex | DD | 55 | 14 | 0 | 3E | 5B | D | 13 | 53 | 2F |
| Octal | 335 | 125 | 24 | 0 | 76 | 133 | 15 | 23 | 123 | 57 |
| Binary | 11011101 | 1010101 | 10100 | 0 | 111110 | 1011011 | 1101 | 10011 | 1010011 | 101111 |
Color Harmonies of #DD5514
Complementary color
Monochromatic Colors of #DD5514
Black with #DD5514
Text Example
Text Example
White with #DD5514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5514; }
p { color: rgb(221,85,20); }
H1.HeaderClassName
{
color: #DD5514;
}
.AnyTagClassName
{
color: #DD5514;
}
</style>
background-color css
<style>
a { background-color: #DD5514; }
a { background-color: rgb(221,85,20); }
div.DivClassName
{
background-color: #DD5514;
}
.BgClassName
{
background-color: #DD5514;
}
</style>
border-color css
<style>
span { border-color: #DD5514; }
span { border-color: rgb(221,85,20); }
td.TdClassName
{
border-color: #DD5514;
}
.TagClassName
{
border-color: #DD5514;
}
</style>