Shades of Copper #DB9066
Tints of Copper #DB9066
RGB
CMYK
RGB Variations
Color information
#DB9066 (or 0xDB9066) is known color: Copper. HEX triplet: DB, 90 and 66. RGB value is (219,144,102). Sum of RGB (Red+Green+Blue) = 219+144+102=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9066 is #246F99. Grayscale: #A1A1A1. Windows color (decimal): -2387866 or 6721755. OLE color: 6721755.
HSL color Cylindrical-coordinate representation of color #DB9066: hue angle of 21.54º 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 #DB9066 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 102 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.14 |
| HSL | 21.54º | 0.62% | 0.63% | - |
| HSV(B) | 21.54º | 0.53% | 0.86% | - |
| XYZ | 41.58 | 35.97 | 17.32 | - |
| YUV | 161.64 | 94.35 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 102 | 0 | 0.34 | 0.53 | 0.14 | 21.54 | 0.62 | 0.63 |
| Hex | DB | 90 | 66 | 0 | 22 | 35 | E | 16 | 3E | 3F |
| Octal | 333 | 220 | 146 | 0 | 42 | 65 | 16 | 26 | 76 | 77 |
| Binary | 11011011 | 10010000 | 1100110 | 0 | 100010 | 110101 | 1110 | 10110 | 111110 | 111111 |
Color Harmonies of #DB9066
Complementary color
Monochromatic Colors of #DB9066
Black with #DB9066
Text Example
Text Example
White with #DB9066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9066; }
p { color: rgb(219,144,102); }
H1.HeaderClassName
{
color: #DB9066;
}
.AnyTagClassName
{
color: #DB9066;
}
</style>
background-color css
<style>
a { background-color: #DB9066; }
a { background-color: rgb(219,144,102); }
div.DivClassName
{
background-color: #DB9066;
}
.BgClassName
{
background-color: #DB9066;
}
</style>
border-color css
<style>
span { border-color: #DB9066; }
span { border-color: rgb(219,144,102); }
td.TdClassName
{
border-color: #DB9066;
}
.TagClassName
{
border-color: #DB9066;
}
</style>