Shades of Copper #DA8B6C
Tints of Copper #DA8B6C
RGB
CMYK
RGB Variations
Color information
#DA8B6C (or 0xDA8B6C) is known color: Copper. HEX triplet: DA, 8B and 6C. RGB value is (218,139,108). Sum of RGB (Red+Green+Blue) = 218+139+108=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8B6C is #257493. Grayscale: #9F9F9F. Windows color (decimal): -2454676 or 7113690. OLE color: 7113690.
HSL color Cylindrical-coordinate representation of color #DA8B6C: hue angle of 16.91º 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 #DA8B6C is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 139 | 108 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.15 |
| HSL | 16.91º | 0.6% | 0.64% | - |
| HSV(B) | 16.91º | 0.5% | 0.85% | - |
| XYZ | 40.85 | 34.45 | 18.68 | - |
| YUV | 159.09 | 99.17 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 139 | 108 | 0 | 0.36 | 0.50 | 0.15 | 16.91 | 0.6 | 0.64 |
| Hex | DA | 8B | 6C | 0 | 24 | 32 | F | 11 | 3C | 40 |
| Octal | 332 | 213 | 154 | 0 | 44 | 62 | 17 | 21 | 74 | 100 |
| Binary | 11011010 | 10001011 | 1101100 | 0 | 100100 | 110010 | 1111 | 10001 | 111100 | 1000000 |
Color Harmonies of #DA8B6C
Complementary color
Monochromatic Colors of #DA8B6C
Black with #DA8B6C
Text Example
Text Example
White with #DA8B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8B6C; }
p { color: rgb(218,139,108); }
H1.HeaderClassName
{
color: #DA8B6C;
}
.AnyTagClassName
{
color: #DA8B6C;
}
</style>
background-color css
<style>
a { background-color: #DA8B6C; }
a { background-color: rgb(218,139,108); }
div.DivClassName
{
background-color: #DA8B6C;
}
.BgClassName
{
background-color: #DA8B6C;
}
</style>
border-color css
<style>
span { border-color: #DA8B6C; }
span { border-color: rgb(218,139,108); }
td.TdClassName
{
border-color: #DA8B6C;
}
.TagClassName
{
border-color: #DA8B6C;
}
</style>