Shades of Copper #DA8665
Tints of Copper #DA8665
RGB
CMYK
RGB Variations
Color information
#DA8665 (or 0xDA8665) is known color: Copper. HEX triplet: DA, 86 and 65. RGB value is (218,134,101). Sum of RGB (Red+Green+Blue) = 218+134+101=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8665 is #25799A. Grayscale: #9B9B9B. Windows color (decimal): -2455963 or 6653658. OLE color: 6653658.
HSL color Cylindrical-coordinate representation of color #DA8665: hue angle of 16.92º 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 #DA8665 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 101 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.15 |
| HSL | 16.92º | 0.61% | 0.63% | - |
| HSV(B) | 16.92º | 0.54% | 0.85% | - |
| XYZ | 39.79 | 32.9 | 16.56 | - |
| YUV | 155.35 | 97.33 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 101 | 0 | 0.39 | 0.54 | 0.15 | 16.92 | 0.61 | 0.63 |
| Hex | DA | 86 | 65 | 0 | 27 | 36 | F | 11 | 3D | 3F |
| Octal | 332 | 206 | 145 | 0 | 47 | 66 | 17 | 21 | 75 | 77 |
| Binary | 11011010 | 10000110 | 1100101 | 0 | 100111 | 110110 | 1111 | 10001 | 111101 | 111111 |
Color Harmonies of #DA8665
Complementary color
Monochromatic Colors of #DA8665
Black with #DA8665
Text Example
Text Example
White with #DA8665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8665; }
p { color: rgb(218,134,101); }
H1.HeaderClassName
{
color: #DA8665;
}
.AnyTagClassName
{
color: #DA8665;
}
</style>
background-color css
<style>
a { background-color: #DA8665; }
a { background-color: rgb(218,134,101); }
div.DivClassName
{
background-color: #DA8665;
}
.BgClassName
{
background-color: #DA8665;
}
</style>
border-color css
<style>
span { border-color: #DA8665; }
span { border-color: rgb(218,134,101); }
td.TdClassName
{
border-color: #DA8665;
}
.TagClassName
{
border-color: #DA8665;
}
</style>