Shades of Copper #DB926C
Tints of Copper #DB926C
RGB
CMYK
RGB Variations
Color information
#DB926C (or 0xDB926C) is known color: Copper. HEX triplet: DB, 92 and 6C. RGB value is (219,146,108). Sum of RGB (Red+Green+Blue) = 219+146+108=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB926C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB926C is #246D93. Grayscale: #A3A3A3. Windows color (decimal): -2387348 or 7115483. OLE color: 7115483.
HSL color Cylindrical-coordinate representation of color #DB926C: hue angle of 20.54º 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 #DB926C is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 108 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.14 |
| HSL | 20.54º | 0.61% | 0.64% | - |
| HSV(B) | 20.54º | 0.51% | 0.86% | - |
| XYZ | 42.2 | 36.7 | 19.05 | - |
| YUV | 163.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 108 | 0 | 0.33 | 0.51 | 0.14 | 20.54 | 0.61 | 0.64 |
| Hex | DB | 92 | 6C | 0 | 21 | 33 | E | 15 | 3D | 40 |
| Octal | 333 | 222 | 154 | 0 | 41 | 63 | 16 | 25 | 75 | 100 |
| Binary | 11011011 | 10010010 | 1101100 | 0 | 100001 | 110011 | 1110 | 10101 | 111101 | 1000000 |
Color Harmonies of #DB926C
Complementary color
Monochromatic Colors of #DB926C
Black with #DB926C
Text Example
Text Example
White with #DB926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB926C; }
p { color: rgb(219,146,108); }
H1.HeaderClassName
{
color: #DB926C;
}
.AnyTagClassName
{
color: #DB926C;
}
</style>
background-color css
<style>
a { background-color: #DB926C; }
a { background-color: rgb(219,146,108); }
div.DivClassName
{
background-color: #DB926C;
}
.BgClassName
{
background-color: #DB926C;
}
</style>
border-color css
<style>
span { border-color: #DB926C; }
span { border-color: rgb(219,146,108); }
td.TdClassName
{
border-color: #DB926C;
}
.TagClassName
{
border-color: #DB926C;
}
</style>