Shades of Copper #DC9367
Tints of Copper #DC9367
RGB
CMYK
RGB Variations
Color information
#DC9367 (or 0xDC9367) is known color: Copper. HEX triplet: DC, 93 and 67. RGB value is (220,147,103). Sum of RGB (Red+Green+Blue) = 220+147+103=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9367 is #236C98. Grayscale: #A4A4A4. Windows color (decimal): -2321561 or 6788060. OLE color: 6788060.
HSL color Cylindrical-coordinate representation of color #DC9367: hue angle of 22.56º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC9367 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 103 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.14 |
| HSL | 22.56º | 0.63% | 0.63% | - |
| HSV(B) | 22.56º | 0.53% | 0.86% | - |
| XYZ | 42.4 | 37.06 | 17.75 | - |
| YUV | 163.81 | 93.68 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 103 | 0 | 0.33 | 0.53 | 0.14 | 22.56 | 0.63 | 0.63 |
| Hex | DC | 93 | 67 | 0 | 21 | 35 | E | 17 | 3F | 3F |
| Octal | 334 | 223 | 147 | 0 | 41 | 65 | 16 | 27 | 77 | 77 |
| Binary | 11011100 | 10010011 | 1100111 | 0 | 100001 | 110101 | 1110 | 10111 | 111111 | 111111 |
Color Harmonies of #DC9367
Complementary color
Monochromatic Colors of #DC9367
Black with #DC9367
Text Example
Text Example
White with #DC9367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9367; }
p { color: rgb(220,147,103); }
H1.HeaderClassName
{
color: #DC9367;
}
.AnyTagClassName
{
color: #DC9367;
}
</style>
background-color css
<style>
a { background-color: #DC9367; }
a { background-color: rgb(220,147,103); }
div.DivClassName
{
background-color: #DC9367;
}
.BgClassName
{
background-color: #DC9367;
}
</style>
border-color css
<style>
span { border-color: #DC9367; }
span { border-color: rgb(220,147,103); }
td.TdClassName
{
border-color: #DC9367;
}
.TagClassName
{
border-color: #DC9367;
}
</style>