Shades of Copper #DA8067
Tints of Copper #DA8067
RGB
CMYK
RGB Variations
Color information
#DA8067 (or 0xDA8067) is known color: Copper. HEX triplet: DA, 80 and 67. RGB value is (218,128,103). Sum of RGB (Red+Green+Blue) = 218+128+103=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8067 is #257F98. Grayscale: #989898. Windows color (decimal): -2457497 or 6783194. OLE color: 6783194.
HSL color Cylindrical-coordinate representation of color #DA8067: hue angle of 13.04º 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 #DA8067 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 103 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.15 |
| HSL | 13.04º | 0.61% | 0.63% | - |
| HSV(B) | 13.04º | 0.53% | 0.85% | - |
| XYZ | 39.08 | 31.32 | 16.82 | - |
| YUV | 152.06 | 100.32 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 103 | 0 | 0.41 | 0.53 | 0.15 | 13.04 | 0.61 | 0.63 |
| Hex | DA | 80 | 67 | 0 | 29 | 35 | F | D | 3D | 3F |
| Octal | 332 | 200 | 147 | 0 | 51 | 65 | 17 | 15 | 75 | 77 |
| Binary | 11011010 | 10000000 | 1100111 | 0 | 101001 | 110101 | 1111 | 1101 | 111101 | 111111 |
Color Harmonies of #DA8067
Complementary color
Monochromatic Colors of #DA8067
Black with #DA8067
Text Example
Text Example
White with #DA8067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8067; }
p { color: rgb(218,128,103); }
H1.HeaderClassName
{
color: #DA8067;
}
.AnyTagClassName
{
color: #DA8067;
}
</style>
background-color css
<style>
a { background-color: #DA8067; }
a { background-color: rgb(218,128,103); }
div.DivClassName
{
background-color: #DA8067;
}
.BgClassName
{
background-color: #DA8067;
}
</style>
border-color css
<style>
span { border-color: #DA8067; }
span { border-color: rgb(218,128,103); }
td.TdClassName
{
border-color: #DA8067;
}
.TagClassName
{
border-color: #DA8067;
}
</style>