Shades of Copper #DA876D
Tints of Copper #DA876D
RGB
CMYK
RGB Variations
Color information
#DA876D (or 0xDA876D) is known color: Copper. HEX triplet: DA, 87 and 6D. RGB value is (218,135,109). Sum of RGB (Red+Green+Blue) = 218+135+109=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA876D is #257892. Grayscale: #9D9D9D. Windows color (decimal): -2455699 or 7178202. OLE color: 7178202.
HSL color Cylindrical-coordinate representation of color #DA876D: hue angle of 14.31º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA876D is Cyan = 0, Magento = 0.38, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 135 | 109 | - |
| CMYK | 0 | 0.38 | 0.5 | 0.15 |
| HSL | 14.31º | 0.6% | 0.64% | - |
| HSV(B) | 14.31º | 0.5% | 0.85% | - |
| XYZ | 40.34 | 33.34 | 18.78 | - |
| YUV | 156.85 | 101 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 109 | 0 | 0.38 | 0.5 | 0.15 | 14.31 | 0.6 | 0.64 |
| Hex | DA | 87 | 6D | 0 | 26 | 32 | F | E | 3C | 40 |
| Octal | 332 | 207 | 155 | 0 | 46 | 62 | 17 | 16 | 74 | 100 |
| Binary | 11011010 | 10000111 | 1101101 | 0 | 100110 | 110010 | 1111 | 1110 | 111100 | 1000000 |
Color Harmonies of #DA876D
Complementary color
Monochromatic Colors of #DA876D
Black with #DA876D
Text Example
Text Example
White with #DA876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA876D; }
p { color: rgb(218,135,109); }
H1.HeaderClassName
{
color: #DA876D;
}
.AnyTagClassName
{
color: #DA876D;
}
</style>
background-color css
<style>
a { background-color: #DA876D; }
a { background-color: rgb(218,135,109); }
div.DivClassName
{
background-color: #DA876D;
}
.BgClassName
{
background-color: #DA876D;
}
</style>
border-color css
<style>
span { border-color: #DA876D; }
span { border-color: rgb(218,135,109); }
td.TdClassName
{
border-color: #DA876D;
}
.TagClassName
{
border-color: #DA876D;
}
</style>