Shades of Copper #DA865E
Tints of Copper #DA865E
RGB
CMYK
RGB Variations
Color information
#DA865E (or 0xDA865E) is known color: Copper. HEX triplet: DA, 86 and 5E. RGB value is (218,134,94). Sum of RGB (Red+Green+Blue) = 218+134+94=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA865E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA865E is #2579A1. Grayscale: #9A9A9A. Windows color (decimal): -2455970 or 6194906. OLE color: 6194906.
HSL color Cylindrical-coordinate representation of color #DA865E: hue angle of 19.35º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA865E is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 94 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.15 |
| HSL | 19.35º | 0.63% | 0.61% | - |
| HSV(B) | 19.35º | 0.57% | 0.85% | - |
| XYZ | 39.46 | 32.76 | 14.83 | - |
| YUV | 154.56 | 93.83 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 94 | 0 | 0.39 | 0.57 | 0.15 | 19.35 | 0.63 | 0.61 |
| Hex | DA | 86 | 5E | 0 | 27 | 39 | F | 13 | 3F | 3D |
| Octal | 332 | 206 | 136 | 0 | 47 | 71 | 17 | 23 | 77 | 75 |
| Binary | 11011010 | 10000110 | 1011110 | 0 | 100111 | 111001 | 1111 | 10011 | 111111 | 111101 |
Color Harmonies of #DA865E
Complementary color
Monochromatic Colors of #DA865E
Black with #DA865E
Text Example
Text Example
White with #DA865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA865E; }
p { color: rgb(218,134,94); }
H1.HeaderClassName
{
color: #DA865E;
}
.AnyTagClassName
{
color: #DA865E;
}
</style>
background-color css
<style>
a { background-color: #DA865E; }
a { background-color: rgb(218,134,94); }
div.DivClassName
{
background-color: #DA865E;
}
.BgClassName
{
background-color: #DA865E;
}
</style>
border-color css
<style>
span { border-color: #DA865E; }
span { border-color: rgb(218,134,94); }
td.TdClassName
{
border-color: #DA865E;
}
.TagClassName
{
border-color: #DA865E;
}
</style>