Shades of Copper #DB8168
Tints of Copper #DB8168
RGB
CMYK
RGB Variations
Color information
#DB8168 (or 0xDB8168) is known color: Copper. HEX triplet: DB, 81 and 68. RGB value is (219,129,104). Sum of RGB (Red+Green+Blue) = 219+129+104=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8168 is #247E97. Grayscale: #999999. Windows color (decimal): -2391704 or 6848987. OLE color: 6848987.
HSL color Cylindrical-coordinate representation of color #DB8168: hue angle of 13.04º 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 #DB8168 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 104 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.14 |
| HSL | 13.04º | 0.61% | 0.63% | - |
| HSV(B) | 13.04º | 0.53% | 0.86% | - |
| XYZ | 39.56 | 31.76 | 17.14 | - |
| YUV | 153.06 | 100.32 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 104 | 0 | 0.41 | 0.53 | 0.14 | 13.04 | 0.61 | 0.63 |
| Hex | DB | 81 | 68 | 0 | 29 | 35 | E | D | 3D | 3F |
| Octal | 333 | 201 | 150 | 0 | 51 | 65 | 16 | 15 | 75 | 77 |
| Binary | 11011011 | 10000001 | 1101000 | 0 | 101001 | 110101 | 1110 | 1101 | 111101 | 111111 |
Color Harmonies of #DB8168
Complementary color
Monochromatic Colors of #DB8168
Black with #DB8168
Text Example
Text Example
White with #DB8168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8168; }
p { color: rgb(219,129,104); }
H1.HeaderClassName
{
color: #DB8168;
}
.AnyTagClassName
{
color: #DB8168;
}
</style>
background-color css
<style>
a { background-color: #DB8168; }
a { background-color: rgb(219,129,104); }
div.DivClassName
{
background-color: #DB8168;
}
.BgClassName
{
background-color: #DB8168;
}
</style>
border-color css
<style>
span { border-color: #DB8168; }
span { border-color: rgb(219,129,104); }
td.TdClassName
{
border-color: #DB8168;
}
.TagClassName
{
border-color: #DB8168;
}
</style>