Shades of Copper #DA906C
Tints of Copper #DA906C
RGB
CMYK
RGB Variations
Color information
#DA906C (or 0xDA906C) is known color: Copper. HEX triplet: DA, 90 and 6C. RGB value is (218,144,108). Sum of RGB (Red+Green+Blue) = 218+144+108=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA906C is #256F93. Grayscale: #A2A2A2. Windows color (decimal): -2453396 or 7114970. OLE color: 7114970.
HSL color Cylindrical-coordinate representation of color #DA906C: hue angle of 19.64º 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 #DA906C is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 108 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.15 |
| HSL | 19.64º | 0.6% | 0.64% | - |
| HSV(B) | 19.64º | 0.5% | 0.85% | - |
| XYZ | 41.59 | 35.93 | 18.93 | - |
| YUV | 162.02 | 97.52 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 108 | 0 | 0.34 | 0.50 | 0.15 | 19.64 | 0.6 | 0.64 |
| Hex | DA | 90 | 6C | 0 | 22 | 32 | F | 14 | 3C | 40 |
| Octal | 332 | 220 | 154 | 0 | 42 | 62 | 17 | 24 | 74 | 100 |
| Binary | 11011010 | 10010000 | 1101100 | 0 | 100010 | 110010 | 1111 | 10100 | 111100 | 1000000 |
Color Harmonies of #DA906C
Complementary color
Monochromatic Colors of #DA906C
Black with #DA906C
Text Example
Text Example
White with #DA906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA906C; }
p { color: rgb(218,144,108); }
H1.HeaderClassName
{
color: #DA906C;
}
.AnyTagClassName
{
color: #DA906C;
}
</style>
background-color css
<style>
a { background-color: #DA906C; }
a { background-color: rgb(218,144,108); }
div.DivClassName
{
background-color: #DA906C;
}
.BgClassName
{
background-color: #DA906C;
}
</style>
border-color css
<style>
span { border-color: #DA906C; }
span { border-color: rgb(218,144,108); }
td.TdClassName
{
border-color: #DA906C;
}
.TagClassName
{
border-color: #DA906C;
}
</style>