Shades of Copper #DA8565
Tints of Copper #DA8565
RGB
CMYK
RGB Variations
Color information
#DA8565 (or 0xDA8565) is known color: Copper. HEX triplet: DA, 85 and 65. RGB value is (218,133,101). Sum of RGB (Red+Green+Blue) = 218+133+101=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8565 is #257A9A. Grayscale: #9A9A9A. Windows color (decimal): -2456219 or 6653402. OLE color: 6653402.
HSL color Cylindrical-coordinate representation of color #DA8565: hue angle of 16.41º 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 #DA8565 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 101 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.15 |
| HSL | 16.41º | 0.61% | 0.63% | - |
| HSV(B) | 16.41º | 0.54% | 0.85% | - |
| XYZ | 39.65 | 32.62 | 16.52 | - |
| YUV | 154.77 | 97.66 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 101 | 0 | 0.39 | 0.54 | 0.15 | 16.41 | 0.61 | 0.63 |
| Hex | DA | 85 | 65 | 0 | 27 | 36 | F | 10 | 3D | 3F |
| Octal | 332 | 205 | 145 | 0 | 47 | 66 | 17 | 20 | 75 | 77 |
| Binary | 11011010 | 10000101 | 1100101 | 0 | 100111 | 110110 | 1111 | 10000 | 111101 | 111111 |
Color Harmonies of #DA8565
Complementary color
Monochromatic Colors of #DA8565
Black with #DA8565
Text Example
Text Example
White with #DA8565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8565; }
p { color: rgb(218,133,101); }
H1.HeaderClassName
{
color: #DA8565;
}
.AnyTagClassName
{
color: #DA8565;
}
</style>
background-color css
<style>
a { background-color: #DA8565; }
a { background-color: rgb(218,133,101); }
div.DivClassName
{
background-color: #DA8565;
}
.BgClassName
{
background-color: #DA8565;
}
</style>
border-color css
<style>
span { border-color: #DA8565; }
span { border-color: rgb(218,133,101); }
td.TdClassName
{
border-color: #DA8565;
}
.TagClassName
{
border-color: #DA8565;
}
</style>