Shades of Copper #DA886D
Tints of Copper #DA886D
RGB
CMYK
RGB Variations
Color information
#DA886D (or 0xDA886D) is known color: Copper. HEX triplet: DA, 88 and 6D. RGB value is (218,136,109). Sum of RGB (Red+Green+Blue) = 218+136+109=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA886D is #257792. Grayscale: #9D9D9D. Windows color (decimal): -2455443 or 7178458. OLE color: 7178458.
HSL color Cylindrical-coordinate representation of color #DA886D: hue angle of 14.86º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA886D is Cyan = 0, Magento = 0.38, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 109 | - |
| CMYK | 0 | 0.38 | 0.5 | 0.15 |
| HSL | 14.86º | 0.6% | 0.64% | - |
| HSV(B) | 14.86º | 0.5% | 0.85% | - |
| XYZ | 40.48 | 33.62 | 18.82 | - |
| YUV | 157.44 | 100.67 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 109 | 0 | 0.38 | 0.5 | 0.15 | 14.86 | 0.6 | 0.64 |
| Hex | DA | 88 | 6D | 0 | 26 | 32 | F | F | 3C | 40 |
| Octal | 332 | 210 | 155 | 0 | 46 | 62 | 17 | 17 | 74 | 100 |
| Binary | 11011010 | 10001000 | 1101101 | 0 | 100110 | 110010 | 1111 | 1111 | 111100 | 1000000 |
Color Harmonies of #DA886D
Complementary color
Monochromatic Colors of #DA886D
Black with #DA886D
Text Example
Text Example
White with #DA886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA886D; }
p { color: rgb(218,136,109); }
H1.HeaderClassName
{
color: #DA886D;
}
.AnyTagClassName
{
color: #DA886D;
}
</style>
background-color css
<style>
a { background-color: #DA886D; }
a { background-color: rgb(218,136,109); }
div.DivClassName
{
background-color: #DA886D;
}
.BgClassName
{
background-color: #DA886D;
}
</style>
border-color css
<style>
span { border-color: #DA886D; }
span { border-color: rgb(218,136,109); }
td.TdClassName
{
border-color: #DA886D;
}
.TagClassName
{
border-color: #DA886D;
}
</style>