Shades of Copper #DB8162
Tints of Copper #DB8162
RGB
CMYK
RGB Variations
Color information
#DB8162 (or 0xDB8162) is known color: Copper. HEX triplet: DB, 81 and 62. RGB value is (219,129,98). Sum of RGB (Red+Green+Blue) = 219+129+98=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8162 is #247E9D. Grayscale: #989898. Windows color (decimal): -2391710 or 6455771. OLE color: 6455771.
HSL color Cylindrical-coordinate representation of color #DB8162: hue angle of 15.37º degrees, saturation: 0.63, 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 #DB8162 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 98 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.14 |
| HSL | 15.37º | 0.63% | 0.62% | - |
| HSV(B) | 15.37º | 0.55% | 0.86% | - |
| XYZ | 39.27 | 31.64 | 15.59 | - |
| YUV | 152.38 | 97.32 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 98 | 0 | 0.41 | 0.55 | 0.14 | 15.37 | 0.63 | 0.62 |
| Hex | DB | 81 | 62 | 0 | 29 | 37 | E | F | 3F | 3E |
| Octal | 333 | 201 | 142 | 0 | 51 | 67 | 16 | 17 | 77 | 76 |
| Binary | 11011011 | 10000001 | 1100010 | 0 | 101001 | 110111 | 1110 | 1111 | 111111 | 111110 |
Color Harmonies of #DB8162
Complementary color
Monochromatic Colors of #DB8162
Black with #DB8162
Text Example
Text Example
White with #DB8162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8162; }
p { color: rgb(219,129,98); }
H1.HeaderClassName
{
color: #DB8162;
}
.AnyTagClassName
{
color: #DB8162;
}
</style>
background-color css
<style>
a { background-color: #DB8162; }
a { background-color: rgb(219,129,98); }
div.DivClassName
{
background-color: #DB8162;
}
.BgClassName
{
background-color: #DB8162;
}
</style>
border-color css
<style>
span { border-color: #DB8162; }
span { border-color: rgb(219,129,98); }
td.TdClassName
{
border-color: #DB8162;
}
.TagClassName
{
border-color: #DB8162;
}
</style>