Shades of Copper #D7916B
Tints of Copper #D7916B
RGB
CMYK
RGB Variations
Color information
#D7916B (or 0xD7916B) is known color: Copper. HEX triplet: D7, 91 and 6B. RGB value is (215,145,107). Sum of RGB (Red+Green+Blue) = 215+145+107=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D7916B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7916B is #286E94. Grayscale: #A1A1A1. Windows color (decimal): -2649749 or 7049687. OLE color: 7049687.
HSL color Cylindrical-coordinate representation of color #D7916B: hue angle of 21.11º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7916B is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 145 | 107 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.16 |
| HSL | 21.11º | 0.57% | 0.63% | - |
| HSV(B) | 21.11º | 0.5% | 0.84% | - |
| XYZ | 40.8 | 35.76 | 18.66 | - |
| YUV | 161.6 | 97.19 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 107 | 0 | 0.33 | 0.50 | 0.16 | 21.11 | 0.57 | 0.63 |
| Hex | D7 | 91 | 6B | 0 | 21 | 32 | 10 | 15 | 39 | 3F |
| Octal | 327 | 221 | 153 | 0 | 41 | 62 | 20 | 25 | 71 | 77 |
| Binary | 11010111 | 10010001 | 1101011 | 0 | 100001 | 110010 | 10000 | 10101 | 111001 | 111111 |
Color Harmonies of #D7916B
Complementary color
Monochromatic Colors of #D7916B
Black with #D7916B
Text Example
Text Example
White with #D7916B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7916B; }
p { color: rgb(215,145,107); }
H1.HeaderClassName
{
color: #D7916B;
}
.AnyTagClassName
{
color: #D7916B;
}
</style>
background-color css
<style>
a { background-color: #D7916B; }
a { background-color: rgb(215,145,107); }
div.DivClassName
{
background-color: #D7916B;
}
.BgClassName
{
background-color: #D7916B;
}
</style>
border-color css
<style>
span { border-color: #D7916B; }
span { border-color: rgb(215,145,107); }
td.TdClassName
{
border-color: #D7916B;
}
.TagClassName
{
border-color: #D7916B;
}
</style>