Shades of Copper #DB8864
Tints of Copper #DB8864
RGB
CMYK
RGB Variations
Color information
#DB8864 (or 0xDB8864) is known color: Copper. HEX triplet: DB, 88 and 64. RGB value is (219,136,100). Sum of RGB (Red+Green+Blue) = 219+136+100=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8864 is #24779B. Grayscale: #9C9C9C. Windows color (decimal): -2389916 or 6588635. OLE color: 6588635.
HSL color Cylindrical-coordinate representation of color #DB8864: hue angle of 18.15º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB8864 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 100 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.14 |
| HSL | 18.15º | 0.62% | 0.63% | - |
| HSV(B) | 18.15º | 0.54% | 0.86% | - |
| XYZ | 40.32 | 33.59 | 16.41 | - |
| YUV | 156.71 | 96 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 100 | 0 | 0.38 | 0.54 | 0.14 | 18.15 | 0.62 | 0.63 |
| Hex | DB | 88 | 64 | 0 | 26 | 36 | E | 12 | 3E | 3F |
| Octal | 333 | 210 | 144 | 0 | 46 | 66 | 16 | 22 | 76 | 77 |
| Binary | 11011011 | 10001000 | 1100100 | 0 | 100110 | 110110 | 1110 | 10010 | 111110 | 111111 |
Color Harmonies of #DB8864
Complementary color
Monochromatic Colors of #DB8864
Black with #DB8864
Text Example
Text Example
White with #DB8864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8864; }
p { color: rgb(219,136,100); }
H1.HeaderClassName
{
color: #DB8864;
}
.AnyTagClassName
{
color: #DB8864;
}
</style>
background-color css
<style>
a { background-color: #DB8864; }
a { background-color: rgb(219,136,100); }
div.DivClassName
{
background-color: #DB8864;
}
.BgClassName
{
background-color: #DB8864;
}
</style>
border-color css
<style>
span { border-color: #DB8864; }
span { border-color: rgb(219,136,100); }
td.TdClassName
{
border-color: #DB8864;
}
.TagClassName
{
border-color: #DB8864;
}
</style>