Shades of Copper #DB845A
Tints of Copper #DB845A
RGB
CMYK
RGB Variations
Color information
#DB845A (or 0xDB845A) is known color: Copper. HEX triplet: DB, 84 and 5A. RGB value is (219,132,90). Sum of RGB (Red+Green+Blue) = 219+132+90=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB845A is #247BA5. Grayscale: #999999. Windows color (decimal): -2390950 or 5932251. OLE color: 5932251.
HSL color Cylindrical-coordinate representation of color #DB845A: hue angle of 19.53º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB845A is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 90 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.14 |
| HSL | 19.53º | 0.64% | 0.61% | - |
| HSV(B) | 19.53º | 0.59% | 0.86% | - |
| XYZ | 39.31 | 32.3 | 13.84 | - |
| YUV | 153.23 | 92.32 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 90 | 0 | 0.40 | 0.59 | 0.14 | 19.53 | 0.64 | 0.61 |
| Hex | DB | 84 | 5A | 0 | 28 | 3B | E | 14 | 40 | 3D |
| Octal | 333 | 204 | 132 | 0 | 50 | 73 | 16 | 24 | 100 | 75 |
| Binary | 11011011 | 10000100 | 1011010 | 0 | 101000 | 111011 | 1110 | 10100 | 1000000 | 111101 |
Color Harmonies of #DB845A
Complementary color
Monochromatic Colors of #DB845A
Black with #DB845A
Text Example
Text Example
White with #DB845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB845A; }
p { color: rgb(219,132,90); }
H1.HeaderClassName
{
color: #DB845A;
}
.AnyTagClassName
{
color: #DB845A;
}
</style>
background-color css
<style>
a { background-color: #DB845A; }
a { background-color: rgb(219,132,90); }
div.DivClassName
{
background-color: #DB845A;
}
.BgClassName
{
background-color: #DB845A;
}
</style>
border-color css
<style>
span { border-color: #DB845A; }
span { border-color: rgb(219,132,90); }
td.TdClassName
{
border-color: #DB845A;
}
.TagClassName
{
border-color: #DB845A;
}
</style>