Shades of Copper #DB906B
Tints of Copper #DB906B
RGB
CMYK
RGB Variations
Color information
#DB906B (or 0xDB906B) is known color: Copper. HEX triplet: DB, 90 and 6B. RGB value is (219,144,107). Sum of RGB (Red+Green+Blue) = 219+144+107=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB906B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB906B is #246F94. Grayscale: #A2A2A2. Windows color (decimal): -2387861 or 7049435. OLE color: 7049435.
HSL color Cylindrical-coordinate representation of color #DB906B: hue angle of 19.82º 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 #DB906B is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 107 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.14 |
| HSL | 19.82º | 0.61% | 0.64% | - |
| HSV(B) | 19.82º | 0.51% | 0.86% | - |
| XYZ | 41.84 | 36.07 | 18.67 | - |
| YUV | 162.21 | 96.85 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 107 | 0 | 0.34 | 0.51 | 0.14 | 19.82 | 0.61 | 0.64 |
| Hex | DB | 90 | 6B | 0 | 22 | 33 | E | 14 | 3D | 40 |
| Octal | 333 | 220 | 153 | 0 | 42 | 63 | 16 | 24 | 75 | 100 |
| Binary | 11011011 | 10010000 | 1101011 | 0 | 100010 | 110011 | 1110 | 10100 | 111101 | 1000000 |
Color Harmonies of #DB906B
Complementary color
Monochromatic Colors of #DB906B
Black with #DB906B
Text Example
Text Example
White with #DB906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB906B; }
p { color: rgb(219,144,107); }
H1.HeaderClassName
{
color: #DB906B;
}
.AnyTagClassName
{
color: #DB906B;
}
</style>
background-color css
<style>
a { background-color: #DB906B; }
a { background-color: rgb(219,144,107); }
div.DivClassName
{
background-color: #DB906B;
}
.BgClassName
{
background-color: #DB906B;
}
</style>
border-color css
<style>
span { border-color: #DB906B; }
span { border-color: rgb(219,144,107); }
td.TdClassName
{
border-color: #DB906B;
}
.TagClassName
{
border-color: #DB906B;
}
</style>