Shades of Copper #DB886D
Tints of Copper #DB886D
RGB
CMYK
RGB Variations
Color information
#DB886D (or 0xDB886D) is known color: Copper. HEX triplet: DB, 88 and 6D. RGB value is (219,136,109). Sum of RGB (Red+Green+Blue) = 219+136+109=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB886D is #247792. Grayscale: #9D9D9D. Windows color (decimal): -2389907 or 7178459. OLE color: 7178459.
HSL color Cylindrical-coordinate representation of color #DB886D: hue angle of 14.73º 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 #DB886D is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 109 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.14 |
| HSL | 14.73º | 0.6% | 0.64% | - |
| HSV(B) | 14.73º | 0.5% | 0.86% | - |
| XYZ | 40.78 | 33.77 | 18.84 | - |
| YUV | 157.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 109 | 0 | 0.38 | 0.50 | 0.14 | 14.73 | 0.6 | 0.64 |
| Hex | DB | 88 | 6D | 0 | 26 | 32 | E | F | 3C | 40 |
| Octal | 333 | 210 | 155 | 0 | 46 | 62 | 16 | 17 | 74 | 100 |
| Binary | 11011011 | 10001000 | 1101101 | 0 | 100110 | 110010 | 1110 | 1111 | 111100 | 1000000 |
Color Harmonies of #DB886D
Complementary color
Monochromatic Colors of #DB886D
Black with #DB886D
Text Example
Text Example
White with #DB886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB886D; }
p { color: rgb(219,136,109); }
H1.HeaderClassName
{
color: #DB886D;
}
.AnyTagClassName
{
color: #DB886D;
}
</style>
background-color css
<style>
a { background-color: #DB886D; }
a { background-color: rgb(219,136,109); }
div.DivClassName
{
background-color: #DB886D;
}
.BgClassName
{
background-color: #DB886D;
}
</style>
border-color css
<style>
span { border-color: #DB886D; }
span { border-color: rgb(219,136,109); }
td.TdClassName
{
border-color: #DB886D;
}
.TagClassName
{
border-color: #DB886D;
}
</style>