Shades of Copper #DA8C60
Tints of Copper #DA8C60
RGB
CMYK
RGB Variations
Color information
#DA8C60 (or 0xDA8C60) is known color: Copper. HEX triplet: DA, 8C and 60. RGB value is (218,140,96). Sum of RGB (Red+Green+Blue) = 218+140+96=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C60 is #25739F. Grayscale: #9E9E9E. Windows color (decimal): -2454432 or 6327514. OLE color: 6327514.
HSL color Cylindrical-coordinate representation of color #DA8C60: hue angle of 21.64º 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 #DA8C60 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 96 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.15 |
| HSL | 21.64º | 0.62% | 0.62% | - |
| HSV(B) | 21.64º | 0.56% | 0.85% | - |
| XYZ | 40.4 | 34.51 | 15.6 | - |
| YUV | 158.31 | 92.84 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 96 | 0 | 0.36 | 0.56 | 0.15 | 21.64 | 0.62 | 0.62 |
| Hex | DA | 8C | 60 | 0 | 24 | 38 | F | 16 | 3E | 3E |
| Octal | 332 | 214 | 140 | 0 | 44 | 70 | 17 | 26 | 76 | 76 |
| Binary | 11011010 | 10001100 | 1100000 | 0 | 100100 | 111000 | 1111 | 10110 | 111110 | 111110 |
Color Harmonies of #DA8C60
Complementary color
Monochromatic Colors of #DA8C60
Black with #DA8C60
Text Example
Text Example
White with #DA8C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C60; }
p { color: rgb(218,140,96); }
H1.HeaderClassName
{
color: #DA8C60;
}
.AnyTagClassName
{
color: #DA8C60;
}
</style>
background-color css
<style>
a { background-color: #DA8C60; }
a { background-color: rgb(218,140,96); }
div.DivClassName
{
background-color: #DA8C60;
}
.BgClassName
{
background-color: #DA8C60;
}
</style>
border-color css
<style>
span { border-color: #DA8C60; }
span { border-color: rgb(218,140,96); }
td.TdClassName
{
border-color: #DA8C60;
}
.TagClassName
{
border-color: #DA8C60;
}
</style>