Shades of Copper #DA8D64
Tints of Copper #DA8D64
RGB
CMYK
RGB Variations
Color information
#DA8D64 (or 0xDA8D64) is known color: Copper. HEX triplet: DA, 8D and 64. RGB value is (218,141,100). Sum of RGB (Red+Green+Blue) = 218+141+100=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D64 is #25729B. Grayscale: #9F9F9F. Windows color (decimal): -2454172 or 6589914. OLE color: 6589914.
HSL color Cylindrical-coordinate representation of color #DA8D64: hue angle of 20.85º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA8D64 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 100 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.15 |
| HSL | 20.85º | 0.61% | 0.62% | - |
| HSV(B) | 20.85º | 0.54% | 0.85% | - |
| XYZ | 40.74 | 34.88 | 16.64 | - |
| YUV | 159.35 | 94.51 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 100 | 0 | 0.35 | 0.54 | 0.15 | 20.85 | 0.61 | 0.62 |
| Hex | DA | 8D | 64 | 0 | 23 | 36 | F | 15 | 3D | 3E |
| Octal | 332 | 215 | 144 | 0 | 43 | 66 | 17 | 25 | 75 | 76 |
| Binary | 11011010 | 10001101 | 1100100 | 0 | 100011 | 110110 | 1111 | 10101 | 111101 | 111110 |
Color Harmonies of #DA8D64
Complementary color
Monochromatic Colors of #DA8D64
Black with #DA8D64
Text Example
Text Example
White with #DA8D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D64; }
p { color: rgb(218,141,100); }
H1.HeaderClassName
{
color: #DA8D64;
}
.AnyTagClassName
{
color: #DA8D64;
}
</style>
background-color css
<style>
a { background-color: #DA8D64; }
a { background-color: rgb(218,141,100); }
div.DivClassName
{
background-color: #DA8D64;
}
.BgClassName
{
background-color: #DA8D64;
}
</style>
border-color css
<style>
span { border-color: #DA8D64; }
span { border-color: rgb(218,141,100); }
td.TdClassName
{
border-color: #DA8D64;
}
.TagClassName
{
border-color: #DA8D64;
}
</style>