Shades of Persimmon #DD550E
Tints of Persimmon #DD550E
RGB
CMYK
RGB Variations
Color information
#DD550E (or 0xDD550E) is known color: Persimmon. HEX triplet: DD, 55 and 0E. RGB value is (221,85,14). Sum of RGB (Red+Green+Blue) = 221+85+14=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD550E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD550E is #22AAF1. Grayscale: #757575. Windows color (decimal): -2271986 or 939485. OLE color: 939485.
HSL color Cylindrical-coordinate representation of color #DD550E: hue angle of 20.58º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD550E is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 14 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.13 |
| HSL | 20.58º | 0.88% | 0.46% | - |
| HSV(B) | 20.58º | 0.94% | 0.87% | - |
| XYZ | 33.15 | 21.9 | 2.9 | - |
| YUV | 117.57 | 69.56 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 14 | 0 | 0.62 | 0.94 | 0.13 | 20.58 | 0.88 | 0.46 |
| Hex | DD | 55 | E | 0 | 3E | 5E | D | 15 | 58 | 2E |
| Octal | 335 | 125 | 16 | 0 | 76 | 136 | 15 | 25 | 130 | 56 |
| Binary | 11011101 | 1010101 | 1110 | 0 | 111110 | 1011110 | 1101 | 10101 | 1011000 | 101110 |
Color Harmonies of #DD550E
Complementary color
Monochromatic Colors of #DD550E
Black with #DD550E
Text Example
Text Example
White with #DD550E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD550E; }
p { color: rgb(221,85,14); }
H1.HeaderClassName
{
color: #DD550E;
}
.AnyTagClassName
{
color: #DD550E;
}
</style>
background-color css
<style>
a { background-color: #DD550E; }
a { background-color: rgb(221,85,14); }
div.DivClassName
{
background-color: #DD550E;
}
.BgClassName
{
background-color: #DD550E;
}
</style>
border-color css
<style>
span { border-color: #DD550E; }
span { border-color: rgb(221,85,14); }
td.TdClassName
{
border-color: #DD550E;
}
.TagClassName
{
border-color: #DD550E;
}
</style>