Shades of Copper #DA886F
Tints of Copper #DA886F
RGB
CMYK
RGB Variations
Color information
#DA886F (or 0xDA886F) is known color: Copper. HEX triplet: DA, 88 and 6F. RGB value is (218,136,111). Sum of RGB (Red+Green+Blue) = 218+136+111=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA886F is #257790. Grayscale: #9D9D9D. Windows color (decimal): -2455441 or 7309530. OLE color: 7309530.
HSL color Cylindrical-coordinate representation of color #DA886F: hue angle of 14.02º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA886F is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 111 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.15 |
| HSL | 14.02º | 0.59% | 0.65% | - |
| HSV(B) | 14.02º | 0.49% | 0.85% | - |
| XYZ | 40.59 | 33.66 | 19.4 | - |
| YUV | 157.67 | 101.67 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 111 | 0 | 0.38 | 0.49 | 0.15 | 14.02 | 0.59 | 0.65 |
| Hex | DA | 88 | 6F | 0 | 26 | 31 | F | E | 3B | 41 |
| Octal | 332 | 210 | 157 | 0 | 46 | 61 | 17 | 16 | 73 | 101 |
| Binary | 11011010 | 10001000 | 1101111 | 0 | 100110 | 110001 | 1111 | 1110 | 111011 | 1000001 |
Color Harmonies of #DA886F
Complementary color
Monochromatic Colors of #DA886F
Black with #DA886F
Text Example
Text Example
White with #DA886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA886F; }
p { color: rgb(218,136,111); }
H1.HeaderClassName
{
color: #DA886F;
}
.AnyTagClassName
{
color: #DA886F;
}
</style>
background-color css
<style>
a { background-color: #DA886F; }
a { background-color: rgb(218,136,111); }
div.DivClassName
{
background-color: #DA886F;
}
.BgClassName
{
background-color: #DA886F;
}
</style>
border-color css
<style>
span { border-color: #DA886F; }
span { border-color: rgb(218,136,111); }
td.TdClassName
{
border-color: #DA886F;
}
.TagClassName
{
border-color: #DA886F;
}
</style>