Shades of Copper #DB8867
Tints of Copper #DB8867
RGB
CMYK
RGB Variations
Color information
#DB8867 (or 0xDB8867) is known color: Copper. HEX triplet: DB, 88 and 67. RGB value is (219,136,103). Sum of RGB (Red+Green+Blue) = 219+136+103=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8867 is #247798. Grayscale: #9D9D9D. Windows color (decimal): -2389913 or 6785243. OLE color: 6785243.
HSL color Cylindrical-coordinate representation of color #DB8867: hue angle of 17.07º 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 #DB8867 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 103 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.14 |
| HSL | 17.07º | 0.62% | 0.63% | - |
| HSV(B) | 17.07º | 0.53% | 0.86% | - |
| XYZ | 40.47 | 33.65 | 17.19 | - |
| YUV | 157.06 | 97.5 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 103 | 0 | 0.38 | 0.53 | 0.14 | 17.07 | 0.62 | 0.63 |
| Hex | DB | 88 | 67 | 0 | 26 | 35 | E | 11 | 3E | 3F |
| Octal | 333 | 210 | 147 | 0 | 46 | 65 | 16 | 21 | 76 | 77 |
| Binary | 11011011 | 10001000 | 1100111 | 0 | 100110 | 110101 | 1110 | 10001 | 111110 | 111111 |
Color Harmonies of #DB8867
Complementary color
Monochromatic Colors of #DB8867
Black with #DB8867
Text Example
Text Example
White with #DB8867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8867; }
p { color: rgb(219,136,103); }
H1.HeaderClassName
{
color: #DB8867;
}
.AnyTagClassName
{
color: #DB8867;
}
</style>
background-color css
<style>
a { background-color: #DB8867; }
a { background-color: rgb(219,136,103); }
div.DivClassName
{
background-color: #DB8867;
}
.BgClassName
{
background-color: #DB8867;
}
</style>
border-color css
<style>
span { border-color: #DB8867; }
span { border-color: rgb(219,136,103); }
td.TdClassName
{
border-color: #DB8867;
}
.TagClassName
{
border-color: #DB8867;
}
</style>