Shades of Copper #DB875F
Tints of Copper #DB875F
RGB
CMYK
RGB Variations
Color information
#DB875F (or 0xDB875F) is known color: Copper. HEX triplet: DB, 87 and 5F. RGB value is (219,135,95). Sum of RGB (Red+Green+Blue) = 219+135+95=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB875F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB875F is #2478A0. Grayscale: #9B9B9B. Windows color (decimal): -2390177 or 6260699. OLE color: 6260699.
HSL color Cylindrical-coordinate representation of color #DB875F: hue angle of 19.35º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB875F is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 95 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.14 |
| HSL | 19.35º | 0.63% | 0.62% | - |
| HSV(B) | 19.35º | 0.57% | 0.86% | - |
| XYZ | 39.94 | 33.21 | 15.13 | - |
| YUV | 155.56 | 93.83 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 95 | 0 | 0.38 | 0.57 | 0.14 | 19.35 | 0.63 | 0.62 |
| Hex | DB | 87 | 5F | 0 | 26 | 39 | E | 13 | 3F | 3E |
| Octal | 333 | 207 | 137 | 0 | 46 | 71 | 16 | 23 | 77 | 76 |
| Binary | 11011011 | 10000111 | 1011111 | 0 | 100110 | 111001 | 1110 | 10011 | 111111 | 111110 |
Color Harmonies of #DB875F
Complementary color
Monochromatic Colors of #DB875F
Black with #DB875F
Text Example
Text Example
White with #DB875F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB875F; }
p { color: rgb(219,135,95); }
H1.HeaderClassName
{
color: #DB875F;
}
.AnyTagClassName
{
color: #DB875F;
}
</style>
background-color css
<style>
a { background-color: #DB875F; }
a { background-color: rgb(219,135,95); }
div.DivClassName
{
background-color: #DB875F;
}
.BgClassName
{
background-color: #DB875F;
}
</style>
border-color css
<style>
span { border-color: #DB875F; }
span { border-color: rgb(219,135,95); }
td.TdClassName
{
border-color: #DB875F;
}
.TagClassName
{
border-color: #DB875F;
}
</style>