Shades of Copper #DA8D62
Tints of Copper #DA8D62
RGB
CMYK
RGB Variations
Color information
#DA8D62 (or 0xDA8D62) is known color: Copper. HEX triplet: DA, 8D and 62. RGB value is (218,141,98). Sum of RGB (Red+Green+Blue) = 218+141+98=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D62 is #25729D. Grayscale: #9F9F9F. Windows color (decimal): -2454174 or 6458842. OLE color: 6458842.
HSL color Cylindrical-coordinate representation of color #DA8D62: hue angle of 21.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 #DA8D62 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 98 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.15 |
| HSL | 21.5º | 0.62% | 0.62% | - |
| HSV(B) | 21.5º | 0.55% | 0.85% | - |
| XYZ | 40.64 | 34.84 | 16.14 | - |
| YUV | 159.12 | 93.51 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 98 | 0 | 0.35 | 0.55 | 0.15 | 21.5 | 0.62 | 0.62 |
| Hex | DA | 8D | 62 | 0 | 23 | 37 | F | 16 | 3E | 3E |
| Octal | 332 | 215 | 142 | 0 | 43 | 67 | 17 | 26 | 76 | 76 |
| Binary | 11011010 | 10001101 | 1100010 | 0 | 100011 | 110111 | 1111 | 10110 | 111110 | 111110 |
Color Harmonies of #DA8D62
Complementary color
Monochromatic Colors of #DA8D62
Black with #DA8D62
Text Example
Text Example
White with #DA8D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D62; }
p { color: rgb(218,141,98); }
H1.HeaderClassName
{
color: #DA8D62;
}
.AnyTagClassName
{
color: #DA8D62;
}
</style>
background-color css
<style>
a { background-color: #DA8D62; }
a { background-color: rgb(218,141,98); }
div.DivClassName
{
background-color: #DA8D62;
}
.BgClassName
{
background-color: #DA8D62;
}
</style>
border-color css
<style>
span { border-color: #DA8D62; }
span { border-color: rgb(218,141,98); }
td.TdClassName
{
border-color: #DA8D62;
}
.TagClassName
{
border-color: #DA8D62;
}
</style>