Shades of Copper #DA8970
Tints of Copper #DA8970
RGB
CMYK
RGB Variations
Color information
#DA8970 (or 0xDA8970) is known color: Copper. HEX triplet: DA, 89 and 70. RGB value is (218,137,112). Sum of RGB (Red+Green+Blue) = 218+137+112=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8970 is #25768F. Grayscale: #9E9E9E. Windows color (decimal): -2455184 or 7375322. OLE color: 7375322.
HSL color Cylindrical-coordinate representation of color #DA8970: hue angle of 14.15º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA8970 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 112 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.15 |
| HSL | 14.15º | 0.59% | 0.65% | - |
| HSV(B) | 14.15º | 0.49% | 0.85% | - |
| XYZ | 40.78 | 33.97 | 19.74 | - |
| YUV | 158.37 | 101.84 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 112 | 0 | 0.37 | 0.49 | 0.15 | 14.15 | 0.59 | 0.65 |
| Hex | DA | 89 | 70 | 0 | 25 | 31 | F | E | 3B | 41 |
| Octal | 332 | 211 | 160 | 0 | 45 | 61 | 17 | 16 | 73 | 101 |
| Binary | 11011010 | 10001001 | 1110000 | 0 | 100101 | 110001 | 1111 | 1110 | 111011 | 1000001 |
Color Harmonies of #DA8970
Complementary color
Monochromatic Colors of #DA8970
Black with #DA8970
Text Example
Text Example
White with #DA8970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8970; }
p { color: rgb(218,137,112); }
H1.HeaderClassName
{
color: #DA8970;
}
.AnyTagClassName
{
color: #DA8970;
}
</style>
background-color css
<style>
a { background-color: #DA8970; }
a { background-color: rgb(218,137,112); }
div.DivClassName
{
background-color: #DA8970;
}
.BgClassName
{
background-color: #DA8970;
}
</style>
border-color css
<style>
span { border-color: #DA8970; }
span { border-color: rgb(218,137,112); }
td.TdClassName
{
border-color: #DA8970;
}
.TagClassName
{
border-color: #DA8970;
}
</style>