Shades of Copper #DA8A5E
Tints of Copper #DA8A5E
RGB
CMYK
RGB Variations
Color information
#DA8A5E (or 0xDA8A5E) is known color: Copper. HEX triplet: DA, 8A and 5E. RGB value is (218,138,94). Sum of RGB (Red+Green+Blue) = 218+138+94=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8A5E is #2575A1. Grayscale: #9D9D9D. Windows color (decimal): -2454946 or 6195930. OLE color: 6195930.
HSL color Cylindrical-coordinate representation of color #DA8A5E: hue angle of 21.29º 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 #DA8A5E is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 94 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.15 |
| HSL | 21.29º | 0.63% | 0.61% | - |
| HSV(B) | 21.29º | 0.57% | 0.85% | - |
| XYZ | 40.02 | 33.89 | 15.02 | - |
| YUV | 156.9 | 92.5 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 94 | 0 | 0.37 | 0.57 | 0.15 | 21.29 | 0.63 | 0.61 |
| Hex | DA | 8A | 5E | 0 | 25 | 39 | F | 15 | 3F | 3D |
| Octal | 332 | 212 | 136 | 0 | 45 | 71 | 17 | 25 | 77 | 75 |
| Binary | 11011010 | 10001010 | 1011110 | 0 | 100101 | 111001 | 1111 | 10101 | 111111 | 111101 |
Color Harmonies of #DA8A5E
Complementary color
Monochromatic Colors of #DA8A5E
Black with #DA8A5E
Text Example
Text Example
White with #DA8A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A5E; }
p { color: rgb(218,138,94); }
H1.HeaderClassName
{
color: #DA8A5E;
}
.AnyTagClassName
{
color: #DA8A5E;
}
</style>
background-color css
<style>
a { background-color: #DA8A5E; }
a { background-color: rgb(218,138,94); }
div.DivClassName
{
background-color: #DA8A5E;
}
.BgClassName
{
background-color: #DA8A5E;
}
</style>
border-color css
<style>
span { border-color: #DA8A5E; }
span { border-color: rgb(218,138,94); }
td.TdClassName
{
border-color: #DA8A5E;
}
.TagClassName
{
border-color: #DA8A5E;
}
</style>