Shades of Copper #DA8A6A
Tints of Copper #DA8A6A
RGB
CMYK
RGB Variations
Color information
#DA8A6A (or 0xDA8A6A) is known color: Copper. HEX triplet: DA, 8A and 6A. RGB value is (218,138,106). Sum of RGB (Red+Green+Blue) = 218+138+106=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8A6A is #257595. Grayscale: #9E9E9E. Windows color (decimal): -2454934 or 6982362. OLE color: 6982362.
HSL color Cylindrical-coordinate representation of color #DA8A6A: hue angle of 17.14º 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 #DA8A6A is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 106 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.15 |
| HSL | 17.14º | 0.6% | 0.64% | - |
| HSV(B) | 17.14º | 0.51% | 0.85% | - |
| XYZ | 40.6 | 34.12 | 18.08 | - |
| YUV | 158.27 | 98.5 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 106 | 0 | 0.37 | 0.51 | 0.15 | 17.14 | 0.6 | 0.64 |
| Hex | DA | 8A | 6A | 0 | 25 | 33 | F | 11 | 3C | 40 |
| Octal | 332 | 212 | 152 | 0 | 45 | 63 | 17 | 21 | 74 | 100 |
| Binary | 11011010 | 10001010 | 1101010 | 0 | 100101 | 110011 | 1111 | 10001 | 111100 | 1000000 |
Color Harmonies of #DA8A6A
Complementary color
Monochromatic Colors of #DA8A6A
Black with #DA8A6A
Text Example
Text Example
White with #DA8A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A6A; }
p { color: rgb(218,138,106); }
H1.HeaderClassName
{
color: #DA8A6A;
}
.AnyTagClassName
{
color: #DA8A6A;
}
</style>
background-color css
<style>
a { background-color: #DA8A6A; }
a { background-color: rgb(218,138,106); }
div.DivClassName
{
background-color: #DA8A6A;
}
.BgClassName
{
background-color: #DA8A6A;
}
</style>
border-color css
<style>
span { border-color: #DA8A6A; }
span { border-color: rgb(218,138,106); }
td.TdClassName
{
border-color: #DA8A6A;
}
.TagClassName
{
border-color: #DA8A6A;
}
</style>