Shades of Copper #DA926D
Tints of Copper #DA926D
RGB
CMYK
RGB Variations
Color information
#DA926D (or 0xDA926D) is known color: Copper. HEX triplet: DA, 92 and 6D. RGB value is (218,146,109). Sum of RGB (Red+Green+Blue) = 218+146+109=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA926D is #256D92. Grayscale: #A3A3A3. Windows color (decimal): -2452883 or 7181018. OLE color: 7181018.
HSL color Cylindrical-coordinate representation of color #DA926D: hue angle of 20.37º degrees, saturation: 0.6, 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 #DA926D is Cyan = 0, Magento = 0.33, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 109 | - |
| CMYK | 0 | 0.33 | 0.5 | 0.15 |
| HSL | 20.37º | 0.6% | 0.64% | - |
| HSV(B) | 20.37º | 0.5% | 0.85% | - |
| XYZ | 41.95 | 36.57 | 19.32 | - |
| YUV | 163.31 | 97.35 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 109 | 0 | 0.33 | 0.5 | 0.15 | 20.37 | 0.6 | 0.64 |
| Hex | DA | 92 | 6D | 0 | 21 | 32 | F | 14 | 3C | 40 |
| Octal | 332 | 222 | 155 | 0 | 41 | 62 | 17 | 24 | 74 | 100 |
| Binary | 11011010 | 10010010 | 1101101 | 0 | 100001 | 110010 | 1111 | 10100 | 111100 | 1000000 |
Color Harmonies of #DA926D
Complementary color
Monochromatic Colors of #DA926D
Black with #DA926D
Text Example
Text Example
White with #DA926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA926D; }
p { color: rgb(218,146,109); }
H1.HeaderClassName
{
color: #DA926D;
}
.AnyTagClassName
{
color: #DA926D;
}
</style>
background-color css
<style>
a { background-color: #DA926D; }
a { background-color: rgb(218,146,109); }
div.DivClassName
{
background-color: #DA926D;
}
.BgClassName
{
background-color: #DA926D;
}
</style>
border-color css
<style>
span { border-color: #DA926D; }
span { border-color: rgb(218,146,109); }
td.TdClassName
{
border-color: #DA926D;
}
.TagClassName
{
border-color: #DA926D;
}
</style>