Shades of Copper #DB8264
Tints of Copper #DB8264
RGB
CMYK
RGB Variations
Color information
#DB8264 (or 0xDB8264) is known color: Copper. HEX triplet: DB, 82 and 64. RGB value is (219,130,100). Sum of RGB (Red+Green+Blue) = 219+130+100=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8264 is #247D9B. Grayscale: #999999. Windows color (decimal): -2391452 or 6587099. OLE color: 6587099.
HSL color Cylindrical-coordinate representation of color #DB8264: hue angle of 15.13º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB8264 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 100 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.14 |
| HSL | 15.13º | 0.62% | 0.63% | - |
| HSV(B) | 15.13º | 0.54% | 0.86% | - |
| XYZ | 39.5 | 31.95 | 16.14 | - |
| YUV | 153.19 | 97.99 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 100 | 0 | 0.41 | 0.54 | 0.14 | 15.13 | 0.62 | 0.63 |
| Hex | DB | 82 | 64 | 0 | 29 | 36 | E | F | 3E | 3F |
| Octal | 333 | 202 | 144 | 0 | 51 | 66 | 16 | 17 | 76 | 77 |
| Binary | 11011011 | 10000010 | 1100100 | 0 | 101001 | 110110 | 1110 | 1111 | 111110 | 111111 |
Color Harmonies of #DB8264
Complementary color
Monochromatic Colors of #DB8264
Black with #DB8264
Text Example
Text Example
White with #DB8264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8264; }
p { color: rgb(219,130,100); }
H1.HeaderClassName
{
color: #DB8264;
}
.AnyTagClassName
{
color: #DB8264;
}
</style>
background-color css
<style>
a { background-color: #DB8264; }
a { background-color: rgb(219,130,100); }
div.DivClassName
{
background-color: #DB8264;
}
.BgClassName
{
background-color: #DB8264;
}
</style>
border-color css
<style>
span { border-color: #DB8264; }
span { border-color: rgb(219,130,100); }
td.TdClassName
{
border-color: #DB8264;
}
.TagClassName
{
border-color: #DB8264;
}
</style>