Shades of Copper #DC9069
Tints of Copper #DC9069
RGB
CMYK
RGB Variations
Color information
#DC9069 (or 0xDC9069) is known color: Copper. HEX triplet: DC, 90 and 69. RGB value is (220,144,105). Sum of RGB (Red+Green+Blue) = 220+144+105=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9069 is #236F96. Grayscale: #A2A2A2. Windows color (decimal): -2322327 or 6918364. OLE color: 6918364.
HSL color Cylindrical-coordinate representation of color #DC9069: hue angle of 20.35º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC9069 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 105 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.14 |
| HSL | 20.35º | 0.62% | 0.64% | - |
| HSV(B) | 20.35º | 0.52% | 0.86% | - |
| XYZ | 42.04 | 36.18 | 18.13 | - |
| YUV | 162.28 | 95.68 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 105 | 0 | 0.35 | 0.52 | 0.14 | 20.35 | 0.62 | 0.64 |
| Hex | DC | 90 | 69 | 0 | 23 | 34 | E | 14 | 3E | 40 |
| Octal | 334 | 220 | 151 | 0 | 43 | 64 | 16 | 24 | 76 | 100 |
| Binary | 11011100 | 10010000 | 1101001 | 0 | 100011 | 110100 | 1110 | 10100 | 111110 | 1000000 |
Color Harmonies of #DC9069
Complementary color
Monochromatic Colors of #DC9069
Black with #DC9069
Text Example
Text Example
White with #DC9069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9069; }
p { color: rgb(220,144,105); }
H1.HeaderClassName
{
color: #DC9069;
}
.AnyTagClassName
{
color: #DC9069;
}
</style>
background-color css
<style>
a { background-color: #DC9069; }
a { background-color: rgb(220,144,105); }
div.DivClassName
{
background-color: #DC9069;
}
.BgClassName
{
background-color: #DC9069;
}
</style>
border-color css
<style>
span { border-color: #DC9069; }
span { border-color: rgb(220,144,105); }
td.TdClassName
{
border-color: #DC9069;
}
.TagClassName
{
border-color: #DC9069;
}
</style>