Shades of Copper #DB8266
Tints of Copper #DB8266
RGB
CMYK
RGB Variations
Color information
#DB8266 (or 0xDB8266) is known color: Copper. HEX triplet: DB, 82 and 66. RGB value is (219,130,102). Sum of RGB (Red+Green+Blue) = 219+130+102=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8266 is #247D99. Grayscale: #999999. Windows color (decimal): -2391450 or 6718171. OLE color: 6718171.
HSL color Cylindrical-coordinate representation of color #DB8266: hue angle of 14.36º 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 #DB8266 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 102 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.14 |
| HSL | 14.36º | 0.62% | 0.63% | - |
| HSV(B) | 14.36º | 0.53% | 0.86% | - |
| XYZ | 39.59 | 31.98 | 16.66 | - |
| YUV | 153.42 | 98.99 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 102 | 0 | 0.41 | 0.53 | 0.14 | 14.36 | 0.62 | 0.63 |
| Hex | DB | 82 | 66 | 0 | 29 | 35 | E | E | 3E | 3F |
| Octal | 333 | 202 | 146 | 0 | 51 | 65 | 16 | 16 | 76 | 77 |
| Binary | 11011011 | 10000010 | 1100110 | 0 | 101001 | 110101 | 1110 | 1110 | 111110 | 111111 |
Color Harmonies of #DB8266
Complementary color
Monochromatic Colors of #DB8266
Black with #DB8266
Text Example
Text Example
White with #DB8266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8266; }
p { color: rgb(219,130,102); }
H1.HeaderClassName
{
color: #DB8266;
}
.AnyTagClassName
{
color: #DB8266;
}
</style>
background-color css
<style>
a { background-color: #DB8266; }
a { background-color: rgb(219,130,102); }
div.DivClassName
{
background-color: #DB8266;
}
.BgClassName
{
background-color: #DB8266;
}
</style>
border-color css
<style>
span { border-color: #DB8266; }
span { border-color: rgb(219,130,102); }
td.TdClassName
{
border-color: #DB8266;
}
.TagClassName
{
border-color: #DB8266;
}
</style>