Shades of Copper #DB8C60
Tints of Copper #DB8C60
RGB
CMYK
RGB Variations
Color information
#DB8C60 (or 0xDB8C60) is known color: Copper. HEX triplet: DB, 8C and 60. RGB value is (219,140,96). Sum of RGB (Red+Green+Blue) = 219+140+96=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8C60 is #24739F. Grayscale: #9E9E9E. Windows color (decimal): -2388896 or 6327515. OLE color: 6327515.
HSL color Cylindrical-coordinate representation of color #DB8C60: hue angle of 21.46º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB8C60 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 96 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.14 |
| HSL | 21.46º | 0.63% | 0.62% | - |
| HSV(B) | 21.46º | 0.56% | 0.86% | - |
| XYZ | 40.7 | 34.66 | 15.61 | - |
| YUV | 158.61 | 92.67 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 96 | 0 | 0.36 | 0.56 | 0.14 | 21.46 | 0.63 | 0.62 |
| Hex | DB | 8C | 60 | 0 | 24 | 38 | E | 15 | 3F | 3E |
| Octal | 333 | 214 | 140 | 0 | 44 | 70 | 16 | 25 | 77 | 76 |
| Binary | 11011011 | 10001100 | 1100000 | 0 | 100100 | 111000 | 1110 | 10101 | 111111 | 111110 |
Color Harmonies of #DB8C60
Complementary color
Monochromatic Colors of #DB8C60
Black with #DB8C60
Text Example
Text Example
White with #DB8C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8C60; }
p { color: rgb(219,140,96); }
H1.HeaderClassName
{
color: #DB8C60;
}
.AnyTagClassName
{
color: #DB8C60;
}
</style>
background-color css
<style>
a { background-color: #DB8C60; }
a { background-color: rgb(219,140,96); }
div.DivClassName
{
background-color: #DB8C60;
}
.BgClassName
{
background-color: #DB8C60;
}
</style>
border-color css
<style>
span { border-color: #DB8C60; }
span { border-color: rgb(219,140,96); }
td.TdClassName
{
border-color: #DB8C60;
}
.TagClassName
{
border-color: #DB8C60;
}
</style>