Shades of Copper #DC966B
Tints of Copper #DC966B
RGB
CMYK
RGB Variations
Color information
#DC966B (or 0xDC966B) is known color: Copper. HEX triplet: DC, 96 and 6B. RGB value is (220,150,107). Sum of RGB (Red+Green+Blue) = 220+150+107=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC966B is #236994. Grayscale: #A6A6A6. Windows color (decimal): -2320789 or 7050972. OLE color: 7050972.
HSL color Cylindrical-coordinate representation of color #DC966B: hue angle of 22.83º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC966B is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 107 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.14 |
| HSL | 22.83º | 0.62% | 0.64% | - |
| HSV(B) | 22.83º | 0.51% | 0.86% | - |
| XYZ | 43.08 | 38.09 | 18.99 | - |
| YUV | 166.03 | 94.69 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 107 | 0 | 0.32 | 0.51 | 0.14 | 22.83 | 0.62 | 0.64 |
| Hex | DC | 96 | 6B | 0 | 20 | 33 | E | 17 | 3E | 40 |
| Octal | 334 | 226 | 153 | 0 | 40 | 63 | 16 | 27 | 76 | 100 |
| Binary | 11011100 | 10010110 | 1101011 | 0 | 100000 | 110011 | 1110 | 10111 | 111110 | 1000000 |
Color Harmonies of #DC966B
Complementary color
Monochromatic Colors of #DC966B
Black with #DC966B
Text Example
Text Example
White with #DC966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC966B; }
p { color: rgb(220,150,107); }
H1.HeaderClassName
{
color: #DC966B;
}
.AnyTagClassName
{
color: #DC966B;
}
</style>
background-color css
<style>
a { background-color: #DC966B; }
a { background-color: rgb(220,150,107); }
div.DivClassName
{
background-color: #DC966B;
}
.BgClassName
{
background-color: #DC966B;
}
</style>
border-color css
<style>
span { border-color: #DC966B; }
span { border-color: rgb(220,150,107); }
td.TdClassName
{
border-color: #DC966B;
}
.TagClassName
{
border-color: #DC966B;
}
</style>