Shades of Copper #DA946B
Tints of Copper #DA946B
RGB
CMYK
RGB Variations
Color information
#DA946B (or 0xDA946B) is known color: Copper. HEX triplet: DA, 94 and 6B. RGB value is (218,148,107). Sum of RGB (Red+Green+Blue) = 218+148+107=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA946B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA946B is #256B94. Grayscale: #A4A4A4. Windows color (decimal): -2452373 or 7050458. OLE color: 7050458.
HSL color Cylindrical-coordinate representation of color #DA946B: hue angle of 22.16º 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 #DA946B is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 148 | 107 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.15 |
| HSL | 22.16º | 0.6% | 0.64% | - |
| HSV(B) | 22.16º | 0.51% | 0.85% | - |
| XYZ | 42.16 | 37.15 | 18.86 | - |
| YUV | 164.26 | 95.69 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 148 | 107 | 0 | 0.32 | 0.51 | 0.15 | 22.16 | 0.6 | 0.64 |
| Hex | DA | 94 | 6B | 0 | 20 | 33 | F | 16 | 3C | 40 |
| Octal | 332 | 224 | 153 | 0 | 40 | 63 | 17 | 26 | 74 | 100 |
| Binary | 11011010 | 10010100 | 1101011 | 0 | 100000 | 110011 | 1111 | 10110 | 111100 | 1000000 |
Color Harmonies of #DA946B
Complementary color
Monochromatic Colors of #DA946B
Black with #DA946B
Text Example
Text Example
White with #DA946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA946B; }
p { color: rgb(218,148,107); }
H1.HeaderClassName
{
color: #DA946B;
}
.AnyTagClassName
{
color: #DA946B;
}
</style>
background-color css
<style>
a { background-color: #DA946B; }
a { background-color: rgb(218,148,107); }
div.DivClassName
{
background-color: #DA946B;
}
.BgClassName
{
background-color: #DA946B;
}
</style>
border-color css
<style>
span { border-color: #DA946B; }
span { border-color: rgb(218,148,107); }
td.TdClassName
{
border-color: #DA946B;
}
.TagClassName
{
border-color: #DA946B;
}
</style>