Shades of Copper #D8926B
Tints of Copper #D8926B
RGB
CMYK
RGB Variations
Color information
#D8926B (or 0xD8926B) is known color: Copper. HEX triplet: D8, 92 and 6B. RGB value is (216,146,107). Sum of RGB (Red+Green+Blue) = 216+146+107=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D8926B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8926B is #276D94. Grayscale: #A2A2A2. Windows color (decimal): -2583957 or 7049944. OLE color: 7049944.
HSL color Cylindrical-coordinate representation of color #D8926B: hue angle of 21.47º 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 #D8926B is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 107 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.15 |
| HSL | 21.47º | 0.58% | 0.63% | - |
| HSV(B) | 21.47º | 0.5% | 0.85% | - |
| XYZ | 41.25 | 36.22 | 18.73 | - |
| YUV | 162.48 | 96.69 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 107 | 0 | 0.32 | 0.50 | 0.15 | 21.47 | 0.58 | 0.63 |
| Hex | D8 | 92 | 6B | 0 | 20 | 32 | F | 15 | 3A | 3F |
| Octal | 330 | 222 | 153 | 0 | 40 | 62 | 17 | 25 | 72 | 77 |
| Binary | 11011000 | 10010010 | 1101011 | 0 | 100000 | 110010 | 1111 | 10101 | 111010 | 111111 |
Color Harmonies of #D8926B
Complementary color
Monochromatic Colors of #D8926B
Black with #D8926B
Text Example
Text Example
White with #D8926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8926B; }
p { color: rgb(216,146,107); }
H1.HeaderClassName
{
color: #D8926B;
}
.AnyTagClassName
{
color: #D8926B;
}
</style>
background-color css
<style>
a { background-color: #D8926B; }
a { background-color: rgb(216,146,107); }
div.DivClassName
{
background-color: #D8926B;
}
.BgClassName
{
background-color: #D8926B;
}
</style>
border-color css
<style>
span { border-color: #D8926B; }
span { border-color: rgb(216,146,107); }
td.TdClassName
{
border-color: #D8926B;
}
.TagClassName
{
border-color: #D8926B;
}
</style>