Shades of Copper #DB8964
Tints of Copper #DB8964
RGB
CMYK
RGB Variations
Color information
#DB8964 (or 0xDB8964) is known color: Copper. HEX triplet: DB, 89 and 64. RGB value is (219,137,100). Sum of RGB (Red+Green+Blue) = 219+137+100=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8964 is #24769B. Grayscale: #9D9D9D. Windows color (decimal): -2389660 or 6588891. OLE color: 6588891.
HSL color Cylindrical-coordinate representation of color #DB8964: hue angle of 18.66º 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 #DB8964 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 100 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.14 |
| HSL | 18.66º | 0.62% | 0.63% | - |
| HSV(B) | 18.66º | 0.54% | 0.86% | - |
| XYZ | 40.46 | 33.87 | 16.46 | - |
| YUV | 157.3 | 95.67 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 100 | 0 | 0.37 | 0.54 | 0.14 | 18.66 | 0.62 | 0.63 |
| Hex | DB | 89 | 64 | 0 | 25 | 36 | E | 13 | 3E | 3F |
| Octal | 333 | 211 | 144 | 0 | 45 | 66 | 16 | 23 | 76 | 77 |
| Binary | 11011011 | 10001001 | 1100100 | 0 | 100101 | 110110 | 1110 | 10011 | 111110 | 111111 |
Color Harmonies of #DB8964
Complementary color
Monochromatic Colors of #DB8964
Black with #DB8964
Text Example
Text Example
White with #DB8964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8964; }
p { color: rgb(219,137,100); }
H1.HeaderClassName
{
color: #DB8964;
}
.AnyTagClassName
{
color: #DB8964;
}
</style>
background-color css
<style>
a { background-color: #DB8964; }
a { background-color: rgb(219,137,100); }
div.DivClassName
{
background-color: #DB8964;
}
.BgClassName
{
background-color: #DB8964;
}
</style>
border-color css
<style>
span { border-color: #DB8964; }
span { border-color: rgb(219,137,100); }
td.TdClassName
{
border-color: #DB8964;
}
.TagClassName
{
border-color: #DB8964;
}
</style>