Shades of Copper #DA8B6D
Tints of Copper #DA8B6D
RGB
CMYK
RGB Variations
Color information
#DA8B6D (or 0xDA8B6D) is known color: Copper. HEX triplet: DA, 8B and 6D. RGB value is (218,139,109). Sum of RGB (Red+Green+Blue) = 218+139+109=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8B6D is #257492. Grayscale: #9F9F9F. Windows color (decimal): -2454675 or 7179226. OLE color: 7179226.
HSL color Cylindrical-coordinate representation of color #DA8B6D: hue angle of 16.51º 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 #DA8B6D is Cyan = 0, Magento = 0.36, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 139 | 109 | - |
| CMYK | 0 | 0.36 | 0.5 | 0.15 |
| HSL | 16.51º | 0.6% | 0.64% | - |
| HSV(B) | 16.51º | 0.5% | 0.85% | - |
| XYZ | 40.91 | 34.47 | 18.97 | - |
| YUV | 159.2 | 99.67 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 139 | 109 | 0 | 0.36 | 0.5 | 0.15 | 16.51 | 0.6 | 0.64 |
| Hex | DA | 8B | 6D | 0 | 24 | 32 | F | 11 | 3C | 40 |
| Octal | 332 | 213 | 155 | 0 | 44 | 62 | 17 | 21 | 74 | 100 |
| Binary | 11011010 | 10001011 | 1101101 | 0 | 100100 | 110010 | 1111 | 10001 | 111100 | 1000000 |
Color Harmonies of #DA8B6D
Complementary color
Monochromatic Colors of #DA8B6D
Black with #DA8B6D
Text Example
Text Example
White with #DA8B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8B6D; }
p { color: rgb(218,139,109); }
H1.HeaderClassName
{
color: #DA8B6D;
}
.AnyTagClassName
{
color: #DA8B6D;
}
</style>
background-color css
<style>
a { background-color: #DA8B6D; }
a { background-color: rgb(218,139,109); }
div.DivClassName
{
background-color: #DA8B6D;
}
.BgClassName
{
background-color: #DA8B6D;
}
</style>
border-color css
<style>
span { border-color: #DA8B6D; }
span { border-color: rgb(218,139,109); }
td.TdClassName
{
border-color: #DA8B6D;
}
.TagClassName
{
border-color: #DA8B6D;
}
</style>