Shades of Copper #DC9065
Tints of Copper #DC9065
RGB
CMYK
RGB Variations
Color information
#DC9065 (or 0xDC9065) is known color: Copper. HEX triplet: DC, 90 and 65. RGB value is (220,144,101). Sum of RGB (Red+Green+Blue) = 220+144+101=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9065 is #236F9A. Grayscale: #A2A2A2. Windows color (decimal): -2322331 or 6656220. OLE color: 6656220.
HSL color Cylindrical-coordinate representation of color #DC9065: hue angle of 21.68º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC9065 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 101 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.14 |
| HSL | 21.68º | 0.63% | 0.63% | - |
| HSV(B) | 21.68º | 0.54% | 0.86% | - |
| XYZ | 41.84 | 36.1 | 17.08 | - |
| YUV | 161.82 | 93.68 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 101 | 0 | 0.35 | 0.54 | 0.14 | 21.68 | 0.63 | 0.63 |
| Hex | DC | 90 | 65 | 0 | 23 | 36 | E | 16 | 3F | 3F |
| Octal | 334 | 220 | 145 | 0 | 43 | 66 | 16 | 26 | 77 | 77 |
| Binary | 11011100 | 10010000 | 1100101 | 0 | 100011 | 110110 | 1110 | 10110 | 111111 | 111111 |
Color Harmonies of #DC9065
Complementary color
Monochromatic Colors of #DC9065
Black with #DC9065
Text Example
Text Example
White with #DC9065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9065; }
p { color: rgb(220,144,101); }
H1.HeaderClassName
{
color: #DC9065;
}
.AnyTagClassName
{
color: #DC9065;
}
</style>
background-color css
<style>
a { background-color: #DC9065; }
a { background-color: rgb(220,144,101); }
div.DivClassName
{
background-color: #DC9065;
}
.BgClassName
{
background-color: #DC9065;
}
</style>
border-color css
<style>
span { border-color: #DC9065; }
span { border-color: rgb(220,144,101); }
td.TdClassName
{
border-color: #DC9065;
}
.TagClassName
{
border-color: #DC9065;
}
</style>