Shades of Persimmon #DC510E
Tints of Persimmon #DC510E
RGB
CMYK
RGB Variations
Color information
#DC510E (or 0xDC510E) is known color: Persimmon. HEX triplet: DC, 51 and 0E. RGB value is (220,81,14). Sum of RGB (Red+Green+Blue) = 220+81+14=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC510E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC510E is #23AEF1. Grayscale: #737373. Windows color (decimal): -2338546 or 938460. OLE color: 938460.
HSL color Cylindrical-coordinate representation of color #DC510E: hue angle of 19.51º 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 #DC510E is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 14 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.14 |
| HSL | 19.51º | 0.88% | 0.46% | - |
| HSV(B) | 19.51º | 0.94% | 0.86% | - |
| XYZ | 32.54 | 21.13 | 2.78 | - |
| YUV | 114.92 | 71.05 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 14 | 0 | 0.63 | 0.94 | 0.14 | 19.51 | 0.88 | 0.46 |
| Hex | DC | 51 | E | 0 | 3F | 5E | E | 14 | 58 | 2E |
| Octal | 334 | 121 | 16 | 0 | 77 | 136 | 16 | 24 | 130 | 56 |
| Binary | 11011100 | 1010001 | 1110 | 0 | 111111 | 1011110 | 1110 | 10100 | 1011000 | 101110 |
Color Harmonies of #DC510E
Complementary color
Monochromatic Colors of #DC510E
Black with #DC510E
Text Example
Text Example
White with #DC510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC510E; }
p { color: rgb(220,81,14); }
H1.HeaderClassName
{
color: #DC510E;
}
.AnyTagClassName
{
color: #DC510E;
}
</style>
background-color css
<style>
a { background-color: #DC510E; }
a { background-color: rgb(220,81,14); }
div.DivClassName
{
background-color: #DC510E;
}
.BgClassName
{
background-color: #DC510E;
}
</style>
border-color css
<style>
span { border-color: #DC510E; }
span { border-color: rgb(220,81,14); }
td.TdClassName
{
border-color: #DC510E;
}
.TagClassName
{
border-color: #DC510E;
}
</style>