Shades of Copper #DC946D
Tints of Copper #DC946D
RGB
CMYK
RGB Variations
Color information
#DC946D (or 0xDC946D) is known color: Copper. HEX triplet: DC, 94 and 6D. RGB value is (220,148,109). Sum of RGB (Red+Green+Blue) = 220+148+109=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC946D is #236B92. Grayscale: #A5A5A5. Windows color (decimal): -2321299 or 7181532. OLE color: 7181532.
HSL color Cylindrical-coordinate representation of color #DC946D: hue angle of 21.08º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC946D is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 109 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.14 |
| HSL | 21.08º | 0.61% | 0.65% | - |
| HSV(B) | 21.08º | 0.5% | 0.86% | - |
| XYZ | 42.87 | 37.5 | 19.45 | - |
| YUV | 165.08 | 96.35 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 109 | 0 | 0.33 | 0.50 | 0.14 | 21.08 | 0.61 | 0.65 |
| Hex | DC | 94 | 6D | 0 | 21 | 32 | E | 15 | 3D | 41 |
| Octal | 334 | 224 | 155 | 0 | 41 | 62 | 16 | 25 | 75 | 101 |
| Binary | 11011100 | 10010100 | 1101101 | 0 | 100001 | 110010 | 1110 | 10101 | 111101 | 1000001 |
Color Harmonies of #DC946D
Complementary color
Monochromatic Colors of #DC946D
Black with #DC946D
Text Example
Text Example
White with #DC946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC946D; }
p { color: rgb(220,148,109); }
H1.HeaderClassName
{
color: #DC946D;
}
.AnyTagClassName
{
color: #DC946D;
}
</style>
background-color css
<style>
a { background-color: #DC946D; }
a { background-color: rgb(220,148,109); }
div.DivClassName
{
background-color: #DC946D;
}
.BgClassName
{
background-color: #DC946D;
}
</style>
border-color css
<style>
span { border-color: #DC946D; }
span { border-color: rgb(220,148,109); }
td.TdClassName
{
border-color: #DC946D;
}
.TagClassName
{
border-color: #DC946D;
}
</style>