Shades of Copper #DB895C
Tints of Copper #DB895C
RGB
CMYK
RGB Variations
Color information
#DB895C (or 0xDB895C) is known color: Copper. HEX triplet: DB, 89 and 5C. RGB value is (219,137,92). Sum of RGB (Red+Green+Blue) = 219+137+92=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB895C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB895C is #2476A3. Grayscale: #9C9C9C. Windows color (decimal): -2389668 or 6064603. OLE color: 6064603.
HSL color Cylindrical-coordinate representation of color #DB895C: hue angle of 21.26º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB895C is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 92 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.14 |
| HSL | 21.26º | 0.64% | 0.61% | - |
| HSV(B) | 21.26º | 0.58% | 0.86% | - |
| XYZ | 40.09 | 33.72 | 14.52 | - |
| YUV | 156.39 | 91.67 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 92 | 0 | 0.37 | 0.58 | 0.14 | 21.26 | 0.64 | 0.61 |
| Hex | DB | 89 | 5C | 0 | 25 | 3A | E | 15 | 40 | 3D |
| Octal | 333 | 211 | 134 | 0 | 45 | 72 | 16 | 25 | 100 | 75 |
| Binary | 11011011 | 10001001 | 1011100 | 0 | 100101 | 111010 | 1110 | 10101 | 1000000 | 111101 |
Color Harmonies of #DB895C
Complementary color
Monochromatic Colors of #DB895C
Black with #DB895C
Text Example
Text Example
White with #DB895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB895C; }
p { color: rgb(219,137,92); }
H1.HeaderClassName
{
color: #DB895C;
}
.AnyTagClassName
{
color: #DB895C;
}
</style>
background-color css
<style>
a { background-color: #DB895C; }
a { background-color: rgb(219,137,92); }
div.DivClassName
{
background-color: #DB895C;
}
.BgClassName
{
background-color: #DB895C;
}
</style>
border-color css
<style>
span { border-color: #DB895C; }
span { border-color: rgb(219,137,92); }
td.TdClassName
{
border-color: #DB895C;
}
.TagClassName
{
border-color: #DB895C;
}
</style>