Shades of Copper #DB966C
Tints of Copper #DB966C
RGB
CMYK
RGB Variations
Color information
#DB966C (or 0xDB966C) is known color: Copper. HEX triplet: DB, 96 and 6C. RGB value is (219,150,108). Sum of RGB (Red+Green+Blue) = 219+150+108=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB966C is #246993. Grayscale: #A6A6A6. Windows color (decimal): -2386324 or 7116507. OLE color: 7116507.
HSL color Cylindrical-coordinate representation of color #DB966C: hue angle of 22.7º 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 #DB966C is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 108 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.14 |
| HSL | 22.7º | 0.61% | 0.64% | - |
| HSV(B) | 22.7º | 0.51% | 0.86% | - |
| XYZ | 42.83 | 37.96 | 19.26 | - |
| YUV | 165.84 | 95.36 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 108 | 0 | 0.32 | 0.51 | 0.14 | 22.7 | 0.61 | 0.64 |
| Hex | DB | 96 | 6C | 0 | 20 | 33 | E | 17 | 3D | 40 |
| Octal | 333 | 226 | 154 | 0 | 40 | 63 | 16 | 27 | 75 | 100 |
| Binary | 11011011 | 10010110 | 1101100 | 0 | 100000 | 110011 | 1110 | 10111 | 111101 | 1000000 |
Color Harmonies of #DB966C
Complementary color
Monochromatic Colors of #DB966C
Black with #DB966C
Text Example
Text Example
White with #DB966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB966C; }
p { color: rgb(219,150,108); }
H1.HeaderClassName
{
color: #DB966C;
}
.AnyTagClassName
{
color: #DB966C;
}
</style>
background-color css
<style>
a { background-color: #DB966C; }
a { background-color: rgb(219,150,108); }
div.DivClassName
{
background-color: #DB966C;
}
.BgClassName
{
background-color: #DB966C;
}
</style>
border-color css
<style>
span { border-color: #DB966C; }
span { border-color: rgb(219,150,108); }
td.TdClassName
{
border-color: #DB966C;
}
.TagClassName
{
border-color: #DB966C;
}
</style>