Shades of Copper #DC9064
Tints of Copper #DC9064
RGB
CMYK
RGB Variations
Color information
#DC9064 (or 0xDC9064) is known color: Copper. HEX triplet: DC, 90 and 64. RGB value is (220,144,100). Sum of RGB (Red+Green+Blue) = 220+144+100=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9064 is #236F9B. Grayscale: #A1A1A1. Windows color (decimal): -2322332 or 6590684. OLE color: 6590684.
HSL color Cylindrical-coordinate representation of color #DC9064: hue angle of 22º 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 #DC9064 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 100 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.14 |
| HSL | 22º | 0.63% | 0.63% | - |
| HSV(B) | 22º | 0.55% | 0.86% | - |
| XYZ | 41.79 | 36.08 | 16.82 | - |
| YUV | 161.71 | 93.18 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 100 | 0 | 0.35 | 0.55 | 0.14 | 22 | 0.63 | 0.63 |
| Hex | DC | 90 | 64 | 0 | 23 | 37 | E | 16 | 3F | 3F |
| Octal | 334 | 220 | 144 | 0 | 43 | 67 | 16 | 26 | 77 | 77 |
| Binary | 11011100 | 10010000 | 1100100 | 0 | 100011 | 110111 | 1110 | 10110 | 111111 | 111111 |
Color Harmonies of #DC9064
Complementary color
Monochromatic Colors of #DC9064
Black with #DC9064
Text Example
Text Example
White with #DC9064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9064; }
p { color: rgb(220,144,100); }
H1.HeaderClassName
{
color: #DC9064;
}
.AnyTagClassName
{
color: #DC9064;
}
</style>
background-color css
<style>
a { background-color: #DC9064; }
a { background-color: rgb(220,144,100); }
div.DivClassName
{
background-color: #DC9064;
}
.BgClassName
{
background-color: #DC9064;
}
</style>
border-color css
<style>
span { border-color: #DC9064; }
span { border-color: rgb(220,144,100); }
td.TdClassName
{
border-color: #DC9064;
}
.TagClassName
{
border-color: #DC9064;
}
</style>