Shades of Copper #DA8760
Tints of Copper #DA8760
RGB
CMYK
RGB Variations
Color information
#DA8760 (or 0xDA8760) is known color: Copper. HEX triplet: DA, 87 and 60. RGB value is (218,135,96). Sum of RGB (Red+Green+Blue) = 218+135+96=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8760 is #25789F. Grayscale: #9B9B9B. Windows color (decimal): -2455712 or 6326234. OLE color: 6326234.
HSL color Cylindrical-coordinate representation of color #DA8760: hue angle of 19.18º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA8760 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 135 | 96 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.15 |
| HSL | 19.18º | 0.62% | 0.62% | - |
| HSV(B) | 19.18º | 0.56% | 0.85% | - |
| XYZ | 39.69 | 33.08 | 15.36 | - |
| YUV | 155.37 | 94.5 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 96 | 0 | 0.38 | 0.56 | 0.15 | 19.18 | 0.62 | 0.62 |
| Hex | DA | 87 | 60 | 0 | 26 | 38 | F | 13 | 3E | 3E |
| Octal | 332 | 207 | 140 | 0 | 46 | 70 | 17 | 23 | 76 | 76 |
| Binary | 11011010 | 10000111 | 1100000 | 0 | 100110 | 111000 | 1111 | 10011 | 111110 | 111110 |
Color Harmonies of #DA8760
Complementary color
Monochromatic Colors of #DA8760
Black with #DA8760
Text Example
Text Example
White with #DA8760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8760; }
p { color: rgb(218,135,96); }
H1.HeaderClassName
{
color: #DA8760;
}
.AnyTagClassName
{
color: #DA8760;
}
</style>
background-color css
<style>
a { background-color: #DA8760; }
a { background-color: rgb(218,135,96); }
div.DivClassName
{
background-color: #DA8760;
}
.BgClassName
{
background-color: #DA8760;
}
</style>
border-color css
<style>
span { border-color: #DA8760; }
span { border-color: rgb(218,135,96); }
td.TdClassName
{
border-color: #DA8760;
}
.TagClassName
{
border-color: #DA8760;
}
</style>