Shades of Persimmon #DC510C
Tints of Persimmon #DC510C
RGB
CMYK
RGB Variations
Color information
#DC510C (or 0xDC510C) is known color: Persimmon. HEX triplet: DC, 51 and 0C. RGB value is (220,81,12). Sum of RGB (Red+Green+Blue) = 220+81+12=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC510C is #23AEF3. Grayscale: #737373. Windows color (decimal): -2338548 or 807388. OLE color: 807388.
HSL color Cylindrical-coordinate representation of color #DC510C: hue angle of 19.9º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC510C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 12 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.14 |
| HSL | 19.9º | 0.9% | 0.45% | - |
| HSV(B) | 19.9º | 0.95% | 0.86% | - |
| XYZ | 32.52 | 21.13 | 2.71 | - |
| YUV | 114.7 | 70.05 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 12 | 0 | 0.63 | 0.95 | 0.14 | 19.9 | 0.9 | 0.45 |
| Hex | DC | 51 | C | 0 | 3F | 5F | E | 14 | 5A | 2D |
| Octal | 334 | 121 | 14 | 0 | 77 | 137 | 16 | 24 | 132 | 55 |
| Binary | 11011100 | 1010001 | 1100 | 0 | 111111 | 1011111 | 1110 | 10100 | 1011010 | 101101 |
Color Harmonies of #DC510C
Complementary color
Monochromatic Colors of #DC510C
Black with #DC510C
Text Example
Text Example
White with #DC510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC510C; }
p { color: rgb(220,81,12); }
H1.HeaderClassName
{
color: #DC510C;
}
.AnyTagClassName
{
color: #DC510C;
}
</style>
background-color css
<style>
a { background-color: #DC510C; }
a { background-color: rgb(220,81,12); }
div.DivClassName
{
background-color: #DC510C;
}
.BgClassName
{
background-color: #DC510C;
}
</style>
border-color css
<style>
span { border-color: #DC510C; }
span { border-color: rgb(220,81,12); }
td.TdClassName
{
border-color: #DC510C;
}
.TagClassName
{
border-color: #DC510C;
}
</style>