Shades of Copper #DA8764
Tints of Copper #DA8764
RGB
CMYK
RGB Variations
Color information
#DA8764 (or 0xDA8764) is known color: Copper. HEX triplet: DA, 87 and 64. RGB value is (218,135,100). Sum of RGB (Red+Green+Blue) = 218+135+100=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8764 is #25789B. Grayscale: #9C9C9C. Windows color (decimal): -2455708 or 6588378. OLE color: 6588378.
HSL color Cylindrical-coordinate representation of color #DA8764: hue angle of 17.8º 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 #DA8764 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 135 | 100 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.15 |
| HSL | 17.8º | 0.61% | 0.62% | - |
| HSV(B) | 17.8º | 0.54% | 0.85% | - |
| XYZ | 39.88 | 33.15 | 16.35 | - |
| YUV | 155.83 | 96.5 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 100 | 0 | 0.38 | 0.54 | 0.15 | 17.8 | 0.61 | 0.62 |
| Hex | DA | 87 | 64 | 0 | 26 | 36 | F | 12 | 3D | 3E |
| Octal | 332 | 207 | 144 | 0 | 46 | 66 | 17 | 22 | 75 | 76 |
| Binary | 11011010 | 10000111 | 1100100 | 0 | 100110 | 110110 | 1111 | 10010 | 111101 | 111110 |
Color Harmonies of #DA8764
Complementary color
Monochromatic Colors of #DA8764
Black with #DA8764
Text Example
Text Example
White with #DA8764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8764; }
p { color: rgb(218,135,100); }
H1.HeaderClassName
{
color: #DA8764;
}
.AnyTagClassName
{
color: #DA8764;
}
</style>
background-color css
<style>
a { background-color: #DA8764; }
a { background-color: rgb(218,135,100); }
div.DivClassName
{
background-color: #DA8764;
}
.BgClassName
{
background-color: #DA8764;
}
</style>
border-color css
<style>
span { border-color: #DA8764; }
span { border-color: rgb(218,135,100); }
td.TdClassName
{
border-color: #DA8764;
}
.TagClassName
{
border-color: #DA8764;
}
</style>