Shades of Copper #DB8268
Tints of Copper #DB8268
RGB
CMYK
RGB Variations
Color information
#DB8268 (or 0xDB8268) is known color: Copper. HEX triplet: DB, 82 and 68. RGB value is (219,130,104). Sum of RGB (Red+Green+Blue) = 219+130+104=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8268 is #247D97. Grayscale: #999999. Windows color (decimal): -2391448 or 6849243. OLE color: 6849243.
HSL color Cylindrical-coordinate representation of color #DB8268: hue angle of 13.57º 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 #DB8268 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 104 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.14 |
| HSL | 13.57º | 0.61% | 0.63% | - |
| HSV(B) | 13.57º | 0.53% | 0.86% | - |
| XYZ | 39.69 | 32.02 | 17.19 | - |
| YUV | 153.65 | 99.99 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 104 | 0 | 0.41 | 0.53 | 0.14 | 13.57 | 0.61 | 0.63 |
| Hex | DB | 82 | 68 | 0 | 29 | 35 | E | E | 3D | 3F |
| Octal | 333 | 202 | 150 | 0 | 51 | 65 | 16 | 16 | 75 | 77 |
| Binary | 11011011 | 10000010 | 1101000 | 0 | 101001 | 110101 | 1110 | 1110 | 111101 | 111111 |
Color Harmonies of #DB8268
Complementary color
Monochromatic Colors of #DB8268
Black with #DB8268
Text Example
Text Example
White with #DB8268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8268; }
p { color: rgb(219,130,104); }
H1.HeaderClassName
{
color: #DB8268;
}
.AnyTagClassName
{
color: #DB8268;
}
</style>
background-color css
<style>
a { background-color: #DB8268; }
a { background-color: rgb(219,130,104); }
div.DivClassName
{
background-color: #DB8268;
}
.BgClassName
{
background-color: #DB8268;
}
</style>
border-color css
<style>
span { border-color: #DB8268; }
span { border-color: rgb(219,130,104); }
td.TdClassName
{
border-color: #DB8268;
}
.TagClassName
{
border-color: #DB8268;
}
</style>