Shades of Copper #DB946A
Tints of Copper #DB946A
RGB
CMYK
RGB Variations
Color information
#DB946A (or 0xDB946A) is known color: Copper. HEX triplet: DB, 94 and 6A. RGB value is (219,148,106). Sum of RGB (Red+Green+Blue) = 219+148+106=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB946A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB946A is #246B95. Grayscale: #A4A4A4. Windows color (decimal): -2386838 or 6984923. OLE color: 6984923.
HSL color Cylindrical-coordinate representation of color #DB946A: hue angle of 22.3º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB946A is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 106 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.14 |
| HSL | 22.3º | 0.61% | 0.64% | - |
| HSV(B) | 22.3º | 0.52% | 0.86% | - |
| XYZ | 42.4 | 37.28 | 18.6 | - |
| YUV | 164.44 | 95.02 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 106 | 0 | 0.32 | 0.52 | 0.14 | 22.3 | 0.61 | 0.64 |
| Hex | DB | 94 | 6A | 0 | 20 | 34 | E | 16 | 3D | 40 |
| Octal | 333 | 224 | 152 | 0 | 40 | 64 | 16 | 26 | 75 | 100 |
| Binary | 11011011 | 10010100 | 1101010 | 0 | 100000 | 110100 | 1110 | 10110 | 111101 | 1000000 |
Color Harmonies of #DB946A
Complementary color
Monochromatic Colors of #DB946A
Black with #DB946A
Text Example
Text Example
White with #DB946A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB946A; }
p { color: rgb(219,148,106); }
H1.HeaderClassName
{
color: #DB946A;
}
.AnyTagClassName
{
color: #DB946A;
}
</style>
background-color css
<style>
a { background-color: #DB946A; }
a { background-color: rgb(219,148,106); }
div.DivClassName
{
background-color: #DB946A;
}
.BgClassName
{
background-color: #DB946A;
}
</style>
border-color css
<style>
span { border-color: #DB946A; }
span { border-color: rgb(219,148,106); }
td.TdClassName
{
border-color: #DB946A;
}
.TagClassName
{
border-color: #DB946A;
}
</style>