Shades of Copper #D7916A
Tints of Copper #D7916A
RGB
CMYK
RGB Variations
Color information
#D7916A (or 0xD7916A) is known color: Copper. HEX triplet: D7, 91 and 6A. RGB value is (215,145,106). Sum of RGB (Red+Green+Blue) = 215+145+106=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D7916A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7916A is #286E95. Grayscale: #A1A1A1. Windows color (decimal): -2649750 or 6984151. OLE color: 6984151.
HSL color Cylindrical-coordinate representation of color #D7916A: hue angle of 21.47º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D7916A is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 145 | 106 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.16 |
| HSL | 21.47º | 0.58% | 0.63% | - |
| HSV(B) | 21.47º | 0.51% | 0.84% | - |
| XYZ | 40.75 | 35.74 | 18.39 | - |
| YUV | 161.48 | 96.69 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 106 | 0 | 0.33 | 0.51 | 0.16 | 21.47 | 0.58 | 0.63 |
| Hex | D7 | 91 | 6A | 0 | 21 | 33 | 10 | 15 | 3A | 3F |
| Octal | 327 | 221 | 152 | 0 | 41 | 63 | 20 | 25 | 72 | 77 |
| Binary | 11010111 | 10010001 | 1101010 | 0 | 100001 | 110011 | 10000 | 10101 | 111010 | 111111 |
Color Harmonies of #D7916A
Complementary color
Monochromatic Colors of #D7916A
Black with #D7916A
Text Example
Text Example
White with #D7916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7916A; }
p { color: rgb(215,145,106); }
H1.HeaderClassName
{
color: #D7916A;
}
.AnyTagClassName
{
color: #D7916A;
}
</style>
background-color css
<style>
a { background-color: #D7916A; }
a { background-color: rgb(215,145,106); }
div.DivClassName
{
background-color: #D7916A;
}
.BgClassName
{
background-color: #D7916A;
}
</style>
border-color css
<style>
span { border-color: #D7916A; }
span { border-color: rgb(215,145,106); }
td.TdClassName
{
border-color: #D7916A;
}
.TagClassName
{
border-color: #D7916A;
}
</style>