Shades of Copper #DA855C
Tints of Copper #DA855C
RGB
CMYK
RGB Variations
Color information
#DA855C (or 0xDA855C) is known color: Copper. HEX triplet: DA, 85 and 5C. RGB value is (218,133,92). Sum of RGB (Red+Green+Blue) = 218+133+92=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA855C is #257AA3. Grayscale: #999999. Windows color (decimal): -2456228 or 6063578. OLE color: 6063578.
HSL color Cylindrical-coordinate representation of color #DA855C: hue angle of 19.52º 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 #DA855C is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 92 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.15 |
| HSL | 19.52º | 0.63% | 0.61% | - |
| HSV(B) | 19.52º | 0.58% | 0.85% | - |
| XYZ | 39.23 | 32.45 | 14.32 | - |
| YUV | 153.74 | 93.16 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 92 | 0 | 0.39 | 0.58 | 0.15 | 19.52 | 0.63 | 0.61 |
| Hex | DA | 85 | 5C | 0 | 27 | 3A | F | 14 | 3F | 3D |
| Octal | 332 | 205 | 134 | 0 | 47 | 72 | 17 | 24 | 77 | 75 |
| Binary | 11011010 | 10000101 | 1011100 | 0 | 100111 | 111010 | 1111 | 10100 | 111111 | 111101 |
Color Harmonies of #DA855C
Complementary color
Monochromatic Colors of #DA855C
Black with #DA855C
Text Example
Text Example
White with #DA855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA855C; }
p { color: rgb(218,133,92); }
H1.HeaderClassName
{
color: #DA855C;
}
.AnyTagClassName
{
color: #DA855C;
}
</style>
background-color css
<style>
a { background-color: #DA855C; }
a { background-color: rgb(218,133,92); }
div.DivClassName
{
background-color: #DA855C;
}
.BgClassName
{
background-color: #DA855C;
}
</style>
border-color css
<style>
span { border-color: #DA855C; }
span { border-color: rgb(218,133,92); }
td.TdClassName
{
border-color: #DA855C;
}
.TagClassName
{
border-color: #DA855C;
}
</style>