Shades of Copper #DB896A
Tints of Copper #DB896A
RGB
CMYK
RGB Variations
Color information
#DB896A (or 0xDB896A) is known color: Copper. HEX triplet: DB, 89 and 6A. RGB value is (219,137,106). Sum of RGB (Red+Green+Blue) = 219+137+106=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB896A is #247695. Grayscale: #9E9E9E. Windows color (decimal): -2389654 or 6982107. OLE color: 6982107.
HSL color Cylindrical-coordinate representation of color #DB896A: hue angle of 16.46º 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 #DB896A is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 106 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.14 |
| HSL | 16.46º | 0.61% | 0.64% | - |
| HSV(B) | 16.46º | 0.52% | 0.86% | - |
| XYZ | 40.76 | 33.99 | 18.05 | - |
| YUV | 157.98 | 98.67 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 106 | 0 | 0.37 | 0.52 | 0.14 | 16.46 | 0.61 | 0.64 |
| Hex | DB | 89 | 6A | 0 | 25 | 34 | E | 10 | 3D | 40 |
| Octal | 333 | 211 | 152 | 0 | 45 | 64 | 16 | 20 | 75 | 100 |
| Binary | 11011011 | 10001001 | 1101010 | 0 | 100101 | 110100 | 1110 | 10000 | 111101 | 1000000 |
Color Harmonies of #DB896A
Complementary color
Monochromatic Colors of #DB896A
Black with #DB896A
Text Example
Text Example
White with #DB896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB896A; }
p { color: rgb(219,137,106); }
H1.HeaderClassName
{
color: #DB896A;
}
.AnyTagClassName
{
color: #DB896A;
}
</style>
background-color css
<style>
a { background-color: #DB896A; }
a { background-color: rgb(219,137,106); }
div.DivClassName
{
background-color: #DB896A;
}
.BgClassName
{
background-color: #DB896A;
}
</style>
border-color css
<style>
span { border-color: #DB896A; }
span { border-color: rgb(219,137,106); }
td.TdClassName
{
border-color: #DB896A;
}
.TagClassName
{
border-color: #DB896A;
}
</style>