Shades of Copper #DB896D
Tints of Copper #DB896D
RGB
CMYK
RGB Variations
Color information
#DB896D (or 0xDB896D) is known color: Copper. HEX triplet: DB, 89 and 6D. RGB value is (219,137,109). Sum of RGB (Red+Green+Blue) = 219+137+109=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB896D is #247692. Grayscale: #9E9E9E. Windows color (decimal): -2389651 or 7178715. OLE color: 7178715.
HSL color Cylindrical-coordinate representation of color #DB896D: hue angle of 15.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB896D is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 109 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.14 |
| HSL | 15.27º | 0.6% | 0.64% | - |
| HSV(B) | 15.27º | 0.5% | 0.86% | - |
| XYZ | 40.92 | 34.06 | 18.88 | - |
| YUV | 158.33 | 100.17 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 109 | 0 | 0.37 | 0.50 | 0.14 | 15.27 | 0.6 | 0.64 |
| Hex | DB | 89 | 6D | 0 | 25 | 32 | E | F | 3C | 40 |
| Octal | 333 | 211 | 155 | 0 | 45 | 62 | 16 | 17 | 74 | 100 |
| Binary | 11011011 | 10001001 | 1101101 | 0 | 100101 | 110010 | 1110 | 1111 | 111100 | 1000000 |
Color Harmonies of #DB896D
Complementary color
Monochromatic Colors of #DB896D
Black with #DB896D
Text Example
Text Example
White with #DB896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB896D; }
p { color: rgb(219,137,109); }
H1.HeaderClassName
{
color: #DB896D;
}
.AnyTagClassName
{
color: #DB896D;
}
</style>
background-color css
<style>
a { background-color: #DB896D; }
a { background-color: rgb(219,137,109); }
div.DivClassName
{
background-color: #DB896D;
}
.BgClassName
{
background-color: #DB896D;
}
</style>
border-color css
<style>
span { border-color: #DB896D; }
span { border-color: rgb(219,137,109); }
td.TdClassName
{
border-color: #DB896D;
}
.TagClassName
{
border-color: #DB896D;
}
</style>