Shades of Copper #DB8A6F
Tints of Copper #DB8A6F
RGB
CMYK
RGB Variations
Color information
#DB8A6F (or 0xDB8A6F) is known color: Copper. HEX triplet: DB, 8A and 6F. RGB value is (219,138,111). Sum of RGB (Red+Green+Blue) = 219+138+111=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8A6F is #247590. Grayscale: #9F9F9F. Windows color (decimal): -2389393 or 7310043. OLE color: 7310043.
HSL color Cylindrical-coordinate representation of color #DB8A6F: hue angle of 15º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB8A6F is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 111 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.14 |
| HSL | 15º | 0.6% | 0.65% | - |
| HSV(B) | 15º | 0.49% | 0.86% | - |
| XYZ | 41.17 | 34.38 | 19.51 | - |
| YUV | 159.14 | 100.84 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 111 | 0 | 0.37 | 0.49 | 0.14 | 15 | 0.6 | 0.65 |
| Hex | DB | 8A | 6F | 0 | 25 | 31 | E | F | 3C | 41 |
| Octal | 333 | 212 | 157 | 0 | 45 | 61 | 16 | 17 | 74 | 101 |
| Binary | 11011011 | 10001010 | 1101111 | 0 | 100101 | 110001 | 1110 | 1111 | 111100 | 1000001 |
Color Harmonies of #DB8A6F
Complementary color
Monochromatic Colors of #DB8A6F
Black with #DB8A6F
Text Example
Text Example
White with #DB8A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A6F; }
p { color: rgb(219,138,111); }
H1.HeaderClassName
{
color: #DB8A6F;
}
.AnyTagClassName
{
color: #DB8A6F;
}
</style>
background-color css
<style>
a { background-color: #DB8A6F; }
a { background-color: rgb(219,138,111); }
div.DivClassName
{
background-color: #DB8A6F;
}
.BgClassName
{
background-color: #DB8A6F;
}
</style>
border-color css
<style>
span { border-color: #DB8A6F; }
span { border-color: rgb(219,138,111); }
td.TdClassName
{
border-color: #DB8A6F;
}
.TagClassName
{
border-color: #DB8A6F;
}
</style>