Shades of Copper #DB886B
Tints of Copper #DB886B
RGB
CMYK
RGB Variations
Color information
#DB886B (or 0xDB886B) is known color: Copper. HEX triplet: DB, 88 and 6B. RGB value is (219,136,107). Sum of RGB (Red+Green+Blue) = 219+136+107=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB886B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB886B is #247794. Grayscale: #9D9D9D. Windows color (decimal): -2389909 or 7047387. OLE color: 7047387.
HSL color Cylindrical-coordinate representation of color #DB886B: hue angle of 15.54º 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 #DB886B is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 107 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.14 |
| HSL | 15.54º | 0.61% | 0.64% | - |
| HSV(B) | 15.54º | 0.51% | 0.86% | - |
| XYZ | 40.67 | 33.73 | 18.28 | - |
| YUV | 157.51 | 99.5 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 107 | 0 | 0.38 | 0.51 | 0.14 | 15.54 | 0.61 | 0.64 |
| Hex | DB | 88 | 6B | 0 | 26 | 33 | E | 10 | 3D | 40 |
| Octal | 333 | 210 | 153 | 0 | 46 | 63 | 16 | 20 | 75 | 100 |
| Binary | 11011011 | 10001000 | 1101011 | 0 | 100110 | 110011 | 1110 | 10000 | 111101 | 1000000 |
Color Harmonies of #DB886B
Complementary color
Monochromatic Colors of #DB886B
Black with #DB886B
Text Example
Text Example
White with #DB886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB886B; }
p { color: rgb(219,136,107); }
H1.HeaderClassName
{
color: #DB886B;
}
.AnyTagClassName
{
color: #DB886B;
}
</style>
background-color css
<style>
a { background-color: #DB886B; }
a { background-color: rgb(219,136,107); }
div.DivClassName
{
background-color: #DB886B;
}
.BgClassName
{
background-color: #DB886B;
}
</style>
border-color css
<style>
span { border-color: #DB886B; }
span { border-color: rgb(219,136,107); }
td.TdClassName
{
border-color: #DB886B;
}
.TagClassName
{
border-color: #DB886B;
}
</style>