Shades of Copper #DA8E6B
Tints of Copper #DA8E6B
RGB
CMYK
RGB Variations
Color information
#DA8E6B (or 0xDA8E6B) is known color: Copper. HEX triplet: DA, 8E and 6B. RGB value is (218,142,107). Sum of RGB (Red+Green+Blue) = 218+142+107=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8E6B is #257194. Grayscale: #A0A0A0. Windows color (decimal): -2453909 or 7048922. OLE color: 7048922.
HSL color Cylindrical-coordinate representation of color #DA8E6B: hue angle of 18.92º 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 #DA8E6B is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 142 | 107 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.15 |
| HSL | 18.92º | 0.6% | 0.64% | - |
| HSV(B) | 18.92º | 0.51% | 0.85% | - |
| XYZ | 41.24 | 35.31 | 18.55 | - |
| YUV | 160.73 | 97.68 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 142 | 107 | 0 | 0.35 | 0.51 | 0.15 | 18.92 | 0.6 | 0.64 |
| Hex | DA | 8E | 6B | 0 | 23 | 33 | F | 13 | 3C | 40 |
| Octal | 332 | 216 | 153 | 0 | 43 | 63 | 17 | 23 | 74 | 100 |
| Binary | 11011010 | 10001110 | 1101011 | 0 | 100011 | 110011 | 1111 | 10011 | 111100 | 1000000 |
Color Harmonies of #DA8E6B
Complementary color
Monochromatic Colors of #DA8E6B
Black with #DA8E6B
Text Example
Text Example
White with #DA8E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8E6B; }
p { color: rgb(218,142,107); }
H1.HeaderClassName
{
color: #DA8E6B;
}
.AnyTagClassName
{
color: #DA8E6B;
}
</style>
background-color css
<style>
a { background-color: #DA8E6B; }
a { background-color: rgb(218,142,107); }
div.DivClassName
{
background-color: #DA8E6B;
}
.BgClassName
{
background-color: #DA8E6B;
}
</style>
border-color css
<style>
span { border-color: #DA8E6B; }
span { border-color: rgb(218,142,107); }
td.TdClassName
{
border-color: #DA8E6B;
}
.TagClassName
{
border-color: #DA8E6B;
}
</style>