Shades of Copper #DB9067
Tints of Copper #DB9067
RGB
CMYK
RGB Variations
Color information
#DB9067 (or 0xDB9067) is known color: Copper. HEX triplet: DB, 90 and 67. RGB value is (219,144,103). Sum of RGB (Red+Green+Blue) = 219+144+103=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9067 is #246F98. Grayscale: #A1A1A1. Windows color (decimal): -2387865 or 6787291. OLE color: 6787291.
HSL color Cylindrical-coordinate representation of color #DB9067: hue angle of 21.21º 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 #DB9067 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 103 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.14 |
| HSL | 21.21º | 0.62% | 0.63% | - |
| HSV(B) | 21.21º | 0.53% | 0.86% | - |
| XYZ | 41.63 | 35.99 | 17.58 | - |
| YUV | 161.75 | 94.85 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 103 | 0 | 0.34 | 0.53 | 0.14 | 21.21 | 0.62 | 0.63 |
| Hex | DB | 90 | 67 | 0 | 22 | 35 | E | 15 | 3E | 3F |
| Octal | 333 | 220 | 147 | 0 | 42 | 65 | 16 | 25 | 76 | 77 |
| Binary | 11011011 | 10010000 | 1100111 | 0 | 100010 | 110101 | 1110 | 10101 | 111110 | 111111 |
Color Harmonies of #DB9067
Complementary color
Monochromatic Colors of #DB9067
Black with #DB9067
Text Example
Text Example
White with #DB9067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9067; }
p { color: rgb(219,144,103); }
H1.HeaderClassName
{
color: #DB9067;
}
.AnyTagClassName
{
color: #DB9067;
}
</style>
background-color css
<style>
a { background-color: #DB9067; }
a { background-color: rgb(219,144,103); }
div.DivClassName
{
background-color: #DB9067;
}
.BgClassName
{
background-color: #DB9067;
}
</style>
border-color css
<style>
span { border-color: #DB9067; }
span { border-color: rgb(219,144,103); }
td.TdClassName
{
border-color: #DB9067;
}
.TagClassName
{
border-color: #DB9067;
}
</style>