Shades of Copper #DB876A
Tints of Copper #DB876A
RGB
CMYK
RGB Variations
Color information
#DB876A (or 0xDB876A) is known color: Copper. HEX triplet: DB, 87 and 6A. RGB value is (219,135,106). Sum of RGB (Red+Green+Blue) = 219+135+106=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB876A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB876A is #247895. Grayscale: #9D9D9D. Windows color (decimal): -2390166 or 6981595. OLE color: 6981595.
HSL color Cylindrical-coordinate representation of color #DB876A: hue angle of 15.4º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB876A is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 106 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.14 |
| HSL | 15.4º | 0.61% | 0.64% | - |
| HSV(B) | 15.4º | 0.52% | 0.86% | - |
| XYZ | 40.48 | 33.43 | 17.95 | - |
| YUV | 156.81 | 99.33 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 106 | 0 | 0.38 | 0.52 | 0.14 | 15.4 | 0.61 | 0.64 |
| Hex | DB | 87 | 6A | 0 | 26 | 34 | E | F | 3D | 40 |
| Octal | 333 | 207 | 152 | 0 | 46 | 64 | 16 | 17 | 75 | 100 |
| Binary | 11011011 | 10000111 | 1101010 | 0 | 100110 | 110100 | 1110 | 1111 | 111101 | 1000000 |
Color Harmonies of #DB876A
Complementary color
Monochromatic Colors of #DB876A
Black with #DB876A
Text Example
Text Example
White with #DB876A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB876A; }
p { color: rgb(219,135,106); }
H1.HeaderClassName
{
color: #DB876A;
}
.AnyTagClassName
{
color: #DB876A;
}
</style>
background-color css
<style>
a { background-color: #DB876A; }
a { background-color: rgb(219,135,106); }
div.DivClassName
{
background-color: #DB876A;
}
.BgClassName
{
background-color: #DB876A;
}
</style>
border-color css
<style>
span { border-color: #DB876A; }
span { border-color: rgb(219,135,106); }
td.TdClassName
{
border-color: #DB876A;
}
.TagClassName
{
border-color: #DB876A;
}
</style>