Shades of Copper #D8846B
Tints of Copper #D8846B
RGB
CMYK
RGB Variations
Color information
#D8846B (or 0xD8846B) is known color: Copper. HEX triplet: D8, 84 and 6B. RGB value is (216,132,107). Sum of RGB (Red+Green+Blue) = 216+132+107=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D8846B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8846B is #277B94. Grayscale: #9A9A9A. Windows color (decimal): -2587541 or 7046360. OLE color: 7046360.
HSL color Cylindrical-coordinate representation of color #D8846B: hue angle of 13.76º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8846B is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 132 | 107 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.15 |
| HSL | 13.76º | 0.58% | 0.63% | - |
| HSV(B) | 13.76º | 0.5% | 0.85% | - |
| XYZ | 39.22 | 32.16 | 18.05 | - |
| YUV | 154.27 | 101.33 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 132 | 107 | 0 | 0.39 | 0.50 | 0.15 | 13.76 | 0.58 | 0.63 |
| Hex | D8 | 84 | 6B | 0 | 27 | 32 | F | E | 3A | 3F |
| Octal | 330 | 204 | 153 | 0 | 47 | 62 | 17 | 16 | 72 | 77 |
| Binary | 11011000 | 10000100 | 1101011 | 0 | 100111 | 110010 | 1111 | 1110 | 111010 | 111111 |
Color Harmonies of #D8846B
Complementary color
Monochromatic Colors of #D8846B
Black with #D8846B
Text Example
Text Example
White with #D8846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8846B; }
p { color: rgb(216,132,107); }
H1.HeaderClassName
{
color: #D8846B;
}
.AnyTagClassName
{
color: #D8846B;
}
</style>
background-color css
<style>
a { background-color: #D8846B; }
a { background-color: rgb(216,132,107); }
div.DivClassName
{
background-color: #D8846B;
}
.BgClassName
{
background-color: #D8846B;
}
</style>
border-color css
<style>
span { border-color: #D8846B; }
span { border-color: rgb(216,132,107); }
td.TdClassName
{
border-color: #D8846B;
}
.TagClassName
{
border-color: #D8846B;
}
</style>