Shades of Copper #DA8961
Tints of Copper #DA8961
RGB
CMYK
RGB Variations
Color information
#DA8961 (or 0xDA8961) is known color: Copper. HEX triplet: DA, 89 and 61. RGB value is (218,137,97). Sum of RGB (Red+Green+Blue) = 218+137+97=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8961 is #25769E. Grayscale: #9C9C9C. Windows color (decimal): -2455199 or 6392282. OLE color: 6392282.
HSL color Cylindrical-coordinate representation of color #DA8961: hue angle of 19.83º 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 #DA8961 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 97 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.15 |
| HSL | 19.83º | 0.62% | 0.62% | - |
| HSV(B) | 19.83º | 0.56% | 0.85% | - |
| XYZ | 40.02 | 33.66 | 15.7 | - |
| YUV | 156.66 | 94.34 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 97 | 0 | 0.37 | 0.56 | 0.15 | 19.83 | 0.62 | 0.62 |
| Hex | DA | 89 | 61 | 0 | 25 | 38 | F | 14 | 3E | 3E |
| Octal | 332 | 211 | 141 | 0 | 45 | 70 | 17 | 24 | 76 | 76 |
| Binary | 11011010 | 10001001 | 1100001 | 0 | 100101 | 111000 | 1111 | 10100 | 111110 | 111110 |
Color Harmonies of #DA8961
Complementary color
Monochromatic Colors of #DA8961
Black with #DA8961
Text Example
Text Example
White with #DA8961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8961; }
p { color: rgb(218,137,97); }
H1.HeaderClassName
{
color: #DA8961;
}
.AnyTagClassName
{
color: #DA8961;
}
</style>
background-color css
<style>
a { background-color: #DA8961; }
a { background-color: rgb(218,137,97); }
div.DivClassName
{
background-color: #DA8961;
}
.BgClassName
{
background-color: #DA8961;
}
</style>
border-color css
<style>
span { border-color: #DA8961; }
span { border-color: rgb(218,137,97); }
td.TdClassName
{
border-color: #DA8961;
}
.TagClassName
{
border-color: #DA8961;
}
</style>