Shades of Copper #DB8A60
Tints of Copper #DB8A60
RGB
CMYK
RGB Variations
Color information
#DB8A60 (or 0xDB8A60) is known color: Copper. HEX triplet: DB, 8A and 60. RGB value is (219,138,96). Sum of RGB (Red+Green+Blue) = 219+138+96=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8A60 is #24759F. Grayscale: #9D9D9D. Windows color (decimal): -2389408 or 6327003. OLE color: 6327003.
HSL color Cylindrical-coordinate representation of color #DB8A60: hue angle of 20.49º 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 #DB8A60 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 96 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.14 |
| HSL | 20.49º | 0.63% | 0.62% | - |
| HSV(B) | 20.49º | 0.56% | 0.86% | - |
| XYZ | 40.41 | 34.08 | 15.51 | - |
| YUV | 157.43 | 93.34 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 96 | 0 | 0.37 | 0.56 | 0.14 | 20.49 | 0.63 | 0.62 |
| Hex | DB | 8A | 60 | 0 | 25 | 38 | E | 14 | 3F | 3E |
| Octal | 333 | 212 | 140 | 0 | 45 | 70 | 16 | 24 | 77 | 76 |
| Binary | 11011011 | 10001010 | 1100000 | 0 | 100101 | 111000 | 1110 | 10100 | 111111 | 111110 |
Color Harmonies of #DB8A60
Complementary color
Monochromatic Colors of #DB8A60
Black with #DB8A60
Text Example
Text Example
White with #DB8A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A60; }
p { color: rgb(219,138,96); }
H1.HeaderClassName
{
color: #DB8A60;
}
.AnyTagClassName
{
color: #DB8A60;
}
</style>
background-color css
<style>
a { background-color: #DB8A60; }
a { background-color: rgb(219,138,96); }
div.DivClassName
{
background-color: #DB8A60;
}
.BgClassName
{
background-color: #DB8A60;
}
</style>
border-color css
<style>
span { border-color: #DB8A60; }
span { border-color: rgb(219,138,96); }
td.TdClassName
{
border-color: #DB8A60;
}
.TagClassName
{
border-color: #DB8A60;
}
</style>