Shades of Persimmon #DC510B
Tints of Persimmon #DC510B
RGB
CMYK
RGB Variations
Color information
#DC510B (or 0xDC510B) is known color: Persimmon. HEX triplet: DC, 51 and 0B. RGB value is (220,81,11). Sum of RGB (Red+Green+Blue) = 220+81+11=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC510B is #23AEF4. Grayscale: #727272. Windows color (decimal): -2338549 or 741852. OLE color: 741852.
HSL color Cylindrical-coordinate representation of color #DC510B: hue angle of 20.1º 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 #DC510B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 11 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.14 |
| HSL | 20.1º | 0.9% | 0.45% | - |
| HSV(B) | 20.1º | 0.95% | 0.86% | - |
| XYZ | 32.52 | 21.12 | 2.68 | - |
| YUV | 114.58 | 69.55 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 11 | 0 | 0.63 | 0.95 | 0.14 | 20.1 | 0.9 | 0.45 |
| Hex | DC | 51 | B | 0 | 3F | 5F | E | 14 | 5A | 2D |
| Octal | 334 | 121 | 13 | 0 | 77 | 137 | 16 | 24 | 132 | 55 |
| Binary | 11011100 | 1010001 | 1011 | 0 | 111111 | 1011111 | 1110 | 10100 | 1011010 | 101101 |
Color Harmonies of #DC510B
Complementary color
Monochromatic Colors of #DC510B
Black with #DC510B
Text Example
Text Example
White with #DC510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC510B; }
p { color: rgb(220,81,11); }
H1.HeaderClassName
{
color: #DC510B;
}
.AnyTagClassName
{
color: #DC510B;
}
</style>
background-color css
<style>
a { background-color: #DC510B; }
a { background-color: rgb(220,81,11); }
div.DivClassName
{
background-color: #DC510B;
}
.BgClassName
{
background-color: #DC510B;
}
</style>
border-color css
<style>
span { border-color: #DC510B; }
span { border-color: rgb(220,81,11); }
td.TdClassName
{
border-color: #DC510B;
}
.TagClassName
{
border-color: #DC510B;
}
</style>