Shades of Copper #DA855F
Tints of Copper #DA855F
RGB
CMYK
RGB Variations
Color information
#DA855F (or 0xDA855F) is known color: Copper. HEX triplet: DA, 85 and 5F. RGB value is (218,133,95). Sum of RGB (Red+Green+Blue) = 218+133+95=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA855F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA855F is #257AA0. Grayscale: #9A9A9A. Windows color (decimal): -2456225 or 6260186. OLE color: 6260186.
HSL color Cylindrical-coordinate representation of color #DA855F: hue angle of 18.54º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA855F is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 95 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.15 |
| HSL | 18.54º | 0.62% | 0.61% | - |
| HSV(B) | 18.54º | 0.56% | 0.85% | - |
| XYZ | 39.37 | 32.51 | 15.03 | - |
| YUV | 154.08 | 94.66 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 95 | 0 | 0.39 | 0.56 | 0.15 | 18.54 | 0.62 | 0.61 |
| Hex | DA | 85 | 5F | 0 | 27 | 38 | F | 13 | 3E | 3D |
| Octal | 332 | 205 | 137 | 0 | 47 | 70 | 17 | 23 | 76 | 75 |
| Binary | 11011010 | 10000101 | 1011111 | 0 | 100111 | 111000 | 1111 | 10011 | 111110 | 111101 |
Color Harmonies of #DA855F
Complementary color
Monochromatic Colors of #DA855F
Black with #DA855F
Text Example
Text Example
White with #DA855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA855F; }
p { color: rgb(218,133,95); }
H1.HeaderClassName
{
color: #DA855F;
}
.AnyTagClassName
{
color: #DA855F;
}
</style>
background-color css
<style>
a { background-color: #DA855F; }
a { background-color: rgb(218,133,95); }
div.DivClassName
{
background-color: #DA855F;
}
.BgClassName
{
background-color: #DA855F;
}
</style>
border-color css
<style>
span { border-color: #DA855F; }
span { border-color: rgb(218,133,95); }
td.TdClassName
{
border-color: #DA855F;
}
.TagClassName
{
border-color: #DA855F;
}
</style>