Shades of Copper #DB8563
Tints of Copper #DB8563
RGB
CMYK
RGB Variations
Color information
#DB8563 (or 0xDB8563) is known color: Copper. HEX triplet: DB, 85 and 63. RGB value is (219,133,99). Sum of RGB (Red+Green+Blue) = 219+133+99=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8563 is #247A9C. Grayscale: #9B9B9B. Windows color (decimal): -2390685 or 6522331. OLE color: 6522331.
HSL color Cylindrical-coordinate representation of color #DB8563: hue angle of 17º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB8563 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 99 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.14 |
| HSL | 17º | 0.63% | 0.62% | - |
| HSV(B) | 17º | 0.55% | 0.86% | - |
| XYZ | 39.85 | 32.74 | 16.02 | - |
| YUV | 154.84 | 96.49 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 99 | 0 | 0.39 | 0.55 | 0.14 | 17 | 0.63 | 0.62 |
| Hex | DB | 85 | 63 | 0 | 27 | 37 | E | 11 | 3E | 3E |
| Octal | 333 | 205 | 143 | 0 | 47 | 67 | 16 | 21 | 76 | 76 |
| Binary | 11011011 | 10000101 | 1100011 | 0 | 100111 | 110111 | 1110 | 10001 | 111110 | 111110 |
Color Harmonies of #DB8563
Complementary color
Monochromatic Colors of #DB8563
Black with #DB8563
Text Example
Text Example
White with #DB8563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8563; }
p { color: rgb(219,133,99); }
H1.HeaderClassName
{
color: #DB8563;
}
.AnyTagClassName
{
color: #DB8563;
}
</style>
background-color css
<style>
a { background-color: #DB8563; }
a { background-color: rgb(219,133,99); }
div.DivClassName
{
background-color: #DB8563;
}
.BgClassName
{
background-color: #DB8563;
}
</style>
border-color css
<style>
span { border-color: #DB8563; }
span { border-color: rgb(219,133,99); }
td.TdClassName
{
border-color: #DB8563;
}
.TagClassName
{
border-color: #DB8563;
}
</style>