Shades of Persimmon #DC5411
Tints of Persimmon #DC5411
RGB
CMYK
RGB Variations
Color information
#DC5411 (or 0xDC5411) is known color: Persimmon. HEX triplet: DC, 54 and 11. RGB value is (220,84,17). Sum of RGB (Red+Green+Blue) = 220+84+17=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5411 is #23ABEE. Grayscale: #757575. Windows color (decimal): -2337775 or 1135836. OLE color: 1135836.
HSL color Cylindrical-coordinate representation of color #DC5411: hue angle of 19.8º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC5411 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 17 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.14 |
| HSL | 19.8º | 0.86% | 0.46% | - |
| HSV(B) | 19.8º | 0.92% | 0.86% | - |
| XYZ | 32.79 | 21.6 | 2.97 | - |
| YUV | 117.03 | 71.56 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 17 | 0 | 0.62 | 0.92 | 0.14 | 19.8 | 0.86 | 0.46 |
| Hex | DC | 54 | 11 | 0 | 3E | 5C | E | 14 | 56 | 2E |
| Octal | 334 | 124 | 21 | 0 | 76 | 134 | 16 | 24 | 126 | 56 |
| Binary | 11011100 | 1010100 | 10001 | 0 | 111110 | 1011100 | 1110 | 10100 | 1010110 | 101110 |
Color Harmonies of #DC5411
Complementary color
Monochromatic Colors of #DC5411
Black with #DC5411
Text Example
Text Example
White with #DC5411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5411; }
p { color: rgb(220,84,17); }
H1.HeaderClassName
{
color: #DC5411;
}
.AnyTagClassName
{
color: #DC5411;
}
</style>
background-color css
<style>
a { background-color: #DC5411; }
a { background-color: rgb(220,84,17); }
div.DivClassName
{
background-color: #DC5411;
}
.BgClassName
{
background-color: #DC5411;
}
</style>
border-color css
<style>
span { border-color: #DC5411; }
span { border-color: rgb(220,84,17); }
td.TdClassName
{
border-color: #DC5411;
}
.TagClassName
{
border-color: #DC5411;
}
</style>