Shades of Copper #DA8667
Tints of Copper #DA8667
RGB
CMYK
RGB Variations
Color information
#DA8667 (or 0xDA8667) is known color: Copper. HEX triplet: DA, 86 and 67. RGB value is (218,134,103). Sum of RGB (Red+Green+Blue) = 218+134+103=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8667 is #257998. Grayscale: #9B9B9B. Windows color (decimal): -2455961 or 6784730. OLE color: 6784730.
HSL color Cylindrical-coordinate representation of color #DA8667: hue angle of 16.17º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA8667 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 103 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.15 |
| HSL | 16.17º | 0.61% | 0.63% | - |
| HSV(B) | 16.17º | 0.53% | 0.85% | - |
| XYZ | 39.89 | 32.93 | 17.09 | - |
| YUV | 155.58 | 98.33 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 103 | 0 | 0.39 | 0.53 | 0.15 | 16.17 | 0.61 | 0.63 |
| Hex | DA | 86 | 67 | 0 | 27 | 35 | F | 10 | 3D | 3F |
| Octal | 332 | 206 | 147 | 0 | 47 | 65 | 17 | 20 | 75 | 77 |
| Binary | 11011010 | 10000110 | 1100111 | 0 | 100111 | 110101 | 1111 | 10000 | 111101 | 111111 |
Color Harmonies of #DA8667
Complementary color
Monochromatic Colors of #DA8667
Black with #DA8667
Text Example
Text Example
White with #DA8667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8667; }
p { color: rgb(218,134,103); }
H1.HeaderClassName
{
color: #DA8667;
}
.AnyTagClassName
{
color: #DA8667;
}
</style>
background-color css
<style>
a { background-color: #DA8667; }
a { background-color: rgb(218,134,103); }
div.DivClassName
{
background-color: #DA8667;
}
.BgClassName
{
background-color: #DA8667;
}
</style>
border-color css
<style>
span { border-color: #DA8667; }
span { border-color: rgb(218,134,103); }
td.TdClassName
{
border-color: #DA8667;
}
.TagClassName
{
border-color: #DA8667;
}
</style>