Shades of Copper #DA8962
Tints of Copper #DA8962
RGB
CMYK
RGB Variations
Color information
#DA8962 (or 0xDA8962) is known color: Copper. HEX triplet: DA, 89 and 62. RGB value is (218,137,98). Sum of RGB (Red+Green+Blue) = 218+137+98=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8962 is #25769D. Grayscale: #9D9D9D. Windows color (decimal): -2455198 or 6457818. OLE color: 6457818.
HSL color Cylindrical-coordinate representation of color #DA8962: hue angle of 19.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA8962 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 98 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.15 |
| HSL | 19.5º | 0.62% | 0.62% | - |
| HSV(B) | 19.5º | 0.55% | 0.85% | - |
| XYZ | 40.06 | 33.68 | 15.94 | - |
| YUV | 156.77 | 94.84 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 98 | 0 | 0.37 | 0.55 | 0.15 | 19.5 | 0.62 | 0.62 |
| Hex | DA | 89 | 62 | 0 | 25 | 37 | F | 14 | 3E | 3E |
| Octal | 332 | 211 | 142 | 0 | 45 | 67 | 17 | 24 | 76 | 76 |
| Binary | 11011010 | 10001001 | 1100010 | 0 | 100101 | 110111 | 1111 | 10100 | 111110 | 111110 |
Color Harmonies of #DA8962
Complementary color
Monochromatic Colors of #DA8962
Black with #DA8962
Text Example
Text Example
White with #DA8962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8962; }
p { color: rgb(218,137,98); }
H1.HeaderClassName
{
color: #DA8962;
}
.AnyTagClassName
{
color: #DA8962;
}
</style>
background-color css
<style>
a { background-color: #DA8962; }
a { background-color: rgb(218,137,98); }
div.DivClassName
{
background-color: #DA8962;
}
.BgClassName
{
background-color: #DA8962;
}
</style>
border-color css
<style>
span { border-color: #DA8962; }
span { border-color: rgb(218,137,98); }
td.TdClassName
{
border-color: #DA8962;
}
.TagClassName
{
border-color: #DA8962;
}
</style>