Shades of Copper #DB8559
Tints of Copper #DB8559
RGB
CMYK
RGB Variations
Color information
#DB8559 (or 0xDB8559) is known color: Copper. HEX triplet: DB, 85 and 59. RGB value is (219,133,89). Sum of RGB (Red+Green+Blue) = 219+133+89=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8559 is #247AA6. Grayscale: #999999. Windows color (decimal): -2390695 or 5866971. OLE color: 5866971.
HSL color Cylindrical-coordinate representation of color #DB8559: hue angle of 20.31º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB8559 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 89 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.14 |
| HSL | 20.31º | 0.64% | 0.6% | - |
| HSV(B) | 20.31º | 0.59% | 0.86% | - |
| XYZ | 39.4 | 32.56 | 13.66 | - |
| YUV | 153.7 | 91.49 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 89 | 0 | 0.39 | 0.59 | 0.14 | 20.31 | 0.64 | 0.6 |
| Hex | DB | 85 | 59 | 0 | 27 | 3B | E | 14 | 40 | 3C |
| Octal | 333 | 205 | 131 | 0 | 47 | 73 | 16 | 24 | 100 | 74 |
| Binary | 11011011 | 10000101 | 1011001 | 0 | 100111 | 111011 | 1110 | 10100 | 1000000 | 111100 |
Color Harmonies of #DB8559
Complementary color
Monochromatic Colors of #DB8559
Black with #DB8559
Text Example
Text Example
White with #DB8559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8559; }
p { color: rgb(219,133,89); }
H1.HeaderClassName
{
color: #DB8559;
}
.AnyTagClassName
{
color: #DB8559;
}
</style>
background-color css
<style>
a { background-color: #DB8559; }
a { background-color: rgb(219,133,89); }
div.DivClassName
{
background-color: #DB8559;
}
.BgClassName
{
background-color: #DB8559;
}
</style>
border-color css
<style>
span { border-color: #DB8559; }
span { border-color: rgb(219,133,89); }
td.TdClassName
{
border-color: #DB8559;
}
.TagClassName
{
border-color: #DB8559;
}
</style>