Shades of Copper #DA8D6A
Tints of Copper #DA8D6A
RGB
CMYK
RGB Variations
Color information
#DA8D6A (or 0xDA8D6A) is known color: Copper. HEX triplet: DA, 8D and 6A. RGB value is (218,141,106). Sum of RGB (Red+Green+Blue) = 218+141+106=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D6A is #257295. Grayscale: #A0A0A0. Windows color (decimal): -2454166 or 6983130. OLE color: 6983130.
HSL color Cylindrical-coordinate representation of color #DA8D6A: hue angle of 18.75º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA8D6A is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 106 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.15 |
| HSL | 18.75º | 0.6% | 0.64% | - |
| HSV(B) | 18.75º | 0.51% | 0.85% | - |
| XYZ | 41.04 | 35 | 18.23 | - |
| YUV | 160.03 | 97.51 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 106 | 0 | 0.35 | 0.51 | 0.15 | 18.75 | 0.6 | 0.64 |
| Hex | DA | 8D | 6A | 0 | 23 | 33 | F | 13 | 3C | 40 |
| Octal | 332 | 215 | 152 | 0 | 43 | 63 | 17 | 23 | 74 | 100 |
| Binary | 11011010 | 10001101 | 1101010 | 0 | 100011 | 110011 | 1111 | 10011 | 111100 | 1000000 |
Color Harmonies of #DA8D6A
Complementary color
Monochromatic Colors of #DA8D6A
Black with #DA8D6A
Text Example
Text Example
White with #DA8D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D6A; }
p { color: rgb(218,141,106); }
H1.HeaderClassName
{
color: #DA8D6A;
}
.AnyTagClassName
{
color: #DA8D6A;
}
</style>
background-color css
<style>
a { background-color: #DA8D6A; }
a { background-color: rgb(218,141,106); }
div.DivClassName
{
background-color: #DA8D6A;
}
.BgClassName
{
background-color: #DA8D6A;
}
</style>
border-color css
<style>
span { border-color: #DA8D6A; }
span { border-color: rgb(218,141,106); }
td.TdClassName
{
border-color: #DA8D6A;
}
.TagClassName
{
border-color: #DA8D6A;
}
</style>