Shades of Copper #DA8D65
Tints of Copper #DA8D65
RGB
CMYK
RGB Variations
Color information
#DA8D65 (or 0xDA8D65) is known color: Copper. HEX triplet: DA, 8D and 65. RGB value is (218,141,101). Sum of RGB (Red+Green+Blue) = 218+141+101=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D65 is #25729A. Grayscale: #9F9F9F. Windows color (decimal): -2454171 or 6655450. OLE color: 6655450.
HSL color Cylindrical-coordinate representation of color #DA8D65: hue angle of 20.51º 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 #DA8D65 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 101 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.15 |
| HSL | 20.51º | 0.61% | 0.63% | - |
| HSV(B) | 20.51º | 0.54% | 0.85% | - |
| XYZ | 40.79 | 34.89 | 16.9 | - |
| YUV | 159.46 | 95.01 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 101 | 0 | 0.35 | 0.54 | 0.15 | 20.51 | 0.61 | 0.63 |
| Hex | DA | 8D | 65 | 0 | 23 | 36 | F | 15 | 3D | 3F |
| Octal | 332 | 215 | 145 | 0 | 43 | 66 | 17 | 25 | 75 | 77 |
| Binary | 11011010 | 10001101 | 1100101 | 0 | 100011 | 110110 | 1111 | 10101 | 111101 | 111111 |
Color Harmonies of #DA8D65
Complementary color
Monochromatic Colors of #DA8D65
Black with #DA8D65
Text Example
Text Example
White with #DA8D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D65; }
p { color: rgb(218,141,101); }
H1.HeaderClassName
{
color: #DA8D65;
}
.AnyTagClassName
{
color: #DA8D65;
}
</style>
background-color css
<style>
a { background-color: #DA8D65; }
a { background-color: rgb(218,141,101); }
div.DivClassName
{
background-color: #DA8D65;
}
.BgClassName
{
background-color: #DA8D65;
}
</style>
border-color css
<style>
span { border-color: #DA8D65; }
span { border-color: rgb(218,141,101); }
td.TdClassName
{
border-color: #DA8D65;
}
.TagClassName
{
border-color: #DA8D65;
}
</style>