Shades of Copper #DB8468
Tints of Copper #DB8468
RGB
CMYK
RGB Variations
Color information
#DB8468 (or 0xDB8468) is known color: Copper. HEX triplet: DB, 84 and 68. RGB value is (219,132,104). Sum of RGB (Red+Green+Blue) = 219+132+104=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8468 is #247B97. Grayscale: #9B9B9B. Windows color (decimal): -2390936 or 6849755. OLE color: 6849755.
HSL color Cylindrical-coordinate representation of color #DB8468: hue angle of 14.61º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB8468 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 104 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.14 |
| HSL | 14.61º | 0.61% | 0.63% | - |
| HSV(B) | 14.61º | 0.53% | 0.86% | - |
| XYZ | 39.96 | 32.56 | 17.28 | - |
| YUV | 154.82 | 99.32 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 104 | 0 | 0.40 | 0.53 | 0.14 | 14.61 | 0.61 | 0.63 |
| Hex | DB | 84 | 68 | 0 | 28 | 35 | E | F | 3D | 3F |
| Octal | 333 | 204 | 150 | 0 | 50 | 65 | 16 | 17 | 75 | 77 |
| Binary | 11011011 | 10000100 | 1101000 | 0 | 101000 | 110101 | 1110 | 1111 | 111101 | 111111 |
Color Harmonies of #DB8468
Complementary color
Monochromatic Colors of #DB8468
Black with #DB8468
Text Example
Text Example
White with #DB8468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8468; }
p { color: rgb(219,132,104); }
H1.HeaderClassName
{
color: #DB8468;
}
.AnyTagClassName
{
color: #DB8468;
}
</style>
background-color css
<style>
a { background-color: #DB8468; }
a { background-color: rgb(219,132,104); }
div.DivClassName
{
background-color: #DB8468;
}
.BgClassName
{
background-color: #DB8468;
}
</style>
border-color css
<style>
span { border-color: #DB8468; }
span { border-color: rgb(219,132,104); }
td.TdClassName
{
border-color: #DB8468;
}
.TagClassName
{
border-color: #DB8468;
}
</style>