Shades of Copper #DB9063
Tints of Copper #DB9063
RGB
CMYK
RGB Variations
Color information
#DB9063 (or 0xDB9063) is known color: Copper. HEX triplet: DB, 90 and 63. RGB value is (219,144,99). Sum of RGB (Red+Green+Blue) = 219+144+99=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9063 is #246F9C. Grayscale: #A1A1A1. Windows color (decimal): -2387869 or 6525147. OLE color: 6525147.
HSL color Cylindrical-coordinate representation of color #DB9063: hue angle of 22.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB9063 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 99 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.14 |
| HSL | 22.5º | 0.63% | 0.62% | - |
| HSV(B) | 22.5º | 0.55% | 0.86% | - |
| XYZ | 41.44 | 35.91 | 16.55 | - |
| YUV | 161.3 | 92.85 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 99 | 0 | 0.34 | 0.55 | 0.14 | 22.5 | 0.63 | 0.62 |
| Hex | DB | 90 | 63 | 0 | 22 | 37 | E | 16 | 3E | 3E |
| Octal | 333 | 220 | 143 | 0 | 42 | 67 | 16 | 26 | 76 | 76 |
| Binary | 11011011 | 10010000 | 1100011 | 0 | 100010 | 110111 | 1110 | 10110 | 111110 | 111110 |
Color Harmonies of #DB9063
Complementary color
Monochromatic Colors of #DB9063
Black with #DB9063
Text Example
Text Example
White with #DB9063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9063; }
p { color: rgb(219,144,99); }
H1.HeaderClassName
{
color: #DB9063;
}
.AnyTagClassName
{
color: #DB9063;
}
</style>
background-color css
<style>
a { background-color: #DB9063; }
a { background-color: rgb(219,144,99); }
div.DivClassName
{
background-color: #DB9063;
}
.BgClassName
{
background-color: #DB9063;
}
</style>
border-color css
<style>
span { border-color: #DB9063; }
span { border-color: rgb(219,144,99); }
td.TdClassName
{
border-color: #DB9063;
}
.TagClassName
{
border-color: #DB9063;
}
</style>