Shades of Copper #DA956B
Tints of Copper #DA956B
RGB
CMYK
RGB Variations
Color information
#DA956B (or 0xDA956B) is known color: Copper. HEX triplet: DA, 95 and 6B. RGB value is (218,149,107). Sum of RGB (Red+Green+Blue) = 218+149+107=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA956B is #256A94. Grayscale: #A5A5A5. Windows color (decimal): -2452117 or 7050714. OLE color: 7050714.
HSL color Cylindrical-coordinate representation of color #DA956B: hue angle of 22.7º 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 #DA956B is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 107 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.15 |
| HSL | 22.7º | 0.6% | 0.64% | - |
| HSV(B) | 22.7º | 0.51% | 0.85% | - |
| XYZ | 42.31 | 37.46 | 18.91 | - |
| YUV | 164.84 | 95.36 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 107 | 0 | 0.32 | 0.51 | 0.15 | 22.7 | 0.6 | 0.64 |
| Hex | DA | 95 | 6B | 0 | 20 | 33 | F | 17 | 3C | 40 |
| Octal | 332 | 225 | 153 | 0 | 40 | 63 | 17 | 27 | 74 | 100 |
| Binary | 11011010 | 10010101 | 1101011 | 0 | 100000 | 110011 | 1111 | 10111 | 111100 | 1000000 |
Color Harmonies of #DA956B
Complementary color
Monochromatic Colors of #DA956B
Black with #DA956B
Text Example
Text Example
White with #DA956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA956B; }
p { color: rgb(218,149,107); }
H1.HeaderClassName
{
color: #DA956B;
}
.AnyTagClassName
{
color: #DA956B;
}
</style>
background-color css
<style>
a { background-color: #DA956B; }
a { background-color: rgb(218,149,107); }
div.DivClassName
{
background-color: #DA956B;
}
.BgClassName
{
background-color: #DA956B;
}
</style>
border-color css
<style>
span { border-color: #DA956B; }
span { border-color: rgb(218,149,107); }
td.TdClassName
{
border-color: #DA956B;
}
.TagClassName
{
border-color: #DA956B;
}
</style>