Shades of Copper #DB8D70
Tints of Copper #DB8D70
RGB
CMYK
RGB Variations
Color information
#DB8D70 (or 0xDB8D70) is known color: Copper. HEX triplet: DB, 8D and 70. RGB value is (219,141,112). Sum of RGB (Red+Green+Blue) = 219+141+112=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8D70 is #24728F. Grayscale: #A1A1A1. Windows color (decimal): -2388624 or 7376347. OLE color: 7376347.
HSL color Cylindrical-coordinate representation of color #DB8D70: hue angle of 16.26º 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 #DB8D70 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 112 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.14 |
| HSL | 16.26º | 0.6% | 0.65% | - |
| HSV(B) | 16.26º | 0.49% | 0.86% | - |
| XYZ | 41.66 | 35.28 | 19.94 | - |
| YUV | 161.02 | 100.34 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 112 | 0 | 0.36 | 0.49 | 0.14 | 16.26 | 0.6 | 0.65 |
| Hex | DB | 8D | 70 | 0 | 24 | 31 | E | 10 | 3C | 41 |
| Octal | 333 | 215 | 160 | 0 | 44 | 61 | 16 | 20 | 74 | 101 |
| Binary | 11011011 | 10001101 | 1110000 | 0 | 100100 | 110001 | 1110 | 10000 | 111100 | 1000001 |
Color Harmonies of #DB8D70
Complementary color
Monochromatic Colors of #DB8D70
Black with #DB8D70
Text Example
Text Example
White with #DB8D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D70; }
p { color: rgb(219,141,112); }
H1.HeaderClassName
{
color: #DB8D70;
}
.AnyTagClassName
{
color: #DB8D70;
}
</style>
background-color css
<style>
a { background-color: #DB8D70; }
a { background-color: rgb(219,141,112); }
div.DivClassName
{
background-color: #DB8D70;
}
.BgClassName
{
background-color: #DB8D70;
}
</style>
border-color css
<style>
span { border-color: #DB8D70; }
span { border-color: rgb(219,141,112); }
td.TdClassName
{
border-color: #DB8D70;
}
.TagClassName
{
border-color: #DB8D70;
}
</style>