Shades of Copper #DA8766
Tints of Copper #DA8766
RGB
CMYK
RGB Variations
Color information
#DA8766 (or 0xDA8766) is known color: Copper. HEX triplet: DA, 87 and 66. RGB value is (218,135,102). Sum of RGB (Red+Green+Blue) = 218+135+102=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8766 is #257899. Grayscale: #9C9C9C. Windows color (decimal): -2455706 or 6719450. OLE color: 6719450.
HSL color Cylindrical-coordinate representation of color #DA8766: hue angle of 17.07º 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 #DA8766 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 135 | 102 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.15 |
| HSL | 17.07º | 0.61% | 0.63% | - |
| HSV(B) | 17.07º | 0.53% | 0.85% | - |
| XYZ | 39.98 | 33.19 | 16.87 | - |
| YUV | 156.06 | 97.5 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 102 | 0 | 0.38 | 0.53 | 0.15 | 17.07 | 0.61 | 0.63 |
| Hex | DA | 87 | 66 | 0 | 26 | 35 | F | 11 | 3D | 3F |
| Octal | 332 | 207 | 146 | 0 | 46 | 65 | 17 | 21 | 75 | 77 |
| Binary | 11011010 | 10000111 | 1100110 | 0 | 100110 | 110101 | 1111 | 10001 | 111101 | 111111 |
Color Harmonies of #DA8766
Complementary color
Monochromatic Colors of #DA8766
Black with #DA8766
Text Example
Text Example
White with #DA8766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8766; }
p { color: rgb(218,135,102); }
H1.HeaderClassName
{
color: #DA8766;
}
.AnyTagClassName
{
color: #DA8766;
}
</style>
background-color css
<style>
a { background-color: #DA8766; }
a { background-color: rgb(218,135,102); }
div.DivClassName
{
background-color: #DA8766;
}
.BgClassName
{
background-color: #DA8766;
}
</style>
border-color css
<style>
span { border-color: #DA8766; }
span { border-color: rgb(218,135,102); }
td.TdClassName
{
border-color: #DA8766;
}
.TagClassName
{
border-color: #DA8766;
}
</style>