Shades of Copper #DB916E
Tints of Copper #DB916E
RGB
CMYK
RGB Variations
Color information
#DB916E (or 0xDB916E) is known color: Copper. HEX triplet: DB, 91 and 6E. RGB value is (219,145,110). Sum of RGB (Red+Green+Blue) = 219+145+110=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB916E is #246E91. Grayscale: #A3A3A3. Windows color (decimal): -2387602 or 7246299. OLE color: 7246299.
HSL color Cylindrical-coordinate representation of color #DB916E: hue angle of 19.27º degrees, saturation: 0.6, 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 #DB916E is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 110 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.14 |
| HSL | 19.27º | 0.6% | 0.65% | - |
| HSV(B) | 19.27º | 0.5% | 0.86% | - |
| XYZ | 42.15 | 36.44 | 19.56 | - |
| YUV | 163.14 | 98.02 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 110 | 0 | 0.34 | 0.50 | 0.14 | 19.27 | 0.6 | 0.65 |
| Hex | DB | 91 | 6E | 0 | 22 | 32 | E | 13 | 3C | 41 |
| Octal | 333 | 221 | 156 | 0 | 42 | 62 | 16 | 23 | 74 | 101 |
| Binary | 11011011 | 10010001 | 1101110 | 0 | 100010 | 110010 | 1110 | 10011 | 111100 | 1000001 |
Color Harmonies of #DB916E
Complementary color
Monochromatic Colors of #DB916E
Black with #DB916E
Text Example
Text Example
White with #DB916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB916E; }
p { color: rgb(219,145,110); }
H1.HeaderClassName
{
color: #DB916E;
}
.AnyTagClassName
{
color: #DB916E;
}
</style>
background-color css
<style>
a { background-color: #DB916E; }
a { background-color: rgb(219,145,110); }
div.DivClassName
{
background-color: #DB916E;
}
.BgClassName
{
background-color: #DB916E;
}
</style>
border-color css
<style>
span { border-color: #DB916E; }
span { border-color: rgb(219,145,110); }
td.TdClassName
{
border-color: #DB916E;
}
.TagClassName
{
border-color: #DB916E;
}
</style>