Shades of Copper #DB886C
Tints of Copper #DB886C
RGB
CMYK
RGB Variations
Color information
#DB886C (or 0xDB886C) is known color: Copper. HEX triplet: DB, 88 and 6C. RGB value is (219,136,108). Sum of RGB (Red+Green+Blue) = 219+136+108=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB886C is #247793. Grayscale: #9D9D9D. Windows color (decimal): -2389908 or 7112923. OLE color: 7112923.
HSL color Cylindrical-coordinate representation of color #DB886C: hue angle of 15.14º 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 #DB886C is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 108 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.14 |
| HSL | 15.14º | 0.61% | 0.64% | - |
| HSV(B) | 15.14º | 0.51% | 0.86% | - |
| XYZ | 40.72 | 33.75 | 18.56 | - |
| YUV | 157.63 | 100 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 108 | 0 | 0.38 | 0.51 | 0.14 | 15.14 | 0.61 | 0.64 |
| Hex | DB | 88 | 6C | 0 | 26 | 33 | E | F | 3D | 40 |
| Octal | 333 | 210 | 154 | 0 | 46 | 63 | 16 | 17 | 75 | 100 |
| Binary | 11011011 | 10001000 | 1101100 | 0 | 100110 | 110011 | 1110 | 1111 | 111101 | 1000000 |
Color Harmonies of #DB886C
Complementary color
Monochromatic Colors of #DB886C
Black with #DB886C
Text Example
Text Example
White with #DB886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB886C; }
p { color: rgb(219,136,108); }
H1.HeaderClassName
{
color: #DB886C;
}
.AnyTagClassName
{
color: #DB886C;
}
</style>
background-color css
<style>
a { background-color: #DB886C; }
a { background-color: rgb(219,136,108); }
div.DivClassName
{
background-color: #DB886C;
}
.BgClassName
{
background-color: #DB886C;
}
</style>
border-color css
<style>
span { border-color: #DB886C; }
span { border-color: rgb(219,136,108); }
td.TdClassName
{
border-color: #DB886C;
}
.TagClassName
{
border-color: #DB886C;
}
</style>