Shades of Copper #DA876C
Tints of Copper #DA876C
RGB
CMYK
RGB Variations
Color information
#DA876C (or 0xDA876C) is known color: Copper. HEX triplet: DA, 87 and 6C. RGB value is (218,135,108). Sum of RGB (Red+Green+Blue) = 218+135+108=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA876C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA876C is #257893. Grayscale: #9C9C9C. Windows color (decimal): -2455700 or 7112666. OLE color: 7112666.
HSL color Cylindrical-coordinate representation of color #DA876C: hue angle of 14.73º 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 #DA876C is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 135 | 108 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.15 |
| HSL | 14.73º | 0.6% | 0.64% | - |
| HSV(B) | 14.73º | 0.5% | 0.85% | - |
| XYZ | 40.28 | 33.32 | 18.49 | - |
| YUV | 156.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 108 | 0 | 0.38 | 0.50 | 0.15 | 14.73 | 0.6 | 0.64 |
| Hex | DA | 87 | 6C | 0 | 26 | 32 | F | F | 3C | 40 |
| Octal | 332 | 207 | 154 | 0 | 46 | 62 | 17 | 17 | 74 | 100 |
| Binary | 11011010 | 10000111 | 1101100 | 0 | 100110 | 110010 | 1111 | 1111 | 111100 | 1000000 |
Color Harmonies of #DA876C
Complementary color
Monochromatic Colors of #DA876C
Black with #DA876C
Text Example
Text Example
White with #DA876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA876C; }
p { color: rgb(218,135,108); }
H1.HeaderClassName
{
color: #DA876C;
}
.AnyTagClassName
{
color: #DA876C;
}
</style>
background-color css
<style>
a { background-color: #DA876C; }
a { background-color: rgb(218,135,108); }
div.DivClassName
{
background-color: #DA876C;
}
.BgClassName
{
background-color: #DA876C;
}
</style>
border-color css
<style>
span { border-color: #DA876C; }
span { border-color: rgb(218,135,108); }
td.TdClassName
{
border-color: #DA876C;
}
.TagClassName
{
border-color: #DA876C;
}
</style>