Shades of Copper #DA9166
Tints of Copper #DA9166
RGB
CMYK
RGB Variations
Color information
#DA9166 (or 0xDA9166) is known color: Copper. HEX triplet: DA, 91 and 66. RGB value is (218,145,102). Sum of RGB (Red+Green+Blue) = 218+145+102=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9166 is #256E99. Grayscale: #A2A2A2. Windows color (decimal): -2453146 or 6722010. OLE color: 6722010.
HSL color Cylindrical-coordinate representation of color #DA9166: hue angle of 22.24º 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 #DA9166 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 145 | 102 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.15 |
| HSL | 22.24º | 0.61% | 0.63% | - |
| HSV(B) | 22.24º | 0.53% | 0.85% | - |
| XYZ | 41.44 | 36.12 | 17.36 | - |
| YUV | 161.93 | 94.18 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 102 | 0 | 0.33 | 0.53 | 0.15 | 22.24 | 0.61 | 0.63 |
| Hex | DA | 91 | 66 | 0 | 21 | 35 | F | 16 | 3D | 3F |
| Octal | 332 | 221 | 146 | 0 | 41 | 65 | 17 | 26 | 75 | 77 |
| Binary | 11011010 | 10010001 | 1100110 | 0 | 100001 | 110101 | 1111 | 10110 | 111101 | 111111 |
Color Harmonies of #DA9166
Complementary color
Monochromatic Colors of #DA9166
Black with #DA9166
Text Example
Text Example
White with #DA9166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9166; }
p { color: rgb(218,145,102); }
H1.HeaderClassName
{
color: #DA9166;
}
.AnyTagClassName
{
color: #DA9166;
}
</style>
background-color css
<style>
a { background-color: #DA9166; }
a { background-color: rgb(218,145,102); }
div.DivClassName
{
background-color: #DA9166;
}
.BgClassName
{
background-color: #DA9166;
}
</style>
border-color css
<style>
span { border-color: #DA9166; }
span { border-color: rgb(218,145,102); }
td.TdClassName
{
border-color: #DA9166;
}
.TagClassName
{
border-color: #DA9166;
}
</style>