Shades of Copper #DB8F6C
Tints of Copper #DB8F6C
RGB
CMYK
RGB Variations
Color information
#DB8F6C (or 0xDB8F6C) is known color: Copper. HEX triplet: DB, 8F and 6C. RGB value is (219,143,108). Sum of RGB (Red+Green+Blue) = 219+143+108=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F6C is #247093. Grayscale: #A1A1A1. Windows color (decimal): -2388116 or 7114715. OLE color: 7114715.
HSL color Cylindrical-coordinate representation of color #DB8F6C: hue angle of 18.92º 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 #DB8F6C is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 108 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.14 |
| HSL | 18.92º | 0.61% | 0.64% | - |
| HSV(B) | 18.92º | 0.51% | 0.86% | - |
| XYZ | 41.74 | 35.79 | 18.9 | - |
| YUV | 161.73 | 97.68 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 108 | 0 | 0.35 | 0.51 | 0.14 | 18.92 | 0.61 | 0.64 |
| Hex | DB | 8F | 6C | 0 | 23 | 33 | E | 13 | 3D | 40 |
| Octal | 333 | 217 | 154 | 0 | 43 | 63 | 16 | 23 | 75 | 100 |
| Binary | 11011011 | 10001111 | 1101100 | 0 | 100011 | 110011 | 1110 | 10011 | 111101 | 1000000 |
Color Harmonies of #DB8F6C
Complementary color
Monochromatic Colors of #DB8F6C
Black with #DB8F6C
Text Example
Text Example
White with #DB8F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F6C; }
p { color: rgb(219,143,108); }
H1.HeaderClassName
{
color: #DB8F6C;
}
.AnyTagClassName
{
color: #DB8F6C;
}
</style>
background-color css
<style>
a { background-color: #DB8F6C; }
a { background-color: rgb(219,143,108); }
div.DivClassName
{
background-color: #DB8F6C;
}
.BgClassName
{
background-color: #DB8F6C;
}
</style>
border-color css
<style>
span { border-color: #DB8F6C; }
span { border-color: rgb(219,143,108); }
td.TdClassName
{
border-color: #DB8F6C;
}
.TagClassName
{
border-color: #DB8F6C;
}
</style>