Shades of Copper #DB8D68
Tints of Copper #DB8D68
RGB
CMYK
RGB Variations
Color information
#DB8D68 (or 0xDB8D68) is known color: Copper. HEX triplet: DB, 8D and 68. RGB value is (219,141,104). Sum of RGB (Red+Green+Blue) = 219+141+104=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8D68 is #247297. Grayscale: #A0A0A0. Windows color (decimal): -2388632 or 6852059. OLE color: 6852059.
HSL color Cylindrical-coordinate representation of color #DB8D68: hue angle of 19.3º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB8D68 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 104 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.14 |
| HSL | 19.3º | 0.61% | 0.63% | - |
| HSV(B) | 19.3º | 0.53% | 0.86% | - |
| XYZ | 41.24 | 35.11 | 17.7 | - |
| YUV | 160.1 | 96.34 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 104 | 0 | 0.36 | 0.53 | 0.14 | 19.3 | 0.61 | 0.63 |
| Hex | DB | 8D | 68 | 0 | 24 | 35 | E | 13 | 3D | 3F |
| Octal | 333 | 215 | 150 | 0 | 44 | 65 | 16 | 23 | 75 | 77 |
| Binary | 11011011 | 10001101 | 1101000 | 0 | 100100 | 110101 | 1110 | 10011 | 111101 | 111111 |
Color Harmonies of #DB8D68
Complementary color
Monochromatic Colors of #DB8D68
Black with #DB8D68
Text Example
Text Example
White with #DB8D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D68; }
p { color: rgb(219,141,104); }
H1.HeaderClassName
{
color: #DB8D68;
}
.AnyTagClassName
{
color: #DB8D68;
}
</style>
background-color css
<style>
a { background-color: #DB8D68; }
a { background-color: rgb(219,141,104); }
div.DivClassName
{
background-color: #DB8D68;
}
.BgClassName
{
background-color: #DB8D68;
}
</style>
border-color css
<style>
span { border-color: #DB8D68; }
span { border-color: rgb(219,141,104); }
td.TdClassName
{
border-color: #DB8D68;
}
.TagClassName
{
border-color: #DB8D68;
}
</style>