Shades of Copper #DB8066
Tints of Copper #DB8066
RGB
CMYK
RGB Variations
Color information
#DB8066 (or 0xDB8066) is known color: Copper. HEX triplet: DB, 80 and 66. RGB value is (219,128,102). Sum of RGB (Red+Green+Blue) = 219+128+102=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8066 is #247F99. Grayscale: #989898. Windows color (decimal): -2391962 or 6717659. OLE color: 6717659.
HSL color Cylindrical-coordinate representation of color #DB8066: hue angle of 13.33º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB8066 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 102 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.14 |
| HSL | 13.33º | 0.62% | 0.63% | - |
| HSV(B) | 13.33º | 0.53% | 0.86% | - |
| XYZ | 39.33 | 31.46 | 16.57 | - |
| YUV | 152.25 | 99.65 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 102 | 0 | 0.42 | 0.53 | 0.14 | 13.33 | 0.62 | 0.63 |
| Hex | DB | 80 | 66 | 0 | 2A | 35 | E | D | 3E | 3F |
| Octal | 333 | 200 | 146 | 0 | 52 | 65 | 16 | 15 | 76 | 77 |
| Binary | 11011011 | 10000000 | 1100110 | 0 | 101010 | 110101 | 1110 | 1101 | 111110 | 111111 |
Color Harmonies of #DB8066
Complementary color
Monochromatic Colors of #DB8066
Black with #DB8066
Text Example
Text Example
White with #DB8066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8066; }
p { color: rgb(219,128,102); }
H1.HeaderClassName
{
color: #DB8066;
}
.AnyTagClassName
{
color: #DB8066;
}
</style>
background-color css
<style>
a { background-color: #DB8066; }
a { background-color: rgb(219,128,102); }
div.DivClassName
{
background-color: #DB8066;
}
.BgClassName
{
background-color: #DB8066;
}
</style>
border-color css
<style>
span { border-color: #DB8066; }
span { border-color: rgb(219,128,102); }
td.TdClassName
{
border-color: #DB8066;
}
.TagClassName
{
border-color: #DB8066;
}
</style>