Shades of Copper #DB8166
Tints of Copper #DB8166
RGB
CMYK
RGB Variations
Color information
#DB8166 (or 0xDB8166) is known color: Copper. HEX triplet: DB, 81 and 66. RGB value is (219,129,102). Sum of RGB (Red+Green+Blue) = 219+129+102=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8166 is #247E99. Grayscale: #999999. Windows color (decimal): -2391706 or 6717915. OLE color: 6717915.
HSL color Cylindrical-coordinate representation of color #DB8166: hue angle of 13.85º degrees, saturation: 0.62, 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 #DB8166 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 102 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.14 |
| HSL | 13.85º | 0.62% | 0.63% | - |
| HSV(B) | 13.85º | 0.53% | 0.86% | - |
| XYZ | 39.46 | 31.72 | 16.61 | - |
| YUV | 152.83 | 99.32 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 102 | 0 | 0.41 | 0.53 | 0.14 | 13.85 | 0.62 | 0.63 |
| Hex | DB | 81 | 66 | 0 | 29 | 35 | E | E | 3E | 3F |
| Octal | 333 | 201 | 146 | 0 | 51 | 65 | 16 | 16 | 76 | 77 |
| Binary | 11011011 | 10000001 | 1100110 | 0 | 101001 | 110101 | 1110 | 1110 | 111110 | 111111 |
Color Harmonies of #DB8166
Complementary color
Monochromatic Colors of #DB8166
Black with #DB8166
Text Example
Text Example
White with #DB8166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8166; }
p { color: rgb(219,129,102); }
H1.HeaderClassName
{
color: #DB8166;
}
.AnyTagClassName
{
color: #DB8166;
}
</style>
background-color css
<style>
a { background-color: #DB8166; }
a { background-color: rgb(219,129,102); }
div.DivClassName
{
background-color: #DB8166;
}
.BgClassName
{
background-color: #DB8166;
}
</style>
border-color css
<style>
span { border-color: #DB8166; }
span { border-color: rgb(219,129,102); }
td.TdClassName
{
border-color: #DB8166;
}
.TagClassName
{
border-color: #DB8166;
}
</style>