Shades of Copper #DB886F
Tints of Copper #DB886F
RGB
CMYK
RGB Variations
Color information
#DB886F (or 0xDB886F) is known color: Copper. HEX triplet: DB, 88 and 6F. RGB value is (219,136,111). Sum of RGB (Red+Green+Blue) = 219+136+111=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB886F is #247790. Grayscale: #9E9E9E. Windows color (decimal): -2389905 or 7309531. OLE color: 7309531.
HSL color Cylindrical-coordinate representation of color #DB886F: hue angle of 13.89º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB886F is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 111 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.14 |
| HSL | 13.89º | 0.6% | 0.65% | - |
| HSV(B) | 13.89º | 0.49% | 0.86% | - |
| XYZ | 40.89 | 33.82 | 19.41 | - |
| YUV | 157.97 | 101.5 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 111 | 0 | 0.38 | 0.49 | 0.14 | 13.89 | 0.6 | 0.65 |
| Hex | DB | 88 | 6F | 0 | 26 | 31 | E | E | 3C | 41 |
| Octal | 333 | 210 | 157 | 0 | 46 | 61 | 16 | 16 | 74 | 101 |
| Binary | 11011011 | 10001000 | 1101111 | 0 | 100110 | 110001 | 1110 | 1110 | 111100 | 1000001 |
Color Harmonies of #DB886F
Complementary color
Monochromatic Colors of #DB886F
Black with #DB886F
Text Example
Text Example
White with #DB886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB886F; }
p { color: rgb(219,136,111); }
H1.HeaderClassName
{
color: #DB886F;
}
.AnyTagClassName
{
color: #DB886F;
}
</style>
background-color css
<style>
a { background-color: #DB886F; }
a { background-color: rgb(219,136,111); }
div.DivClassName
{
background-color: #DB886F;
}
.BgClassName
{
background-color: #DB886F;
}
</style>
border-color css
<style>
span { border-color: #DB886F; }
span { border-color: rgb(219,136,111); }
td.TdClassName
{
border-color: #DB886F;
}
.TagClassName
{
border-color: #DB886F;
}
</style>