Shades of Copper #DB8269
Tints of Copper #DB8269
RGB
CMYK
RGB Variations
Color information
#DB8269 (or 0xDB8269) is known color: Copper. HEX triplet: DB, 82 and 69. RGB value is (219,130,105). Sum of RGB (Red+Green+Blue) = 219+130+105=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8269 is #247D96. Grayscale: #999999. Windows color (decimal): -2391447 or 6914779. OLE color: 6914779.
HSL color Cylindrical-coordinate representation of color #DB8269: hue angle of 13.16º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB8269 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 105 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.14 |
| HSL | 13.16º | 0.61% | 0.64% | - |
| HSV(B) | 13.16º | 0.52% | 0.86% | - |
| XYZ | 39.75 | 32.05 | 17.46 | - |
| YUV | 153.76 | 100.49 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 105 | 0 | 0.41 | 0.52 | 0.14 | 13.16 | 0.61 | 0.64 |
| Hex | DB | 82 | 69 | 0 | 29 | 34 | E | D | 3D | 40 |
| Octal | 333 | 202 | 151 | 0 | 51 | 64 | 16 | 15 | 75 | 100 |
| Binary | 11011011 | 10000010 | 1101001 | 0 | 101001 | 110100 | 1110 | 1101 | 111101 | 1000000 |
Color Harmonies of #DB8269
Complementary color
Monochromatic Colors of #DB8269
Black with #DB8269
Text Example
Text Example
White with #DB8269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8269; }
p { color: rgb(219,130,105); }
H1.HeaderClassName
{
color: #DB8269;
}
.AnyTagClassName
{
color: #DB8269;
}
</style>
background-color css
<style>
a { background-color: #DB8269; }
a { background-color: rgb(219,130,105); }
div.DivClassName
{
background-color: #DB8269;
}
.BgClassName
{
background-color: #DB8269;
}
</style>
border-color css
<style>
span { border-color: #DB8269; }
span { border-color: rgb(219,130,105); }
td.TdClassName
{
border-color: #DB8269;
}
.TagClassName
{
border-color: #DB8269;
}
</style>