Shades of Copper #DC946B
Tints of Copper #DC946B
RGB
CMYK
RGB Variations
Color information
#DC946B (or 0xDC946B) is known color: Copper. HEX triplet: DC, 94 and 6B. RGB value is (220,148,107). Sum of RGB (Red+Green+Blue) = 220+148+107=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC946B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC946B is #236B94. Grayscale: #A5A5A5. Windows color (decimal): -2321301 or 7050460. OLE color: 7050460.
HSL color Cylindrical-coordinate representation of color #DC946B: hue angle of 21.77º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC946B is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 107 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.14 |
| HSL | 21.77º | 0.62% | 0.64% | - |
| HSV(B) | 21.77º | 0.51% | 0.86% | - |
| XYZ | 42.76 | 37.46 | 18.89 | - |
| YUV | 164.85 | 95.35 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 107 | 0 | 0.33 | 0.51 | 0.14 | 21.77 | 0.62 | 0.64 |
| Hex | DC | 94 | 6B | 0 | 21 | 33 | E | 16 | 3E | 40 |
| Octal | 334 | 224 | 153 | 0 | 41 | 63 | 16 | 26 | 76 | 100 |
| Binary | 11011100 | 10010100 | 1101011 | 0 | 100001 | 110011 | 1110 | 10110 | 111110 | 1000000 |
Color Harmonies of #DC946B
Complementary color
Monochromatic Colors of #DC946B
Black with #DC946B
Text Example
Text Example
White with #DC946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC946B; }
p { color: rgb(220,148,107); }
H1.HeaderClassName
{
color: #DC946B;
}
.AnyTagClassName
{
color: #DC946B;
}
</style>
background-color css
<style>
a { background-color: #DC946B; }
a { background-color: rgb(220,148,107); }
div.DivClassName
{
background-color: #DC946B;
}
.BgClassName
{
background-color: #DC946B;
}
</style>
border-color css
<style>
span { border-color: #DC946B; }
span { border-color: rgb(220,148,107); }
td.TdClassName
{
border-color: #DC946B;
}
.TagClassName
{
border-color: #DC946B;
}
</style>