Shades of Copper #DA916A
Tints of Copper #DA916A
RGB
CMYK
RGB Variations
Color information
#DA916A (or 0xDA916A) is known color: Copper. HEX triplet: DA, 91 and 6A. RGB value is (218,145,106). Sum of RGB (Red+Green+Blue) = 218+145+106=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA916A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA916A is #256E95. Grayscale: #A2A2A2. Windows color (decimal): -2453142 or 6984154. OLE color: 6984154.
HSL color Cylindrical-coordinate representation of color #DA916A: hue angle of 20.89º 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 #DA916A is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 145 | 106 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.15 |
| HSL | 20.89º | 0.6% | 0.64% | - |
| HSV(B) | 20.89º | 0.51% | 0.85% | - |
| XYZ | 41.64 | 36.2 | 18.43 | - |
| YUV | 162.38 | 96.18 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 106 | 0 | 0.33 | 0.51 | 0.15 | 20.89 | 0.6 | 0.64 |
| Hex | DA | 91 | 6A | 0 | 21 | 33 | F | 15 | 3C | 40 |
| Octal | 332 | 221 | 152 | 0 | 41 | 63 | 17 | 25 | 74 | 100 |
| Binary | 11011010 | 10010001 | 1101010 | 0 | 100001 | 110011 | 1111 | 10101 | 111100 | 1000000 |
Color Harmonies of #DA916A
Complementary color
Monochromatic Colors of #DA916A
Black with #DA916A
Text Example
Text Example
White with #DA916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA916A; }
p { color: rgb(218,145,106); }
H1.HeaderClassName
{
color: #DA916A;
}
.AnyTagClassName
{
color: #DA916A;
}
</style>
background-color css
<style>
a { background-color: #DA916A; }
a { background-color: rgb(218,145,106); }
div.DivClassName
{
background-color: #DA916A;
}
.BgClassName
{
background-color: #DA916A;
}
</style>
border-color css
<style>
span { border-color: #DA916A; }
span { border-color: rgb(218,145,106); }
td.TdClassName
{
border-color: #DA916A;
}
.TagClassName
{
border-color: #DA916A;
}
</style>