Shades of Copper #DB8C66
Tints of Copper #DB8C66
RGB
CMYK
RGB Variations
Color information
#DB8C66 (or 0xDB8C66) is known color: Copper. HEX triplet: DB, 8C and 66. RGB value is (219,140,102). Sum of RGB (Red+Green+Blue) = 219+140+102=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8C66 is #247399. Grayscale: #9F9F9F. Windows color (decimal): -2388890 or 6720731. OLE color: 6720731.
HSL color Cylindrical-coordinate representation of color #DB8C66: hue angle of 19.49º degrees, saturation: 0.62, 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 #DB8C66 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 102 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.14 |
| HSL | 19.49º | 0.62% | 0.63% | - |
| HSV(B) | 19.49º | 0.53% | 0.86% | - |
| XYZ | 40.99 | 34.78 | 17.12 | - |
| YUV | 159.29 | 95.67 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 102 | 0 | 0.36 | 0.53 | 0.14 | 19.49 | 0.62 | 0.63 |
| Hex | DB | 8C | 66 | 0 | 24 | 35 | E | 13 | 3E | 3F |
| Octal | 333 | 214 | 146 | 0 | 44 | 65 | 16 | 23 | 76 | 77 |
| Binary | 11011011 | 10001100 | 1100110 | 0 | 100100 | 110101 | 1110 | 10011 | 111110 | 111111 |
Color Harmonies of #DB8C66
Complementary color
Monochromatic Colors of #DB8C66
Black with #DB8C66
Text Example
Text Example
White with #DB8C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8C66; }
p { color: rgb(219,140,102); }
H1.HeaderClassName
{
color: #DB8C66;
}
.AnyTagClassName
{
color: #DB8C66;
}
</style>
background-color css
<style>
a { background-color: #DB8C66; }
a { background-color: rgb(219,140,102); }
div.DivClassName
{
background-color: #DB8C66;
}
.BgClassName
{
background-color: #DB8C66;
}
</style>
border-color css
<style>
span { border-color: #DB8C66; }
span { border-color: rgb(219,140,102); }
td.TdClassName
{
border-color: #DB8C66;
}
.TagClassName
{
border-color: #DB8C66;
}
</style>