Shades of Copper #DB896B
Tints of Copper #DB896B
RGB
CMYK
RGB Variations
Color information
#DB896B (or 0xDB896B) is known color: Copper. HEX triplet: DB, 89 and 6B. RGB value is (219,137,107). Sum of RGB (Red+Green+Blue) = 219+137+107=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB896B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB896B is #247694. Grayscale: #9E9E9E. Windows color (decimal): -2389653 or 7047643. OLE color: 7047643.
HSL color Cylindrical-coordinate representation of color #DB896B: hue angle of 16.07º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB896B is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 107 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.14 |
| HSL | 16.07º | 0.61% | 0.64% | - |
| HSV(B) | 16.07º | 0.51% | 0.86% | - |
| XYZ | 40.81 | 34.01 | 18.32 | - |
| YUV | 158.1 | 99.17 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 107 | 0 | 0.37 | 0.51 | 0.14 | 16.07 | 0.61 | 0.64 |
| Hex | DB | 89 | 6B | 0 | 25 | 33 | E | 10 | 3D | 40 |
| Octal | 333 | 211 | 153 | 0 | 45 | 63 | 16 | 20 | 75 | 100 |
| Binary | 11011011 | 10001001 | 1101011 | 0 | 100101 | 110011 | 1110 | 10000 | 111101 | 1000000 |
Color Harmonies of #DB896B
Complementary color
Monochromatic Colors of #DB896B
Black with #DB896B
Text Example
Text Example
White with #DB896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB896B; }
p { color: rgb(219,137,107); }
H1.HeaderClassName
{
color: #DB896B;
}
.AnyTagClassName
{
color: #DB896B;
}
</style>
background-color css
<style>
a { background-color: #DB896B; }
a { background-color: rgb(219,137,107); }
div.DivClassName
{
background-color: #DB896B;
}
.BgClassName
{
background-color: #DB896B;
}
</style>
border-color css
<style>
span { border-color: #DB896B; }
span { border-color: rgb(219,137,107); }
td.TdClassName
{
border-color: #DB896B;
}
.TagClassName
{
border-color: #DB896B;
}
</style>