Shades of Copper #DA9267
Tints of Copper #DA9267
RGB
CMYK
RGB Variations
Color information
#DA9267 (or 0xDA9267) is known color: Copper. HEX triplet: DA, 92 and 67. RGB value is (218,146,103). Sum of RGB (Red+Green+Blue) = 218+146+103=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9267 is #256D98. Grayscale: #A2A2A2. Windows color (decimal): -2452889 or 6787802. OLE color: 6787802.
HSL color Cylindrical-coordinate representation of color #DA9267: hue angle of 22.43º 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 #DA9267 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 103 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.15 |
| HSL | 22.43º | 0.61% | 0.63% | - |
| HSV(B) | 22.43º | 0.53% | 0.85% | - |
| XYZ | 41.64 | 36.44 | 17.67 | - |
| YUV | 162.63 | 94.35 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 103 | 0 | 0.33 | 0.53 | 0.15 | 22.43 | 0.61 | 0.63 |
| Hex | DA | 92 | 67 | 0 | 21 | 35 | F | 16 | 3D | 3F |
| Octal | 332 | 222 | 147 | 0 | 41 | 65 | 17 | 26 | 75 | 77 |
| Binary | 11011010 | 10010010 | 1100111 | 0 | 100001 | 110101 | 1111 | 10110 | 111101 | 111111 |
Color Harmonies of #DA9267
Complementary color
Monochromatic Colors of #DA9267
Black with #DA9267
Text Example
Text Example
White with #DA9267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9267; }
p { color: rgb(218,146,103); }
H1.HeaderClassName
{
color: #DA9267;
}
.AnyTagClassName
{
color: #DA9267;
}
</style>
background-color css
<style>
a { background-color: #DA9267; }
a { background-color: rgb(218,146,103); }
div.DivClassName
{
background-color: #DA9267;
}
.BgClassName
{
background-color: #DA9267;
}
</style>
border-color css
<style>
span { border-color: #DA9267; }
span { border-color: rgb(218,146,103); }
td.TdClassName
{
border-color: #DA9267;
}
.TagClassName
{
border-color: #DA9267;
}
</style>