Shades of Copper #DB8463
Tints of Copper #DB8463
RGB
CMYK
RGB Variations
Color information
#DB8463 (or 0xDB8463) is known color: Copper. HEX triplet: DB, 84 and 63. RGB value is (219,132,99). Sum of RGB (Red+Green+Blue) = 219+132+99=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8463 is #247B9C. Grayscale: #9A9A9A. Windows color (decimal): -2390941 or 6522075. OLE color: 6522075.
HSL color Cylindrical-coordinate representation of color #DB8463: hue angle of 16.5º 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 #DB8463 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 99 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.14 |
| HSL | 16.5º | 0.63% | 0.62% | - |
| HSV(B) | 16.5º | 0.55% | 0.86% | - |
| XYZ | 39.72 | 32.46 | 15.98 | - |
| YUV | 154.25 | 96.82 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 99 | 0 | 0.40 | 0.55 | 0.14 | 16.5 | 0.63 | 0.62 |
| Hex | DB | 84 | 63 | 0 | 28 | 37 | E | 10 | 3E | 3E |
| Octal | 333 | 204 | 143 | 0 | 50 | 67 | 16 | 20 | 76 | 76 |
| Binary | 11011011 | 10000100 | 1100011 | 0 | 101000 | 110111 | 1110 | 10000 | 111110 | 111110 |
Color Harmonies of #DB8463
Complementary color
Monochromatic Colors of #DB8463
Black with #DB8463
Text Example
Text Example
White with #DB8463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8463; }
p { color: rgb(219,132,99); }
H1.HeaderClassName
{
color: #DB8463;
}
.AnyTagClassName
{
color: #DB8463;
}
</style>
background-color css
<style>
a { background-color: #DB8463; }
a { background-color: rgb(219,132,99); }
div.DivClassName
{
background-color: #DB8463;
}
.BgClassName
{
background-color: #DB8463;
}
</style>
border-color css
<style>
span { border-color: #DB8463; }
span { border-color: rgb(219,132,99); }
td.TdClassName
{
border-color: #DB8463;
}
.TagClassName
{
border-color: #DB8463;
}
</style>