Shades of Copper #DC9468
Tints of Copper #DC9468
RGB
CMYK
RGB Variations
Color information
#DC9468 (or 0xDC9468) is known color: Copper. HEX triplet: DC, 94 and 68. RGB value is (220,148,104). Sum of RGB (Red+Green+Blue) = 220+148+104=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9468 is #236B97. Grayscale: #A4A4A4. Windows color (decimal): -2321304 or 6853852. OLE color: 6853852.
HSL color Cylindrical-coordinate representation of color #DC9468: hue angle of 22.76º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC9468 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 104 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.14 |
| HSL | 22.76º | 0.62% | 0.64% | - |
| HSV(B) | 22.76º | 0.53% | 0.86% | - |
| XYZ | 42.6 | 37.39 | 18.07 | - |
| YUV | 164.51 | 93.85 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 104 | 0 | 0.33 | 0.53 | 0.14 | 22.76 | 0.62 | 0.64 |
| Hex | DC | 94 | 68 | 0 | 21 | 35 | E | 17 | 3E | 40 |
| Octal | 334 | 224 | 150 | 0 | 41 | 65 | 16 | 27 | 76 | 100 |
| Binary | 11011100 | 10010100 | 1101000 | 0 | 100001 | 110101 | 1110 | 10111 | 111110 | 1000000 |
Color Harmonies of #DC9468
Complementary color
Monochromatic Colors of #DC9468
Black with #DC9468
Text Example
Text Example
White with #DC9468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9468; }
p { color: rgb(220,148,104); }
H1.HeaderClassName
{
color: #DC9468;
}
.AnyTagClassName
{
color: #DC9468;
}
</style>
background-color css
<style>
a { background-color: #DC9468; }
a { background-color: rgb(220,148,104); }
div.DivClassName
{
background-color: #DC9468;
}
.BgClassName
{
background-color: #DC9468;
}
</style>
border-color css
<style>
span { border-color: #DC9468; }
span { border-color: rgb(220,148,104); }
td.TdClassName
{
border-color: #DC9468;
}
.TagClassName
{
border-color: #DC9468;
}
</style>