Shades of Copper #DA846B
Tints of Copper #DA846B
RGB
CMYK
RGB Variations
Color information
#DA846B (or 0xDA846B) is known color: Copper. HEX triplet: DA, 84 and 6B. RGB value is (218,132,107). Sum of RGB (Red+Green+Blue) = 218+132+107=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA846B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA846B is #257B94. Grayscale: #9B9B9B. Windows color (decimal): -2456469 or 7046362. OLE color: 7046362.
HSL color Cylindrical-coordinate representation of color #DA846B: hue angle of 13.51º 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 #DA846B is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 107 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.15 |
| HSL | 13.51º | 0.6% | 0.64% | - |
| HSV(B) | 13.51º | 0.51% | 0.85% | - |
| XYZ | 39.82 | 32.47 | 18.08 | - |
| YUV | 154.86 | 100.99 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 107 | 0 | 0.39 | 0.51 | 0.15 | 13.51 | 0.6 | 0.64 |
| Hex | DA | 84 | 6B | 0 | 27 | 33 | F | E | 3C | 40 |
| Octal | 332 | 204 | 153 | 0 | 47 | 63 | 17 | 16 | 74 | 100 |
| Binary | 11011010 | 10000100 | 1101011 | 0 | 100111 | 110011 | 1111 | 1110 | 111100 | 1000000 |
Color Harmonies of #DA846B
Complementary color
Monochromatic Colors of #DA846B
Black with #DA846B
Text Example
Text Example
White with #DA846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA846B; }
p { color: rgb(218,132,107); }
H1.HeaderClassName
{
color: #DA846B;
}
.AnyTagClassName
{
color: #DA846B;
}
</style>
background-color css
<style>
a { background-color: #DA846B; }
a { background-color: rgb(218,132,107); }
div.DivClassName
{
background-color: #DA846B;
}
.BgClassName
{
background-color: #DA846B;
}
</style>
border-color css
<style>
span { border-color: #DA846B; }
span { border-color: rgb(218,132,107); }
td.TdClassName
{
border-color: #DA846B;
}
.TagClassName
{
border-color: #DA846B;
}
</style>