Shades of Copper #DA8862
Tints of Copper #DA8862
RGB
CMYK
RGB Variations
Color information
#DA8862 (or 0xDA8862) is known color: Copper. HEX triplet: DA, 88 and 62. RGB value is (218,136,98). Sum of RGB (Red+Green+Blue) = 218+136+98=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8862 is #25779D. Grayscale: #9C9C9C. Windows color (decimal): -2455454 or 6457562. OLE color: 6457562.
HSL color Cylindrical-coordinate representation of color #DA8862: hue angle of 19º 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 #DA8862 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 98 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.15 |
| HSL | 19º | 0.62% | 0.62% | - |
| HSV(B) | 19º | 0.55% | 0.85% | - |
| XYZ | 39.92 | 33.4 | 15.9 | - |
| YUV | 156.19 | 95.17 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 98 | 0 | 0.38 | 0.55 | 0.15 | 19 | 0.62 | 0.62 |
| Hex | DA | 88 | 62 | 0 | 26 | 37 | F | 13 | 3E | 3E |
| Octal | 332 | 210 | 142 | 0 | 46 | 67 | 17 | 23 | 76 | 76 |
| Binary | 11011010 | 10001000 | 1100010 | 0 | 100110 | 110111 | 1111 | 10011 | 111110 | 111110 |
Color Harmonies of #DA8862
Complementary color
Monochromatic Colors of #DA8862
Black with #DA8862
Text Example
Text Example
White with #DA8862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8862; }
p { color: rgb(218,136,98); }
H1.HeaderClassName
{
color: #DA8862;
}
.AnyTagClassName
{
color: #DA8862;
}
</style>
background-color css
<style>
a { background-color: #DA8862; }
a { background-color: rgb(218,136,98); }
div.DivClassName
{
background-color: #DA8862;
}
.BgClassName
{
background-color: #DA8862;
}
</style>
border-color css
<style>
span { border-color: #DA8862; }
span { border-color: rgb(218,136,98); }
td.TdClassName
{
border-color: #DA8862;
}
.TagClassName
{
border-color: #DA8862;
}
</style>