Shades of Copper #D8916A
Tints of Copper #D8916A
RGB
CMYK
RGB Variations
Color information
#D8916A (or 0xD8916A) is known color: Copper. HEX triplet: D8, 91 and 6A. RGB value is (216,145,106). Sum of RGB (Red+Green+Blue) = 216+145+106=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8916A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8916A is #276E95. Grayscale: #A2A2A2. Windows color (decimal): -2584214 or 6984152. OLE color: 6984152.
HSL color Cylindrical-coordinate representation of color #D8916A: hue angle of 21.27º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8916A is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 145 | 106 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.15 |
| HSL | 21.27º | 0.59% | 0.63% | - |
| HSV(B) | 21.27º | 0.51% | 0.85% | - |
| XYZ | 41.05 | 35.89 | 18.4 | - |
| YUV | 161.78 | 96.52 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 145 | 106 | 0 | 0.33 | 0.51 | 0.15 | 21.27 | 0.59 | 0.63 |
| Hex | D8 | 91 | 6A | 0 | 21 | 33 | F | 15 | 3B | 3F |
| Octal | 330 | 221 | 152 | 0 | 41 | 63 | 17 | 25 | 73 | 77 |
| Binary | 11011000 | 10010001 | 1101010 | 0 | 100001 | 110011 | 1111 | 10101 | 111011 | 111111 |
Color Harmonies of #D8916A
Complementary color
Monochromatic Colors of #D8916A
Black with #D8916A
Text Example
Text Example
White with #D8916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8916A; }
p { color: rgb(216,145,106); }
H1.HeaderClassName
{
color: #D8916A;
}
.AnyTagClassName
{
color: #D8916A;
}
</style>
background-color css
<style>
a { background-color: #D8916A; }
a { background-color: rgb(216,145,106); }
div.DivClassName
{
background-color: #D8916A;
}
.BgClassName
{
background-color: #D8916A;
}
</style>
border-color css
<style>
span { border-color: #D8916A; }
span { border-color: rgb(216,145,106); }
td.TdClassName
{
border-color: #D8916A;
}
.TagClassName
{
border-color: #D8916A;
}
</style>