Shades of Copper #DA896B
Tints of Copper #DA896B
RGB
CMYK
RGB Variations
Color information
#DA896B (or 0xDA896B) is known color: Copper. HEX triplet: DA, 89 and 6B. RGB value is (218,137,107). Sum of RGB (Red+Green+Blue) = 218+137+107=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA896B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA896B is #257694. Grayscale: #9E9E9E. Windows color (decimal): -2455189 or 7047642. OLE color: 7047642.
HSL color Cylindrical-coordinate representation of color #DA896B: hue angle of 16.22º 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 #DA896B is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 107 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.15 |
| HSL | 16.22º | 0.6% | 0.64% | - |
| HSV(B) | 16.22º | 0.51% | 0.85% | - |
| XYZ | 40.51 | 33.86 | 18.31 | - |
| YUV | 157.8 | 99.34 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 107 | 0 | 0.37 | 0.51 | 0.15 | 16.22 | 0.6 | 0.64 |
| Hex | DA | 89 | 6B | 0 | 25 | 33 | F | 10 | 3C | 40 |
| Octal | 332 | 211 | 153 | 0 | 45 | 63 | 17 | 20 | 74 | 100 |
| Binary | 11011010 | 10001001 | 1101011 | 0 | 100101 | 110011 | 1111 | 10000 | 111100 | 1000000 |
Color Harmonies of #DA896B
Complementary color
Monochromatic Colors of #DA896B
Black with #DA896B
Text Example
Text Example
White with #DA896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA896B; }
p { color: rgb(218,137,107); }
H1.HeaderClassName
{
color: #DA896B;
}
.AnyTagClassName
{
color: #DA896B;
}
</style>
background-color css
<style>
a { background-color: #DA896B; }
a { background-color: rgb(218,137,107); }
div.DivClassName
{
background-color: #DA896B;
}
.BgClassName
{
background-color: #DA896B;
}
</style>
border-color css
<style>
span { border-color: #DA896B; }
span { border-color: rgb(218,137,107); }
td.TdClassName
{
border-color: #DA896B;
}
.TagClassName
{
border-color: #DA896B;
}
</style>