Shades of Copper #DB9269
Tints of Copper #DB9269
RGB
CMYK
RGB Variations
Color information
#DB9269 (or 0xDB9269) is known color: Copper. HEX triplet: DB, 92 and 69. RGB value is (219,146,105). Sum of RGB (Red+Green+Blue) = 219+146+105=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9269 is #246D96. Grayscale: #A3A3A3. Windows color (decimal): -2387351 or 6918875. OLE color: 6918875.
HSL color Cylindrical-coordinate representation of color #DB9269: hue angle of 21.58º 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 #DB9269 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 105 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.14 |
| HSL | 21.58º | 0.61% | 0.64% | - |
| HSV(B) | 21.58º | 0.52% | 0.86% | - |
| XYZ | 42.04 | 36.64 | 18.22 | - |
| YUV | 163.15 | 95.18 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 105 | 0 | 0.33 | 0.52 | 0.14 | 21.58 | 0.61 | 0.64 |
| Hex | DB | 92 | 69 | 0 | 21 | 34 | E | 16 | 3D | 40 |
| Octal | 333 | 222 | 151 | 0 | 41 | 64 | 16 | 26 | 75 | 100 |
| Binary | 11011011 | 10010010 | 1101001 | 0 | 100001 | 110100 | 1110 | 10110 | 111101 | 1000000 |
Color Harmonies of #DB9269
Complementary color
Monochromatic Colors of #DB9269
Black with #DB9269
Text Example
Text Example
White with #DB9269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9269; }
p { color: rgb(219,146,105); }
H1.HeaderClassName
{
color: #DB9269;
}
.AnyTagClassName
{
color: #DB9269;
}
</style>
background-color css
<style>
a { background-color: #DB9269; }
a { background-color: rgb(219,146,105); }
div.DivClassName
{
background-color: #DB9269;
}
.BgClassName
{
background-color: #DB9269;
}
</style>
border-color css
<style>
span { border-color: #DB9269; }
span { border-color: rgb(219,146,105); }
td.TdClassName
{
border-color: #DB9269;
}
.TagClassName
{
border-color: #DB9269;
}
</style>