Shades of Copper #DB9070
Tints of Copper #DB9070
RGB
CMYK
RGB Variations
Color information
#DB9070 (or 0xDB9070) is known color: Copper. HEX triplet: DB, 90 and 70. RGB value is (219,144,112). Sum of RGB (Red+Green+Blue) = 219+144+112=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9070 is #246F8F. Grayscale: #A2A2A2. Windows color (decimal): -2387856 or 7377115. OLE color: 7377115.
HSL color Cylindrical-coordinate representation of color #DB9070: hue angle of 17.94º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB9070 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 112 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.14 |
| HSL | 17.94º | 0.6% | 0.65% | - |
| HSV(B) | 17.94º | 0.49% | 0.86% | - |
| XYZ | 42.11 | 36.18 | 20.09 | - |
| YUV | 162.78 | 99.35 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 112 | 0 | 0.34 | 0.49 | 0.14 | 17.94 | 0.6 | 0.65 |
| Hex | DB | 90 | 70 | 0 | 22 | 31 | E | 12 | 3C | 41 |
| Octal | 333 | 220 | 160 | 0 | 42 | 61 | 16 | 22 | 74 | 101 |
| Binary | 11011011 | 10010000 | 1110000 | 0 | 100010 | 110001 | 1110 | 10010 | 111100 | 1000001 |
Color Harmonies of #DB9070
Complementary color
Monochromatic Colors of #DB9070
Black with #DB9070
Text Example
Text Example
White with #DB9070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9070; }
p { color: rgb(219,144,112); }
H1.HeaderClassName
{
color: #DB9070;
}
.AnyTagClassName
{
color: #DB9070;
}
</style>
background-color css
<style>
a { background-color: #DB9070; }
a { background-color: rgb(219,144,112); }
div.DivClassName
{
background-color: #DB9070;
}
.BgClassName
{
background-color: #DB9070;
}
</style>
border-color css
<style>
span { border-color: #DB9070; }
span { border-color: rgb(219,144,112); }
td.TdClassName
{
border-color: #DB9070;
}
.TagClassName
{
border-color: #DB9070;
}
</style>