Shades of Copper #DA855D
Tints of Copper #DA855D
RGB
CMYK
RGB Variations
Color information
#DA855D (or 0xDA855D) is known color: Copper. HEX triplet: DA, 85 and 5D. RGB value is (218,133,93). Sum of RGB (Red+Green+Blue) = 218+133+93=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA855D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA855D is #257AA2. Grayscale: #9A9A9A. Windows color (decimal): -2456227 or 6129114. OLE color: 6129114.
HSL color Cylindrical-coordinate representation of color #DA855D: hue angle of 19.2º 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 #DA855D is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 93 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.15 |
| HSL | 19.2º | 0.63% | 0.61% | - |
| HSV(B) | 19.2º | 0.57% | 0.85% | - |
| XYZ | 39.28 | 32.47 | 14.55 | - |
| YUV | 153.86 | 93.66 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 93 | 0 | 0.39 | 0.57 | 0.15 | 19.2 | 0.63 | 0.61 |
| Hex | DA | 85 | 5D | 0 | 27 | 39 | F | 13 | 3F | 3D |
| Octal | 332 | 205 | 135 | 0 | 47 | 71 | 17 | 23 | 77 | 75 |
| Binary | 11011010 | 10000101 | 1011101 | 0 | 100111 | 111001 | 1111 | 10011 | 111111 | 111101 |
Color Harmonies of #DA855D
Complementary color
Monochromatic Colors of #DA855D
Black with #DA855D
Text Example
Text Example
White with #DA855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA855D; }
p { color: rgb(218,133,93); }
H1.HeaderClassName
{
color: #DA855D;
}
.AnyTagClassName
{
color: #DA855D;
}
</style>
background-color css
<style>
a { background-color: #DA855D; }
a { background-color: rgb(218,133,93); }
div.DivClassName
{
background-color: #DA855D;
}
.BgClassName
{
background-color: #DA855D;
}
</style>
border-color css
<style>
span { border-color: #DA855D; }
span { border-color: rgb(218,133,93); }
td.TdClassName
{
border-color: #DA855D;
}
.TagClassName
{
border-color: #DA855D;
}
</style>