Shades of Copper #DB8560
Tints of Copper #DB8560
RGB
CMYK
RGB Variations
Color information
#DB8560 (or 0xDB8560) is known color: Copper. HEX triplet: DB, 85 and 60. RGB value is (219,133,96). Sum of RGB (Red+Green+Blue) = 219+133+96=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8560 is #247A9F. Grayscale: #9A9A9A. Windows color (decimal): -2390688 or 6325723. OLE color: 6325723.
HSL color Cylindrical-coordinate representation of color #DB8560: hue angle of 18.05º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB8560 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 96 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.14 |
| HSL | 18.05º | 0.63% | 0.62% | - |
| HSV(B) | 18.05º | 0.56% | 0.86% | - |
| XYZ | 39.71 | 32.68 | 15.28 | - |
| YUV | 154.5 | 94.99 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 96 | 0 | 0.39 | 0.56 | 0.14 | 18.05 | 0.63 | 0.62 |
| Hex | DB | 85 | 60 | 0 | 27 | 38 | E | 12 | 3F | 3E |
| Octal | 333 | 205 | 140 | 0 | 47 | 70 | 16 | 22 | 77 | 76 |
| Binary | 11011011 | 10000101 | 1100000 | 0 | 100111 | 111000 | 1110 | 10010 | 111111 | 111110 |
Color Harmonies of #DB8560
Complementary color
Monochromatic Colors of #DB8560
Black with #DB8560
Text Example
Text Example
White with #DB8560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8560; }
p { color: rgb(219,133,96); }
H1.HeaderClassName
{
color: #DB8560;
}
.AnyTagClassName
{
color: #DB8560;
}
</style>
background-color css
<style>
a { background-color: #DB8560; }
a { background-color: rgb(219,133,96); }
div.DivClassName
{
background-color: #DB8560;
}
.BgClassName
{
background-color: #DB8560;
}
</style>
border-color css
<style>
span { border-color: #DB8560; }
span { border-color: rgb(219,133,96); }
td.TdClassName
{
border-color: #DB8560;
}
.TagClassName
{
border-color: #DB8560;
}
</style>