Shades of Copper #DB8861
Tints of Copper #DB8861
RGB
CMYK
RGB Variations
Color information
#DB8861 (or 0xDB8861) is known color: Copper. HEX triplet: DB, 88 and 61. RGB value is (219,136,97). Sum of RGB (Red+Green+Blue) = 219+136+97=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8861 is #24779E. Grayscale: #9C9C9C. Windows color (decimal): -2389919 or 6392027. OLE color: 6392027.
HSL color Cylindrical-coordinate representation of color #DB8861: hue angle of 19.18º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB8861 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 97 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.14 |
| HSL | 19.18º | 0.63% | 0.62% | - |
| HSV(B) | 19.18º | 0.56% | 0.86% | - |
| XYZ | 40.18 | 33.53 | 15.66 | - |
| YUV | 156.37 | 94.5 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 97 | 0 | 0.38 | 0.56 | 0.14 | 19.18 | 0.63 | 0.62 |
| Hex | DB | 88 | 61 | 0 | 26 | 38 | E | 13 | 3F | 3E |
| Octal | 333 | 210 | 141 | 0 | 46 | 70 | 16 | 23 | 77 | 76 |
| Binary | 11011011 | 10001000 | 1100001 | 0 | 100110 | 111000 | 1110 | 10011 | 111111 | 111110 |
Color Harmonies of #DB8861
Complementary color
Monochromatic Colors of #DB8861
Black with #DB8861
Text Example
Text Example
White with #DB8861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8861; }
p { color: rgb(219,136,97); }
H1.HeaderClassName
{
color: #DB8861;
}
.AnyTagClassName
{
color: #DB8861;
}
</style>
background-color css
<style>
a { background-color: #DB8861; }
a { background-color: rgb(219,136,97); }
div.DivClassName
{
background-color: #DB8861;
}
.BgClassName
{
background-color: #DB8861;
}
</style>
border-color css
<style>
span { border-color: #DB8861; }
span { border-color: rgb(219,136,97); }
td.TdClassName
{
border-color: #DB8861;
}
.TagClassName
{
border-color: #DB8861;
}
</style>