Shades of Copper #DA8465
Tints of Copper #DA8465
RGB
CMYK
RGB Variations
Color information
#DA8465 (or 0xDA8465) is known color: Copper. HEX triplet: DA, 84 and 65. RGB value is (218,132,101). Sum of RGB (Red+Green+Blue) = 218+132+101=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8465 is #257B9A. Grayscale: #9A9A9A. Windows color (decimal): -2456475 or 6653146. OLE color: 6653146.
HSL color Cylindrical-coordinate representation of color #DA8465: hue angle of 15.9º 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 #DA8465 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 101 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.15 |
| HSL | 15.9º | 0.61% | 0.63% | - |
| HSV(B) | 15.9º | 0.54% | 0.85% | - |
| XYZ | 39.51 | 32.35 | 16.47 | - |
| YUV | 154.18 | 97.99 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 101 | 0 | 0.39 | 0.54 | 0.15 | 15.9 | 0.61 | 0.63 |
| Hex | DA | 84 | 65 | 0 | 27 | 36 | F | 10 | 3D | 3F |
| Octal | 332 | 204 | 145 | 0 | 47 | 66 | 17 | 20 | 75 | 77 |
| Binary | 11011010 | 10000100 | 1100101 | 0 | 100111 | 110110 | 1111 | 10000 | 111101 | 111111 |
Color Harmonies of #DA8465
Complementary color
Monochromatic Colors of #DA8465
Black with #DA8465
Text Example
Text Example
White with #DA8465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8465; }
p { color: rgb(218,132,101); }
H1.HeaderClassName
{
color: #DA8465;
}
.AnyTagClassName
{
color: #DA8465;
}
</style>
background-color css
<style>
a { background-color: #DA8465; }
a { background-color: rgb(218,132,101); }
div.DivClassName
{
background-color: #DA8465;
}
.BgClassName
{
background-color: #DA8465;
}
</style>
border-color css
<style>
span { border-color: #DA8465; }
span { border-color: rgb(218,132,101); }
td.TdClassName
{
border-color: #DA8465;
}
.TagClassName
{
border-color: #DA8465;
}
</style>