Shades of Copper #DA926C
Tints of Copper #DA926C
RGB
CMYK
RGB Variations
Color information
#DA926C (or 0xDA926C) is known color: Copper. HEX triplet: DA, 92 and 6C. RGB value is (218,146,108). Sum of RGB (Red+Green+Blue) = 218+146+108=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA926C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA926C is #256D93. Grayscale: #A3A3A3. Windows color (decimal): -2452884 or 7115482. OLE color: 7115482.
HSL color Cylindrical-coordinate representation of color #DA926C: hue angle of 20.73º 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 #DA926C is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 108 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.15 |
| HSL | 20.73º | 0.6% | 0.64% | - |
| HSV(B) | 20.73º | 0.5% | 0.85% | - |
| XYZ | 41.9 | 36.55 | 19.03 | - |
| YUV | 163.2 | 96.85 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 108 | 0 | 0.33 | 0.50 | 0.15 | 20.73 | 0.6 | 0.64 |
| Hex | DA | 92 | 6C | 0 | 21 | 32 | F | 15 | 3C | 40 |
| Octal | 332 | 222 | 154 | 0 | 41 | 62 | 17 | 25 | 74 | 100 |
| Binary | 11011010 | 10010010 | 1101100 | 0 | 100001 | 110010 | 1111 | 10101 | 111100 | 1000000 |
Color Harmonies of #DA926C
Complementary color
Monochromatic Colors of #DA926C
Black with #DA926C
Text Example
Text Example
White with #DA926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA926C; }
p { color: rgb(218,146,108); }
H1.HeaderClassName
{
color: #DA926C;
}
.AnyTagClassName
{
color: #DA926C;
}
</style>
background-color css
<style>
a { background-color: #DA926C; }
a { background-color: rgb(218,146,108); }
div.DivClassName
{
background-color: #DA926C;
}
.BgClassName
{
background-color: #DA926C;
}
</style>
border-color css
<style>
span { border-color: #DA926C; }
span { border-color: rgb(218,146,108); }
td.TdClassName
{
border-color: #DA926C;
}
.TagClassName
{
border-color: #DA926C;
}
</style>