Shades of Copper #DB865A
Tints of Copper #DB865A
RGB
CMYK
RGB Variations
Color information
#DB865A (or 0xDB865A) is known color: Copper. HEX triplet: DB, 86 and 5A. RGB value is (219,134,90). Sum of RGB (Red+Green+Blue) = 219+134+90=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB865A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB865A is #2479A5. Grayscale: #9A9A9A. Windows color (decimal): -2390438 or 5932763. OLE color: 5932763.
HSL color Cylindrical-coordinate representation of color #DB865A: hue angle of 20.47º 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 #DB865A is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 90 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.14 |
| HSL | 20.47º | 0.64% | 0.61% | - |
| HSV(B) | 20.47º | 0.59% | 0.86% | - |
| XYZ | 39.58 | 32.85 | 13.93 | - |
| YUV | 154.4 | 91.66 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 90 | 0 | 0.39 | 0.59 | 0.14 | 20.47 | 0.64 | 0.61 |
| Hex | DB | 86 | 5A | 0 | 27 | 3B | E | 14 | 40 | 3D |
| Octal | 333 | 206 | 132 | 0 | 47 | 73 | 16 | 24 | 100 | 75 |
| Binary | 11011011 | 10000110 | 1011010 | 0 | 100111 | 111011 | 1110 | 10100 | 1000000 | 111101 |
Color Harmonies of #DB865A
Complementary color
Monochromatic Colors of #DB865A
Black with #DB865A
Text Example
Text Example
White with #DB865A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB865A; }
p { color: rgb(219,134,90); }
H1.HeaderClassName
{
color: #DB865A;
}
.AnyTagClassName
{
color: #DB865A;
}
</style>
background-color css
<style>
a { background-color: #DB865A; }
a { background-color: rgb(219,134,90); }
div.DivClassName
{
background-color: #DB865A;
}
.BgClassName
{
background-color: #DB865A;
}
</style>
border-color css
<style>
span { border-color: #DB865A; }
span { border-color: rgb(219,134,90); }
td.TdClassName
{
border-color: #DB865A;
}
.TagClassName
{
border-color: #DB865A;
}
</style>