Shades of Copper #DB8260
Tints of Copper #DB8260
RGB
CMYK
RGB Variations
Color information
#DB8260 (or 0xDB8260) is known color: Copper. HEX triplet: DB, 82 and 60. RGB value is (219,130,96). Sum of RGB (Red+Green+Blue) = 219+130+96=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8260 is #247D9F. Grayscale: #989898. Windows color (decimal): -2391456 or 6324955. OLE color: 6324955.
HSL color Cylindrical-coordinate representation of color #DB8260: hue angle of 16.59º 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 #DB8260 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 96 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.14 |
| HSL | 16.59º | 0.63% | 0.62% | - |
| HSV(B) | 16.59º | 0.56% | 0.86% | - |
| XYZ | 39.31 | 31.87 | 15.15 | - |
| YUV | 152.74 | 95.99 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 96 | 0 | 0.41 | 0.56 | 0.14 | 16.59 | 0.63 | 0.62 |
| Hex | DB | 82 | 60 | 0 | 29 | 38 | E | 11 | 3F | 3E |
| Octal | 333 | 202 | 140 | 0 | 51 | 70 | 16 | 21 | 77 | 76 |
| Binary | 11011011 | 10000010 | 1100000 | 0 | 101001 | 111000 | 1110 | 10001 | 111111 | 111110 |
Color Harmonies of #DB8260
Complementary color
Monochromatic Colors of #DB8260
Black with #DB8260
Text Example
Text Example
White with #DB8260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8260; }
p { color: rgb(219,130,96); }
H1.HeaderClassName
{
color: #DB8260;
}
.AnyTagClassName
{
color: #DB8260;
}
</style>
background-color css
<style>
a { background-color: #DB8260; }
a { background-color: rgb(219,130,96); }
div.DivClassName
{
background-color: #DB8260;
}
.BgClassName
{
background-color: #DB8260;
}
</style>
border-color css
<style>
span { border-color: #DB8260; }
span { border-color: rgb(219,130,96); }
td.TdClassName
{
border-color: #DB8260;
}
.TagClassName
{
border-color: #DB8260;
}
</style>