Shades of Persimmon #DC550E
Tints of Persimmon #DC550E
RGB
CMYK
RGB Variations
Color information
#DC550E (or 0xDC550E) is known color: Persimmon. HEX triplet: DC, 55 and 0E. RGB value is (220,85,14). Sum of RGB (Red+Green+Blue) = 220+85+14=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC550E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC550E is #23AAF1. Grayscale: #757575. Windows color (decimal): -2337522 or 939484. OLE color: 939484.
HSL color Cylindrical-coordinate representation of color #DC550E: hue angle of 20.68º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC550E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 14 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.14 |
| HSL | 20.68º | 0.88% | 0.46% | - |
| HSV(B) | 20.68º | 0.94% | 0.86% | - |
| XYZ | 32.84 | 21.74 | 2.88 | - |
| YUV | 117.27 | 69.73 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 14 | 0 | 0.61 | 0.94 | 0.14 | 20.68 | 0.88 | 0.46 |
| Hex | DC | 55 | E | 0 | 3D | 5E | E | 15 | 58 | 2E |
| Octal | 334 | 125 | 16 | 0 | 75 | 136 | 16 | 25 | 130 | 56 |
| Binary | 11011100 | 1010101 | 1110 | 0 | 111101 | 1011110 | 1110 | 10101 | 1011000 | 101110 |
Color Harmonies of #DC550E
Complementary color
Monochromatic Colors of #DC550E
Black with #DC550E
Text Example
Text Example
White with #DC550E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC550E; }
p { color: rgb(220,85,14); }
H1.HeaderClassName
{
color: #DC550E;
}
.AnyTagClassName
{
color: #DC550E;
}
</style>
background-color css
<style>
a { background-color: #DC550E; }
a { background-color: rgb(220,85,14); }
div.DivClassName
{
background-color: #DC550E;
}
.BgClassName
{
background-color: #DC550E;
}
</style>
border-color css
<style>
span { border-color: #DC550E; }
span { border-color: rgb(220,85,14); }
td.TdClassName
{
border-color: #DC550E;
}
.TagClassName
{
border-color: #DC550E;
}
</style>