Shades of Copper #DC9063
Tints of Copper #DC9063
RGB
CMYK
RGB Variations
Color information
#DC9063 (or 0xDC9063) is known color: Copper. HEX triplet: DC, 90 and 63. RGB value is (220,144,99). Sum of RGB (Red+Green+Blue) = 220+144+99=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9063 is #236F9C. Grayscale: #A1A1A1. Windows color (decimal): -2322333 or 6525148. OLE color: 6525148.
HSL color Cylindrical-coordinate representation of color #DC9063: hue angle of 22.31º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC9063 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 99 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.14 |
| HSL | 22.31º | 0.63% | 0.63% | - |
| HSV(B) | 22.31º | 0.55% | 0.86% | - |
| XYZ | 41.74 | 36.06 | 16.57 | - |
| YUV | 161.59 | 92.68 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 99 | 0 | 0.35 | 0.55 | 0.14 | 22.31 | 0.63 | 0.63 |
| Hex | DC | 90 | 63 | 0 | 23 | 37 | E | 16 | 3F | 3F |
| Octal | 334 | 220 | 143 | 0 | 43 | 67 | 16 | 26 | 77 | 77 |
| Binary | 11011100 | 10010000 | 1100011 | 0 | 100011 | 110111 | 1110 | 10110 | 111111 | 111111 |
Color Harmonies of #DC9063
Complementary color
Monochromatic Colors of #DC9063
Black with #DC9063
Text Example
Text Example
White with #DC9063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9063; }
p { color: rgb(220,144,99); }
H1.HeaderClassName
{
color: #DC9063;
}
.AnyTagClassName
{
color: #DC9063;
}
</style>
background-color css
<style>
a { background-color: #DC9063; }
a { background-color: rgb(220,144,99); }
div.DivClassName
{
background-color: #DC9063;
}
.BgClassName
{
background-color: #DC9063;
}
</style>
border-color css
<style>
span { border-color: #DC9063; }
span { border-color: rgb(220,144,99); }
td.TdClassName
{
border-color: #DC9063;
}
.TagClassName
{
border-color: #DC9063;
}
</style>