Shades of Copper #DA8963
Tints of Copper #DA8963
RGB
CMYK
RGB Variations
Color information
#DA8963 (or 0xDA8963) is known color: Copper. HEX triplet: DA, 89 and 63. RGB value is (218,137,99). Sum of RGB (Red+Green+Blue) = 218+137+99=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8963 is #25769C. Grayscale: #9D9D9D. Windows color (decimal): -2455197 or 6523354. OLE color: 6523354.
HSL color Cylindrical-coordinate representation of color #DA8963: hue angle of 19.16º 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 #DA8963 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 99 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.15 |
| HSL | 19.16º | 0.62% | 0.62% | - |
| HSV(B) | 19.16º | 0.55% | 0.85% | - |
| XYZ | 40.11 | 33.7 | 16.19 | - |
| YUV | 156.89 | 95.34 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 99 | 0 | 0.37 | 0.55 | 0.15 | 19.16 | 0.62 | 0.62 |
| Hex | DA | 89 | 63 | 0 | 25 | 37 | F | 13 | 3E | 3E |
| Octal | 332 | 211 | 143 | 0 | 45 | 67 | 17 | 23 | 76 | 76 |
| Binary | 11011010 | 10001001 | 1100011 | 0 | 100101 | 110111 | 1111 | 10011 | 111110 | 111110 |
Color Harmonies of #DA8963
Complementary color
Monochromatic Colors of #DA8963
Black with #DA8963
Text Example
Text Example
White with #DA8963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8963; }
p { color: rgb(218,137,99); }
H1.HeaderClassName
{
color: #DA8963;
}
.AnyTagClassName
{
color: #DA8963;
}
</style>
background-color css
<style>
a { background-color: #DA8963; }
a { background-color: rgb(218,137,99); }
div.DivClassName
{
background-color: #DA8963;
}
.BgClassName
{
background-color: #DA8963;
}
</style>
border-color css
<style>
span { border-color: #DA8963; }
span { border-color: rgb(218,137,99); }
td.TdClassName
{
border-color: #DA8963;
}
.TagClassName
{
border-color: #DA8963;
}
</style>