Shades of Copper #DA8966
Tints of Copper #DA8966
RGB
CMYK
RGB Variations
Color information
#DA8966 (or 0xDA8966) is known color: Copper. HEX triplet: DA, 89 and 66. RGB value is (218,137,102). Sum of RGB (Red+Green+Blue) = 218+137+102=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8966 is #257699. Grayscale: #9D9D9D. Windows color (decimal): -2455194 or 6719962. OLE color: 6719962.
HSL color Cylindrical-coordinate representation of color #DA8966: hue angle of 18.1º 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 #DA8966 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 102 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.15 |
| HSL | 18.1º | 0.61% | 0.63% | - |
| HSV(B) | 18.1º | 0.53% | 0.85% | - |
| XYZ | 40.26 | 33.76 | 16.96 | - |
| YUV | 157.23 | 96.84 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 102 | 0 | 0.37 | 0.53 | 0.15 | 18.1 | 0.61 | 0.63 |
| Hex | DA | 89 | 66 | 0 | 25 | 35 | F | 12 | 3D | 3F |
| Octal | 332 | 211 | 146 | 0 | 45 | 65 | 17 | 22 | 75 | 77 |
| Binary | 11011010 | 10001001 | 1100110 | 0 | 100101 | 110101 | 1111 | 10010 | 111101 | 111111 |
Color Harmonies of #DA8966
Complementary color
Monochromatic Colors of #DA8966
Black with #DA8966
Text Example
Text Example
White with #DA8966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8966; }
p { color: rgb(218,137,102); }
H1.HeaderClassName
{
color: #DA8966;
}
.AnyTagClassName
{
color: #DA8966;
}
</style>
background-color css
<style>
a { background-color: #DA8966; }
a { background-color: rgb(218,137,102); }
div.DivClassName
{
background-color: #DA8966;
}
.BgClassName
{
background-color: #DA8966;
}
</style>
border-color css
<style>
span { border-color: #DA8966; }
span { border-color: rgb(218,137,102); }
td.TdClassName
{
border-color: #DA8966;
}
.TagClassName
{
border-color: #DA8966;
}
</style>