Shades of Copper #DA8967
Tints of Copper #DA8967
RGB
CMYK
RGB Variations
Color information
#DA8967 (or 0xDA8967) is known color: Copper. HEX triplet: DA, 89 and 67. RGB value is (218,137,103). Sum of RGB (Red+Green+Blue) = 218+137+103=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8967 is #257698. Grayscale: #9D9D9D. Windows color (decimal): -2455193 or 6785498. OLE color: 6785498.
HSL color Cylindrical-coordinate representation of color #DA8967: hue angle of 17.74º 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 #DA8967 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 103 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.15 |
| HSL | 17.74º | 0.61% | 0.63% | - |
| HSV(B) | 17.74º | 0.53% | 0.85% | - |
| XYZ | 40.31 | 33.78 | 17.23 | - |
| YUV | 157.34 | 97.34 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 103 | 0 | 0.37 | 0.53 | 0.15 | 17.74 | 0.61 | 0.63 |
| Hex | DA | 89 | 67 | 0 | 25 | 35 | F | 12 | 3D | 3F |
| Octal | 332 | 211 | 147 | 0 | 45 | 65 | 17 | 22 | 75 | 77 |
| Binary | 11011010 | 10001001 | 1100111 | 0 | 100101 | 110101 | 1111 | 10010 | 111101 | 111111 |
Color Harmonies of #DA8967
Complementary color
Monochromatic Colors of #DA8967
Black with #DA8967
Text Example
Text Example
White with #DA8967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8967; }
p { color: rgb(218,137,103); }
H1.HeaderClassName
{
color: #DA8967;
}
.AnyTagClassName
{
color: #DA8967;
}
</style>
background-color css
<style>
a { background-color: #DA8967; }
a { background-color: rgb(218,137,103); }
div.DivClassName
{
background-color: #DA8967;
}
.BgClassName
{
background-color: #DA8967;
}
</style>
border-color css
<style>
span { border-color: #DA8967; }
span { border-color: rgb(218,137,103); }
td.TdClassName
{
border-color: #DA8967;
}
.TagClassName
{
border-color: #DA8967;
}
</style>