Shades of Copper #DA906B
Tints of Copper #DA906B
RGB
CMYK
RGB Variations
Color information
#DA906B (or 0xDA906B) is known color: Copper. HEX triplet: DA, 90 and 6B. RGB value is (218,144,107). Sum of RGB (Red+Green+Blue) = 218+144+107=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA906B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA906B is #256F94. Grayscale: #A2A2A2. Windows color (decimal): -2453397 or 7049434. OLE color: 7049434.
HSL color Cylindrical-coordinate representation of color #DA906B: hue angle of 20º 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 #DA906B is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 107 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.15 |
| HSL | 20º | 0.6% | 0.64% | - |
| HSV(B) | 20º | 0.51% | 0.85% | - |
| XYZ | 41.54 | 35.91 | 18.65 | - |
| YUV | 161.91 | 97.02 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 107 | 0 | 0.34 | 0.51 | 0.15 | 20 | 0.6 | 0.64 |
| Hex | DA | 90 | 6B | 0 | 22 | 33 | F | 14 | 3C | 40 |
| Octal | 332 | 220 | 153 | 0 | 42 | 63 | 17 | 24 | 74 | 100 |
| Binary | 11011010 | 10010000 | 1101011 | 0 | 100010 | 110011 | 1111 | 10100 | 111100 | 1000000 |
Color Harmonies of #DA906B
Complementary color
Monochromatic Colors of #DA906B
Black with #DA906B
Text Example
Text Example
White with #DA906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA906B; }
p { color: rgb(218,144,107); }
H1.HeaderClassName
{
color: #DA906B;
}
.AnyTagClassName
{
color: #DA906B;
}
</style>
background-color css
<style>
a { background-color: #DA906B; }
a { background-color: rgb(218,144,107); }
div.DivClassName
{
background-color: #DA906B;
}
.BgClassName
{
background-color: #DA906B;
}
</style>
border-color css
<style>
span { border-color: #DA906B; }
span { border-color: rgb(218,144,107); }
td.TdClassName
{
border-color: #DA906B;
}
.TagClassName
{
border-color: #DA906B;
}
</style>