Shades of Copper #DA8E65
Tints of Copper #DA8E65
RGB
CMYK
RGB Variations
Color information
#DA8E65 (or 0xDA8E65) is known color: Copper. HEX triplet: DA, 8E and 65. RGB value is (218,142,101). Sum of RGB (Red+Green+Blue) = 218+142+101=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8E65 is #25719A. Grayscale: #A0A0A0. Windows color (decimal): -2453915 or 6655706. OLE color: 6655706.
HSL color Cylindrical-coordinate representation of color #DA8E65: hue angle of 21.03º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA8E65 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 142 | 101 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.15 |
| HSL | 21.03º | 0.61% | 0.63% | - |
| HSV(B) | 21.03º | 0.54% | 0.85% | - |
| XYZ | 40.94 | 35.19 | 16.95 | - |
| YUV | 160.05 | 94.68 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 142 | 101 | 0 | 0.35 | 0.54 | 0.15 | 21.03 | 0.61 | 0.63 |
| Hex | DA | 8E | 65 | 0 | 23 | 36 | F | 15 | 3D | 3F |
| Octal | 332 | 216 | 145 | 0 | 43 | 66 | 17 | 25 | 75 | 77 |
| Binary | 11011010 | 10001110 | 1100101 | 0 | 100011 | 110110 | 1111 | 10101 | 111101 | 111111 |
Color Harmonies of #DA8E65
Complementary color
Monochromatic Colors of #DA8E65
Black with #DA8E65
Text Example
Text Example
White with #DA8E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8E65; }
p { color: rgb(218,142,101); }
H1.HeaderClassName
{
color: #DA8E65;
}
.AnyTagClassName
{
color: #DA8E65;
}
</style>
background-color css
<style>
a { background-color: #DA8E65; }
a { background-color: rgb(218,142,101); }
div.DivClassName
{
background-color: #DA8E65;
}
.BgClassName
{
background-color: #DA8E65;
}
</style>
border-color css
<style>
span { border-color: #DA8E65; }
span { border-color: rgb(218,142,101); }
td.TdClassName
{
border-color: #DA8E65;
}
.TagClassName
{
border-color: #DA8E65;
}
</style>