Shades of Copper #DA8466
Tints of Copper #DA8466
RGB
CMYK
RGB Variations
Color information
#DA8466 (or 0xDA8466) is known color: Copper. HEX triplet: DA, 84 and 66. RGB value is (218,132,102). Sum of RGB (Red+Green+Blue) = 218+132+102=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8466 is #257B99. Grayscale: #9A9A9A. Windows color (decimal): -2456474 or 6718682. OLE color: 6718682.
HSL color Cylindrical-coordinate representation of color #DA8466: hue angle of 15.52º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA8466 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 102 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.15 |
| HSL | 15.52º | 0.61% | 0.63% | - |
| HSV(B) | 15.52º | 0.53% | 0.85% | - |
| XYZ | 39.56 | 32.37 | 16.73 | - |
| YUV | 154.29 | 98.49 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 102 | 0 | 0.39 | 0.53 | 0.15 | 15.52 | 0.61 | 0.63 |
| Hex | DA | 84 | 66 | 0 | 27 | 35 | F | 10 | 3D | 3F |
| Octal | 332 | 204 | 146 | 0 | 47 | 65 | 17 | 20 | 75 | 77 |
| Binary | 11011010 | 10000100 | 1100110 | 0 | 100111 | 110101 | 1111 | 10000 | 111101 | 111111 |
Color Harmonies of #DA8466
Complementary color
Monochromatic Colors of #DA8466
Black with #DA8466
Text Example
Text Example
White with #DA8466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8466; }
p { color: rgb(218,132,102); }
H1.HeaderClassName
{
color: #DA8466;
}
.AnyTagClassName
{
color: #DA8466;
}
</style>
background-color css
<style>
a { background-color: #DA8466; }
a { background-color: rgb(218,132,102); }
div.DivClassName
{
background-color: #DA8466;
}
.BgClassName
{
background-color: #DA8466;
}
</style>
border-color css
<style>
span { border-color: #DA8466; }
span { border-color: rgb(218,132,102); }
td.TdClassName
{
border-color: #DA8466;
}
.TagClassName
{
border-color: #DA8466;
}
</style>