Shades of Copper #DB946C
Tints of Copper #DB946C
RGB
CMYK
RGB Variations
Color information
#DB946C (or 0xDB946C) is known color: Copper. HEX triplet: DB, 94 and 6C. RGB value is (219,148,108). Sum of RGB (Red+Green+Blue) = 219+148+108=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB946C is #246B93. Grayscale: #A4A4A4. Windows color (decimal): -2386836 or 7115995. OLE color: 7115995.
HSL color Cylindrical-coordinate representation of color #DB946C: hue angle of 21.62º degrees, saturation: 0.61, 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 #DB946C is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 108 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.14 |
| HSL | 21.62º | 0.61% | 0.64% | - |
| HSV(B) | 21.62º | 0.51% | 0.86% | - |
| XYZ | 42.51 | 37.32 | 19.15 | - |
| YUV | 164.67 | 96.02 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 108 | 0 | 0.32 | 0.51 | 0.14 | 21.62 | 0.61 | 0.64 |
| Hex | DB | 94 | 6C | 0 | 20 | 33 | E | 16 | 3D | 40 |
| Octal | 333 | 224 | 154 | 0 | 40 | 63 | 16 | 26 | 75 | 100 |
| Binary | 11011011 | 10010100 | 1101100 | 0 | 100000 | 110011 | 1110 | 10110 | 111101 | 1000000 |
Color Harmonies of #DB946C
Complementary color
Monochromatic Colors of #DB946C
Black with #DB946C
Text Example
Text Example
White with #DB946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB946C; }
p { color: rgb(219,148,108); }
H1.HeaderClassName
{
color: #DB946C;
}
.AnyTagClassName
{
color: #DB946C;
}
</style>
background-color css
<style>
a { background-color: #DB946C; }
a { background-color: rgb(219,148,108); }
div.DivClassName
{
background-color: #DB946C;
}
.BgClassName
{
background-color: #DB946C;
}
</style>
border-color css
<style>
span { border-color: #DB946C; }
span { border-color: rgb(219,148,108); }
td.TdClassName
{
border-color: #DB946C;
}
.TagClassName
{
border-color: #DB946C;
}
</style>