Shades of Copper #DA8866
Tints of Copper #DA8866
RGB
CMYK
RGB Variations
Color information
#DA8866 (or 0xDA8866) is known color: Copper. HEX triplet: DA, 88 and 66. RGB value is (218,136,102). Sum of RGB (Red+Green+Blue) = 218+136+102=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8866 is #257799. Grayscale: #9C9C9C. Windows color (decimal): -2455450 or 6719706. OLE color: 6719706.
HSL color Cylindrical-coordinate representation of color #DA8866: hue angle of 17.59º 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 #DA8866 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 102 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.15 |
| HSL | 17.59º | 0.61% | 0.63% | - |
| HSV(B) | 17.59º | 0.53% | 0.85% | - |
| XYZ | 40.12 | 33.47 | 16.92 | - |
| YUV | 156.64 | 97.17 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 102 | 0 | 0.38 | 0.53 | 0.15 | 17.59 | 0.61 | 0.63 |
| Hex | DA | 88 | 66 | 0 | 26 | 35 | F | 12 | 3D | 3F |
| Octal | 332 | 210 | 146 | 0 | 46 | 65 | 17 | 22 | 75 | 77 |
| Binary | 11011010 | 10001000 | 1100110 | 0 | 100110 | 110101 | 1111 | 10010 | 111101 | 111111 |
Color Harmonies of #DA8866
Complementary color
Monochromatic Colors of #DA8866
Black with #DA8866
Text Example
Text Example
White with #DA8866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8866; }
p { color: rgb(218,136,102); }
H1.HeaderClassName
{
color: #DA8866;
}
.AnyTagClassName
{
color: #DA8866;
}
</style>
background-color css
<style>
a { background-color: #DA8866; }
a { background-color: rgb(218,136,102); }
div.DivClassName
{
background-color: #DA8866;
}
.BgClassName
{
background-color: #DA8866;
}
</style>
border-color css
<style>
span { border-color: #DA8866; }
span { border-color: rgb(218,136,102); }
td.TdClassName
{
border-color: #DA8866;
}
.TagClassName
{
border-color: #DA8866;
}
</style>