Shades of Copper #DA926A
Tints of Copper #DA926A
RGB
CMYK
RGB Variations
Color information
#DA926A (or 0xDA926A) is known color: Copper. HEX triplet: DA, 92 and 6A. RGB value is (218,146,106). Sum of RGB (Red+Green+Blue) = 218+146+106=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA926A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA926A is #256D95. Grayscale: #A3A3A3. Windows color (decimal): -2452886 or 6984410. OLE color: 6984410.
HSL color Cylindrical-coordinate representation of color #DA926A: hue angle of 21.43º 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 #DA926A is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 106 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.15 |
| HSL | 21.43º | 0.6% | 0.64% | - |
| HSV(B) | 21.43º | 0.51% | 0.85% | - |
| XYZ | 41.79 | 36.5 | 18.48 | - |
| YUV | 162.97 | 95.85 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 106 | 0 | 0.33 | 0.51 | 0.15 | 21.43 | 0.6 | 0.64 |
| Hex | DA | 92 | 6A | 0 | 21 | 33 | F | 15 | 3C | 40 |
| Octal | 332 | 222 | 152 | 0 | 41 | 63 | 17 | 25 | 74 | 100 |
| Binary | 11011010 | 10010010 | 1101010 | 0 | 100001 | 110011 | 1111 | 10101 | 111100 | 1000000 |
Color Harmonies of #DA926A
Complementary color
Monochromatic Colors of #DA926A
Black with #DA926A
Text Example
Text Example
White with #DA926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA926A; }
p { color: rgb(218,146,106); }
H1.HeaderClassName
{
color: #DA926A;
}
.AnyTagClassName
{
color: #DA926A;
}
</style>
background-color css
<style>
a { background-color: #DA926A; }
a { background-color: rgb(218,146,106); }
div.DivClassName
{
background-color: #DA926A;
}
.BgClassName
{
background-color: #DA926A;
}
</style>
border-color css
<style>
span { border-color: #DA926A; }
span { border-color: rgb(218,146,106); }
td.TdClassName
{
border-color: #DA926A;
}
.TagClassName
{
border-color: #DA926A;
}
</style>