Shades of Copper #DA8663
Tints of Copper #DA8663
RGB
CMYK
RGB Variations
Color information
#DA8663 (or 0xDA8663) is known color: Copper. HEX triplet: DA, 86 and 63. RGB value is (218,134,99). Sum of RGB (Red+Green+Blue) = 218+134+99=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8663 is #25799C. Grayscale: #9B9B9B. Windows color (decimal): -2455965 or 6522586. OLE color: 6522586.
HSL color Cylindrical-coordinate representation of color #DA8663: hue angle of 17.65º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA8663 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 99 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.15 |
| HSL | 17.65º | 0.62% | 0.62% | - |
| HSV(B) | 17.65º | 0.55% | 0.85% | - |
| XYZ | 39.69 | 32.86 | 16.05 | - |
| YUV | 155.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 99 | 0 | 0.39 | 0.55 | 0.15 | 17.65 | 0.62 | 0.62 |
| Hex | DA | 86 | 63 | 0 | 27 | 37 | F | 12 | 3E | 3E |
| Octal | 332 | 206 | 143 | 0 | 47 | 67 | 17 | 22 | 76 | 76 |
| Binary | 11011010 | 10000110 | 1100011 | 0 | 100111 | 110111 | 1111 | 10010 | 111110 | 111110 |
Color Harmonies of #DA8663
Complementary color
Monochromatic Colors of #DA8663
Black with #DA8663
Text Example
Text Example
White with #DA8663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8663; }
p { color: rgb(218,134,99); }
H1.HeaderClassName
{
color: #DA8663;
}
.AnyTagClassName
{
color: #DA8663;
}
</style>
background-color css
<style>
a { background-color: #DA8663; }
a { background-color: rgb(218,134,99); }
div.DivClassName
{
background-color: #DA8663;
}
.BgClassName
{
background-color: #DA8663;
}
</style>
border-color css
<style>
span { border-color: #DA8663; }
span { border-color: rgb(218,134,99); }
td.TdClassName
{
border-color: #DA8663;
}
.TagClassName
{
border-color: #DA8663;
}
</style>