Shades of Copper #D8926D
Tints of Copper #D8926D
RGB
CMYK
RGB Variations
Color information
#D8926D (or 0xD8926D) is known color: Copper. HEX triplet: D8, 92 and 6D. RGB value is (216,146,109). Sum of RGB (Red+Green+Blue) = 216+146+109=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8926D is #276D92. Grayscale: #A2A2A2. Windows color (decimal): -2583955 or 7181016. OLE color: 7181016.
HSL color Cylindrical-coordinate representation of color #D8926D: hue angle of 20.75º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8926D is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 109 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.15 |
| HSL | 20.75º | 0.58% | 0.64% | - |
| HSV(B) | 20.75º | 0.5% | 0.85% | - |
| XYZ | 41.36 | 36.26 | 19.29 | - |
| YUV | 162.71 | 97.69 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 109 | 0 | 0.32 | 0.50 | 0.15 | 20.75 | 0.58 | 0.64 |
| Hex | D8 | 92 | 6D | 0 | 20 | 32 | F | 15 | 3A | 40 |
| Octal | 330 | 222 | 155 | 0 | 40 | 62 | 17 | 25 | 72 | 100 |
| Binary | 11011000 | 10010010 | 1101101 | 0 | 100000 | 110010 | 1111 | 10101 | 111010 | 1000000 |
Color Harmonies of #D8926D
Complementary color
Monochromatic Colors of #D8926D
Black with #D8926D
Text Example
Text Example
White with #D8926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8926D; }
p { color: rgb(216,146,109); }
H1.HeaderClassName
{
color: #D8926D;
}
.AnyTagClassName
{
color: #D8926D;
}
</style>
background-color css
<style>
a { background-color: #D8926D; }
a { background-color: rgb(216,146,109); }
div.DivClassName
{
background-color: #D8926D;
}
.BgClassName
{
background-color: #D8926D;
}
</style>
border-color css
<style>
span { border-color: #D8926D; }
span { border-color: rgb(216,146,109); }
td.TdClassName
{
border-color: #D8926D;
}
.TagClassName
{
border-color: #D8926D;
}
</style>