Shades of Copper #DB9266
Tints of Copper #DB9266
RGB
CMYK
RGB Variations
Color information
#DB9266 (or 0xDB9266) is known color: Copper. HEX triplet: DB, 92 and 66. RGB value is (219,146,102). Sum of RGB (Red+Green+Blue) = 219+146+102=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9266 is #246D99. Grayscale: #A3A3A3. Windows color (decimal): -2387354 or 6722267. OLE color: 6722267.
HSL color Cylindrical-coordinate representation of color #DB9266: hue angle of 22.56º 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 #DB9266 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 102 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.14 |
| HSL | 22.56º | 0.62% | 0.63% | - |
| HSV(B) | 22.56º | 0.53% | 0.86% | - |
| XYZ | 41.89 | 36.58 | 17.42 | - |
| YUV | 162.81 | 93.68 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 102 | 0 | 0.33 | 0.53 | 0.14 | 22.56 | 0.62 | 0.63 |
| Hex | DB | 92 | 66 | 0 | 21 | 35 | E | 17 | 3E | 3F |
| Octal | 333 | 222 | 146 | 0 | 41 | 65 | 16 | 27 | 76 | 77 |
| Binary | 11011011 | 10010010 | 1100110 | 0 | 100001 | 110101 | 1110 | 10111 | 111110 | 111111 |
Color Harmonies of #DB9266
Complementary color
Monochromatic Colors of #DB9266
Black with #DB9266
Text Example
Text Example
White with #DB9266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9266; }
p { color: rgb(219,146,102); }
H1.HeaderClassName
{
color: #DB9266;
}
.AnyTagClassName
{
color: #DB9266;
}
</style>
background-color css
<style>
a { background-color: #DB9266; }
a { background-color: rgb(219,146,102); }
div.DivClassName
{
background-color: #DB9266;
}
.BgClassName
{
background-color: #DB9266;
}
</style>
border-color css
<style>
span { border-color: #DB9266; }
span { border-color: rgb(219,146,102); }
td.TdClassName
{
border-color: #DB9266;
}
.TagClassName
{
border-color: #DB9266;
}
</style>