Shades of Copper #DA8C6C
Tints of Copper #DA8C6C
RGB
CMYK
RGB Variations
Color information
#DA8C6C (or 0xDA8C6C) is known color: Copper. HEX triplet: DA, 8C and 6C. RGB value is (218,140,108). Sum of RGB (Red+Green+Blue) = 218+140+108=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C6C is #257393. Grayscale: #9F9F9F. Windows color (decimal): -2454420 or 7113946. OLE color: 7113946.
HSL color Cylindrical-coordinate representation of color #DA8C6C: hue angle of 17.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA8C6C is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 108 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.15 |
| HSL | 17.45º | 0.6% | 0.64% | - |
| HSV(B) | 17.45º | 0.5% | 0.85% | - |
| XYZ | 41 | 34.74 | 18.73 | - |
| YUV | 159.67 | 98.84 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 108 | 0 | 0.36 | 0.50 | 0.15 | 17.45 | 0.6 | 0.64 |
| Hex | DA | 8C | 6C | 0 | 24 | 32 | F | 11 | 3C | 40 |
| Octal | 332 | 214 | 154 | 0 | 44 | 62 | 17 | 21 | 74 | 100 |
| Binary | 11011010 | 10001100 | 1101100 | 0 | 100100 | 110010 | 1111 | 10001 | 111100 | 1000000 |
Color Harmonies of #DA8C6C
Complementary color
Monochromatic Colors of #DA8C6C
Black with #DA8C6C
Text Example
Text Example
White with #DA8C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C6C; }
p { color: rgb(218,140,108); }
H1.HeaderClassName
{
color: #DA8C6C;
}
.AnyTagClassName
{
color: #DA8C6C;
}
</style>
background-color css
<style>
a { background-color: #DA8C6C; }
a { background-color: rgb(218,140,108); }
div.DivClassName
{
background-color: #DA8C6C;
}
.BgClassName
{
background-color: #DA8C6C;
}
</style>
border-color css
<style>
span { border-color: #DA8C6C; }
span { border-color: rgb(218,140,108); }
td.TdClassName
{
border-color: #DA8C6C;
}
.TagClassName
{
border-color: #DA8C6C;
}
</style>