Shades of Copper #DA855E
Tints of Copper #DA855E
RGB
CMYK
RGB Variations
Color information
#DA855E (or 0xDA855E) is known color: Copper. HEX triplet: DA, 85 and 5E. RGB value is (218,133,94). Sum of RGB (Red+Green+Blue) = 218+133+94=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA855E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA855E is #257AA1. Grayscale: #9A9A9A. Windows color (decimal): -2456226 or 6194650. OLE color: 6194650.
HSL color Cylindrical-coordinate representation of color #DA855E: hue angle of 18.87º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA855E is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 94 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.15 |
| HSL | 18.87º | 0.63% | 0.61% | - |
| HSV(B) | 18.87º | 0.57% | 0.85% | - |
| XYZ | 39.32 | 32.49 | 14.79 | - |
| YUV | 153.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 94 | 0 | 0.39 | 0.57 | 0.15 | 18.87 | 0.63 | 0.61 |
| Hex | DA | 85 | 5E | 0 | 27 | 39 | F | 13 | 3F | 3D |
| Octal | 332 | 205 | 136 | 0 | 47 | 71 | 17 | 23 | 77 | 75 |
| Binary | 11011010 | 10000101 | 1011110 | 0 | 100111 | 111001 | 1111 | 10011 | 111111 | 111101 |
Color Harmonies of #DA855E
Complementary color
Monochromatic Colors of #DA855E
Black with #DA855E
Text Example
Text Example
White with #DA855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA855E; }
p { color: rgb(218,133,94); }
H1.HeaderClassName
{
color: #DA855E;
}
.AnyTagClassName
{
color: #DA855E;
}
</style>
background-color css
<style>
a { background-color: #DA855E; }
a { background-color: rgb(218,133,94); }
div.DivClassName
{
background-color: #DA855E;
}
.BgClassName
{
background-color: #DA855E;
}
</style>
border-color css
<style>
span { border-color: #DA855E; }
span { border-color: rgb(218,133,94); }
td.TdClassName
{
border-color: #DA855E;
}
.TagClassName
{
border-color: #DA855E;
}
</style>