Shades of Copper #DB8869
Tints of Copper #DB8869
RGB
CMYK
RGB Variations
Color information
#DB8869 (or 0xDB8869) is known color: Copper. HEX triplet: DB, 88 and 69. RGB value is (219,136,105). Sum of RGB (Red+Green+Blue) = 219+136+105=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8869 is #247796. Grayscale: #9D9D9D. Windows color (decimal): -2389911 or 6916315. OLE color: 6916315.
HSL color Cylindrical-coordinate representation of color #DB8869: hue angle of 16.32º 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 #DB8869 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 105 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.14 |
| HSL | 16.32º | 0.61% | 0.64% | - |
| HSV(B) | 16.32º | 0.52% | 0.86% | - |
| XYZ | 40.57 | 33.69 | 17.73 | - |
| YUV | 157.28 | 98.5 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 105 | 0 | 0.38 | 0.52 | 0.14 | 16.32 | 0.61 | 0.64 |
| Hex | DB | 88 | 69 | 0 | 26 | 34 | E | 10 | 3D | 40 |
| Octal | 333 | 210 | 151 | 0 | 46 | 64 | 16 | 20 | 75 | 100 |
| Binary | 11011011 | 10001000 | 1101001 | 0 | 100110 | 110100 | 1110 | 10000 | 111101 | 1000000 |
Color Harmonies of #DB8869
Complementary color
Monochromatic Colors of #DB8869
Black with #DB8869
Text Example
Text Example
White with #DB8869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8869; }
p { color: rgb(219,136,105); }
H1.HeaderClassName
{
color: #DB8869;
}
.AnyTagClassName
{
color: #DB8869;
}
</style>
background-color css
<style>
a { background-color: #DB8869; }
a { background-color: rgb(219,136,105); }
div.DivClassName
{
background-color: #DB8869;
}
.BgClassName
{
background-color: #DB8869;
}
</style>
border-color css
<style>
span { border-color: #DB8869; }
span { border-color: rgb(219,136,105); }
td.TdClassName
{
border-color: #DB8869;
}
.TagClassName
{
border-color: #DB8869;
}
</style>