Shades of Copper #DC9268
Tints of Copper #DC9268
RGB
CMYK
RGB Variations
Color information
#DC9268 (or 0xDC9268) is known color: Copper. HEX triplet: DC, 92 and 68. RGB value is (220,146,104). Sum of RGB (Red+Green+Blue) = 220+146+104=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9268 is #236D97. Grayscale: #A3A3A3. Windows color (decimal): -2321816 or 6853340. OLE color: 6853340.
HSL color Cylindrical-coordinate representation of color #DC9268: hue angle of 21.72º 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 #DC9268 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 104 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.14 |
| HSL | 21.72º | 0.62% | 0.64% | - |
| HSV(B) | 21.72º | 0.53% | 0.86% | - |
| XYZ | 42.29 | 36.77 | 17.97 | - |
| YUV | 163.34 | 94.52 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 104 | 0 | 0.34 | 0.53 | 0.14 | 21.72 | 0.62 | 0.64 |
| Hex | DC | 92 | 68 | 0 | 22 | 35 | E | 16 | 3E | 40 |
| Octal | 334 | 222 | 150 | 0 | 42 | 65 | 16 | 26 | 76 | 100 |
| Binary | 11011100 | 10010010 | 1101000 | 0 | 100010 | 110101 | 1110 | 10110 | 111110 | 1000000 |
Color Harmonies of #DC9268
Complementary color
Monochromatic Colors of #DC9268
Black with #DC9268
Text Example
Text Example
White with #DC9268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9268; }
p { color: rgb(220,146,104); }
H1.HeaderClassName
{
color: #DC9268;
}
.AnyTagClassName
{
color: #DC9268;
}
</style>
background-color css
<style>
a { background-color: #DC9268; }
a { background-color: rgb(220,146,104); }
div.DivClassName
{
background-color: #DC9268;
}
.BgClassName
{
background-color: #DC9268;
}
</style>
border-color css
<style>
span { border-color: #DC9268; }
span { border-color: rgb(220,146,104); }
td.TdClassName
{
border-color: #DC9268;
}
.TagClassName
{
border-color: #DC9268;
}
</style>