Shades of Copper #DB9069
Tints of Copper #DB9069
RGB
CMYK
RGB Variations
Color information
#DB9069 (or 0xDB9069) is known color: Copper. HEX triplet: DB, 90 and 69. RGB value is (219,144,105). Sum of RGB (Red+Green+Blue) = 219+144+105=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9069 is #246F96. Grayscale: #A2A2A2. Windows color (decimal): -2387863 or 6918363. OLE color: 6918363.
HSL color Cylindrical-coordinate representation of color #DB9069: hue angle of 20.53º 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 #DB9069 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 105 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.14 |
| HSL | 20.53º | 0.61% | 0.64% | - |
| HSV(B) | 20.53º | 0.52% | 0.86% | - |
| XYZ | 41.74 | 36.03 | 18.12 | - |
| YUV | 161.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 105 | 0 | 0.34 | 0.52 | 0.14 | 20.53 | 0.61 | 0.64 |
| Hex | DB | 90 | 69 | 0 | 22 | 34 | E | 15 | 3D | 40 |
| Octal | 333 | 220 | 151 | 0 | 42 | 64 | 16 | 25 | 75 | 100 |
| Binary | 11011011 | 10010000 | 1101001 | 0 | 100010 | 110100 | 1110 | 10101 | 111101 | 1000000 |
Color Harmonies of #DB9069
Complementary color
Monochromatic Colors of #DB9069
Black with #DB9069
Text Example
Text Example
White with #DB9069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9069; }
p { color: rgb(219,144,105); }
H1.HeaderClassName
{
color: #DB9069;
}
.AnyTagClassName
{
color: #DB9069;
}
</style>
background-color css
<style>
a { background-color: #DB9069; }
a { background-color: rgb(219,144,105); }
div.DivClassName
{
background-color: #DB9069;
}
.BgClassName
{
background-color: #DB9069;
}
</style>
border-color css
<style>
span { border-color: #DB9069; }
span { border-color: rgb(219,144,105); }
td.TdClassName
{
border-color: #DB9069;
}
.TagClassName
{
border-color: #DB9069;
}
</style>