Shades of Copper #DB9167
Tints of Copper #DB9167
RGB
CMYK
RGB Variations
Color information
#DB9167 (or 0xDB9167) is known color: Copper. HEX triplet: DB, 91 and 67. RGB value is (219,145,103). Sum of RGB (Red+Green+Blue) = 219+145+103=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9167 is #246E98. Grayscale: #A2A2A2. Windows color (decimal): -2387609 or 6787547. OLE color: 6787547.
HSL color Cylindrical-coordinate representation of color #DB9167: hue angle of 21.72º 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 #DB9167 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 103 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.14 |
| HSL | 21.72º | 0.62% | 0.63% | - |
| HSV(B) | 21.72º | 0.53% | 0.86% | - |
| XYZ | 41.79 | 36.29 | 17.63 | - |
| YUV | 162.34 | 94.52 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 103 | 0 | 0.34 | 0.53 | 0.14 | 21.72 | 0.62 | 0.63 |
| Hex | DB | 91 | 67 | 0 | 22 | 35 | E | 16 | 3E | 3F |
| Octal | 333 | 221 | 147 | 0 | 42 | 65 | 16 | 26 | 76 | 77 |
| Binary | 11011011 | 10010001 | 1100111 | 0 | 100010 | 110101 | 1110 | 10110 | 111110 | 111111 |
Color Harmonies of #DB9167
Complementary color
Monochromatic Colors of #DB9167
Black with #DB9167
Text Example
Text Example
White with #DB9167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9167; }
p { color: rgb(219,145,103); }
H1.HeaderClassName
{
color: #DB9167;
}
.AnyTagClassName
{
color: #DB9167;
}
</style>
background-color css
<style>
a { background-color: #DB9167; }
a { background-color: rgb(219,145,103); }
div.DivClassName
{
background-color: #DB9167;
}
.BgClassName
{
background-color: #DB9167;
}
</style>
border-color css
<style>
span { border-color: #DB9167; }
span { border-color: rgb(219,145,103); }
td.TdClassName
{
border-color: #DB9167;
}
.TagClassName
{
border-color: #DB9167;
}
</style>