Shades of Copper #DB876C
Tints of Copper #DB876C
RGB
CMYK
RGB Variations
Color information
#DB876C (or 0xDB876C) is known color: Copper. HEX triplet: DB, 87 and 6C. RGB value is (219,135,108). Sum of RGB (Red+Green+Blue) = 219+135+108=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB876C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB876C is #247893. Grayscale: #9D9D9D. Windows color (decimal): -2390164 or 7112667. OLE color: 7112667.
HSL color Cylindrical-coordinate representation of color #DB876C: hue angle of 14.59º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB876C is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 108 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.14 |
| HSL | 14.59º | 0.61% | 0.64% | - |
| HSV(B) | 14.59º | 0.51% | 0.86% | - |
| XYZ | 40.58 | 33.47 | 18.51 | - |
| YUV | 157.04 | 100.33 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 108 | 0 | 0.38 | 0.51 | 0.14 | 14.59 | 0.61 | 0.64 |
| Hex | DB | 87 | 6C | 0 | 26 | 33 | E | F | 3D | 40 |
| Octal | 333 | 207 | 154 | 0 | 46 | 63 | 16 | 17 | 75 | 100 |
| Binary | 11011011 | 10000111 | 1101100 | 0 | 100110 | 110011 | 1110 | 1111 | 111101 | 1000000 |
Color Harmonies of #DB876C
Complementary color
Monochromatic Colors of #DB876C
Black with #DB876C
Text Example
Text Example
White with #DB876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB876C; }
p { color: rgb(219,135,108); }
H1.HeaderClassName
{
color: #DB876C;
}
.AnyTagClassName
{
color: #DB876C;
}
</style>
background-color css
<style>
a { background-color: #DB876C; }
a { background-color: rgb(219,135,108); }
div.DivClassName
{
background-color: #DB876C;
}
.BgClassName
{
background-color: #DB876C;
}
</style>
border-color css
<style>
span { border-color: #DB876C; }
span { border-color: rgb(219,135,108); }
td.TdClassName
{
border-color: #DB876C;
}
.TagClassName
{
border-color: #DB876C;
}
</style>