Shades of Copper #DA916E
Tints of Copper #DA916E
RGB
CMYK
RGB Variations
Color information
#DA916E (or 0xDA916E) is known color: Copper. HEX triplet: DA, 91 and 6E. RGB value is (218,145,110). Sum of RGB (Red+Green+Blue) = 218+145+110=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA916E is #256E91. Grayscale: #A3A3A3. Windows color (decimal): -2453138 or 7246298. OLE color: 7246298.
HSL color Cylindrical-coordinate representation of color #DA916E: hue angle of 19.44º degrees, saturation: 0.59, 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 #DA916E is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 145 | 110 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.15 |
| HSL | 19.44º | 0.59% | 0.64% | - |
| HSV(B) | 19.44º | 0.5% | 0.85% | - |
| XYZ | 41.85 | 36.28 | 19.55 | - |
| YUV | 162.84 | 98.18 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 110 | 0 | 0.33 | 0.50 | 0.15 | 19.44 | 0.59 | 0.64 |
| Hex | DA | 91 | 6E | 0 | 21 | 32 | F | 13 | 3B | 40 |
| Octal | 332 | 221 | 156 | 0 | 41 | 62 | 17 | 23 | 73 | 100 |
| Binary | 11011010 | 10010001 | 1101110 | 0 | 100001 | 110010 | 1111 | 10011 | 111011 | 1000000 |
Color Harmonies of #DA916E
Complementary color
Monochromatic Colors of #DA916E
Black with #DA916E
Text Example
Text Example
White with #DA916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA916E; }
p { color: rgb(218,145,110); }
H1.HeaderClassName
{
color: #DA916E;
}
.AnyTagClassName
{
color: #DA916E;
}
</style>
background-color css
<style>
a { background-color: #DA916E; }
a { background-color: rgb(218,145,110); }
div.DivClassName
{
background-color: #DA916E;
}
.BgClassName
{
background-color: #DA916E;
}
</style>
border-color css
<style>
span { border-color: #DA916E; }
span { border-color: rgb(218,145,110); }
td.TdClassName
{
border-color: #DA916E;
}
.TagClassName
{
border-color: #DA916E;
}
</style>