Shades of Copper #DA865C
Tints of Copper #DA865C
RGB
CMYK
RGB Variations
Color information
#DA865C (or 0xDA865C) is known color: Copper. HEX triplet: DA, 86 and 5C. RGB value is (218,134,92). Sum of RGB (Red+Green+Blue) = 218+134+92=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA865C is #2579A3. Grayscale: #9A9A9A. Windows color (decimal): -2455972 or 6063834. OLE color: 6063834.
HSL color Cylindrical-coordinate representation of color #DA865C: hue angle of 20º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA865C is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 92 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.15 |
| HSL | 20º | 0.63% | 0.61% | - |
| HSV(B) | 20º | 0.58% | 0.85% | - |
| XYZ | 39.37 | 32.73 | 14.37 | - |
| YUV | 154.33 | 92.83 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 92 | 0 | 0.39 | 0.58 | 0.15 | 20 | 0.63 | 0.61 |
| Hex | DA | 86 | 5C | 0 | 27 | 3A | F | 14 | 3F | 3D |
| Octal | 332 | 206 | 134 | 0 | 47 | 72 | 17 | 24 | 77 | 75 |
| Binary | 11011010 | 10000110 | 1011100 | 0 | 100111 | 111010 | 1111 | 10100 | 111111 | 111101 |
Color Harmonies of #DA865C
Complementary color
Monochromatic Colors of #DA865C
Black with #DA865C
Text Example
Text Example
White with #DA865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA865C; }
p { color: rgb(218,134,92); }
H1.HeaderClassName
{
color: #DA865C;
}
.AnyTagClassName
{
color: #DA865C;
}
</style>
background-color css
<style>
a { background-color: #DA865C; }
a { background-color: rgb(218,134,92); }
div.DivClassName
{
background-color: #DA865C;
}
.BgClassName
{
background-color: #DA865C;
}
</style>
border-color css
<style>
span { border-color: #DA865C; }
span { border-color: rgb(218,134,92); }
td.TdClassName
{
border-color: #DA865C;
}
.TagClassName
{
border-color: #DA865C;
}
</style>