Shades of Copper #DA8762
Tints of Copper #DA8762
RGB
CMYK
RGB Variations
Color information
#DA8762 (or 0xDA8762) is known color: Copper. HEX triplet: DA, 87 and 62. RGB value is (218,135,98). Sum of RGB (Red+Green+Blue) = 218+135+98=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8762 is #25789D. Grayscale: #9B9B9B. Windows color (decimal): -2455710 or 6457306. OLE color: 6457306.
HSL color Cylindrical-coordinate representation of color #DA8762: hue angle of 18.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA8762 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 135 | 98 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.15 |
| HSL | 18.5º | 0.62% | 0.62% | - |
| HSV(B) | 18.5º | 0.55% | 0.85% | - |
| XYZ | 39.78 | 33.12 | 15.85 | - |
| YUV | 155.6 | 95.5 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 98 | 0 | 0.38 | 0.55 | 0.15 | 18.5 | 0.62 | 0.62 |
| Hex | DA | 87 | 62 | 0 | 26 | 37 | F | 12 | 3E | 3E |
| Octal | 332 | 207 | 142 | 0 | 46 | 67 | 17 | 22 | 76 | 76 |
| Binary | 11011010 | 10000111 | 1100010 | 0 | 100110 | 110111 | 1111 | 10010 | 111110 | 111110 |
Color Harmonies of #DA8762
Complementary color
Monochromatic Colors of #DA8762
Black with #DA8762
Text Example
Text Example
White with #DA8762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8762; }
p { color: rgb(218,135,98); }
H1.HeaderClassName
{
color: #DA8762;
}
.AnyTagClassName
{
color: #DA8762;
}
</style>
background-color css
<style>
a { background-color: #DA8762; }
a { background-color: rgb(218,135,98); }
div.DivClassName
{
background-color: #DA8762;
}
.BgClassName
{
background-color: #DA8762;
}
</style>
border-color css
<style>
span { border-color: #DA8762; }
span { border-color: rgb(218,135,98); }
td.TdClassName
{
border-color: #DA8762;
}
.TagClassName
{
border-color: #DA8762;
}
</style>