Shades of Copper #DA895D
Tints of Copper #DA895D
RGB
CMYK
RGB Variations
Color information
#DA895D (or 0xDA895D) is known color: Copper. HEX triplet: DA, 89 and 5D. RGB value is (218,137,93). Sum of RGB (Red+Green+Blue) = 218+137+93=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA895D is #2576A2. Grayscale: #9C9C9C. Windows color (decimal): -2455203 or 6130138. OLE color: 6130138.
HSL color Cylindrical-coordinate representation of color #DA895D: hue angle of 21.12º 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 #DA895D is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 93 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.15 |
| HSL | 21.12º | 0.63% | 0.61% | - |
| HSV(B) | 21.12º | 0.57% | 0.85% | - |
| XYZ | 39.83 | 33.59 | 14.74 | - |
| YUV | 156.2 | 92.34 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 93 | 0 | 0.37 | 0.57 | 0.15 | 21.12 | 0.63 | 0.61 |
| Hex | DA | 89 | 5D | 0 | 25 | 39 | F | 15 | 3F | 3D |
| Octal | 332 | 211 | 135 | 0 | 45 | 71 | 17 | 25 | 77 | 75 |
| Binary | 11011010 | 10001001 | 1011101 | 0 | 100101 | 111001 | 1111 | 10101 | 111111 | 111101 |
Color Harmonies of #DA895D
Complementary color
Monochromatic Colors of #DA895D
Black with #DA895D
Text Example
Text Example
White with #DA895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA895D; }
p { color: rgb(218,137,93); }
H1.HeaderClassName
{
color: #DA895D;
}
.AnyTagClassName
{
color: #DA895D;
}
</style>
background-color css
<style>
a { background-color: #DA895D; }
a { background-color: rgb(218,137,93); }
div.DivClassName
{
background-color: #DA895D;
}
.BgClassName
{
background-color: #DA895D;
}
</style>
border-color css
<style>
span { border-color: #DA895D; }
span { border-color: rgb(218,137,93); }
td.TdClassName
{
border-color: #DA895D;
}
.TagClassName
{
border-color: #DA895D;
}
</style>