Shades of Copper #DB876B
Tints of Copper #DB876B
RGB
CMYK
RGB Variations
Color information
#DB876B (or 0xDB876B) is known color: Copper. HEX triplet: DB, 87 and 6B. RGB value is (219,135,107). Sum of RGB (Red+Green+Blue) = 219+135+107=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB876B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB876B is #247894. Grayscale: #9D9D9D. Windows color (decimal): -2390165 or 7047131. OLE color: 7047131.
HSL color Cylindrical-coordinate representation of color #DB876B: hue angle of 15º 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 #DB876B is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 107 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.14 |
| HSL | 15º | 0.61% | 0.64% | - |
| HSV(B) | 15º | 0.51% | 0.86% | - |
| XYZ | 40.53 | 33.45 | 18.23 | - |
| YUV | 156.92 | 99.83 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 107 | 0 | 0.38 | 0.51 | 0.14 | 15 | 0.61 | 0.64 |
| Hex | DB | 87 | 6B | 0 | 26 | 33 | E | F | 3D | 40 |
| Octal | 333 | 207 | 153 | 0 | 46 | 63 | 16 | 17 | 75 | 100 |
| Binary | 11011011 | 10000111 | 1101011 | 0 | 100110 | 110011 | 1110 | 1111 | 111101 | 1000000 |
Color Harmonies of #DB876B
Complementary color
Monochromatic Colors of #DB876B
Black with #DB876B
Text Example
Text Example
White with #DB876B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB876B; }
p { color: rgb(219,135,107); }
H1.HeaderClassName
{
color: #DB876B;
}
.AnyTagClassName
{
color: #DB876B;
}
</style>
background-color css
<style>
a { background-color: #DB876B; }
a { background-color: rgb(219,135,107); }
div.DivClassName
{
background-color: #DB876B;
}
.BgClassName
{
background-color: #DB876B;
}
</style>
border-color css
<style>
span { border-color: #DB876B; }
span { border-color: rgb(219,135,107); }
td.TdClassName
{
border-color: #DB876B;
}
.TagClassName
{
border-color: #DB876B;
}
</style>