Shades of Copper #DB8464
Tints of Copper #DB8464
RGB
CMYK
RGB Variations
Color information
#DB8464 (or 0xDB8464) is known color: Copper. HEX triplet: DB, 84 and 64. RGB value is (219,132,100). Sum of RGB (Red+Green+Blue) = 219+132+100=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8464 is #247B9B. Grayscale: #9A9A9A. Windows color (decimal): -2390940 or 6587611. OLE color: 6587611.
HSL color Cylindrical-coordinate representation of color #DB8464: hue angle of 16.13º 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 #DB8464 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 100 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.14 |
| HSL | 16.13º | 0.62% | 0.63% | - |
| HSV(B) | 16.13º | 0.54% | 0.86% | - |
| XYZ | 39.76 | 32.48 | 16.23 | - |
| YUV | 154.37 | 97.32 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 100 | 0 | 0.40 | 0.54 | 0.14 | 16.13 | 0.62 | 0.63 |
| Hex | DB | 84 | 64 | 0 | 28 | 36 | E | 10 | 3E | 3F |
| Octal | 333 | 204 | 144 | 0 | 50 | 66 | 16 | 20 | 76 | 77 |
| Binary | 11011011 | 10000100 | 1100100 | 0 | 101000 | 110110 | 1110 | 10000 | 111110 | 111111 |
Color Harmonies of #DB8464
Complementary color
Monochromatic Colors of #DB8464
Black with #DB8464
Text Example
Text Example
White with #DB8464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8464; }
p { color: rgb(219,132,100); }
H1.HeaderClassName
{
color: #DB8464;
}
.AnyTagClassName
{
color: #DB8464;
}
</style>
background-color css
<style>
a { background-color: #DB8464; }
a { background-color: rgb(219,132,100); }
div.DivClassName
{
background-color: #DB8464;
}
.BgClassName
{
background-color: #DB8464;
}
</style>
border-color css
<style>
span { border-color: #DB8464; }
span { border-color: rgb(219,132,100); }
td.TdClassName
{
border-color: #DB8464;
}
.TagClassName
{
border-color: #DB8464;
}
</style>