Shades of Copper #DB9268
Tints of Copper #DB9268
RGB
CMYK
RGB Variations
Color information
#DB9268 (or 0xDB9268) is known color: Copper. HEX triplet: DB, 92 and 68. RGB value is (219,146,104). Sum of RGB (Red+Green+Blue) = 219+146+104=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9268 is #246D97. Grayscale: #A3A3A3. Windows color (decimal): -2387352 or 6853339. OLE color: 6853339.
HSL color Cylindrical-coordinate representation of color #DB9268: hue angle of 21.91º 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 #DB9268 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 104 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.14 |
| HSL | 21.91º | 0.61% | 0.63% | - |
| HSV(B) | 21.91º | 0.53% | 0.86% | - |
| XYZ | 41.99 | 36.62 | 17.95 | - |
| YUV | 163.04 | 94.68 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 104 | 0 | 0.33 | 0.53 | 0.14 | 21.91 | 0.61 | 0.63 |
| Hex | DB | 92 | 68 | 0 | 21 | 35 | E | 16 | 3D | 3F |
| Octal | 333 | 222 | 150 | 0 | 41 | 65 | 16 | 26 | 75 | 77 |
| Binary | 11011011 | 10010010 | 1101000 | 0 | 100001 | 110101 | 1110 | 10110 | 111101 | 111111 |
Color Harmonies of #DB9268
Complementary color
Monochromatic Colors of #DB9268
Black with #DB9268
Text Example
Text Example
White with #DB9268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9268; }
p { color: rgb(219,146,104); }
H1.HeaderClassName
{
color: #DB9268;
}
.AnyTagClassName
{
color: #DB9268;
}
</style>
background-color css
<style>
a { background-color: #DB9268; }
a { background-color: rgb(219,146,104); }
div.DivClassName
{
background-color: #DB9268;
}
.BgClassName
{
background-color: #DB9268;
}
</style>
border-color css
<style>
span { border-color: #DB9268; }
span { border-color: rgb(219,146,104); }
td.TdClassName
{
border-color: #DB9268;
}
.TagClassName
{
border-color: #DB9268;
}
</style>