Shades of Copper #D7906B
Tints of Copper #D7906B
RGB
CMYK
RGB Variations
Color information
#D7906B (or 0xD7906B) is known color: Copper. HEX triplet: D7, 90 and 6B. RGB value is (215,144,107). Sum of RGB (Red+Green+Blue) = 215+144+107=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D7906B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7906B is #286F94. Grayscale: #A1A1A1. Windows color (decimal): -2650005 or 7049431. OLE color: 7049431.
HSL color Cylindrical-coordinate representation of color #D7906B: hue angle of 20.56º 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 #D7906B is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 144 | 107 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.16 |
| HSL | 20.56º | 0.57% | 0.63% | - |
| HSV(B) | 20.56º | 0.5% | 0.84% | - |
| XYZ | 40.65 | 35.46 | 18.61 | - |
| YUV | 161.01 | 97.52 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 107 | 0 | 0.33 | 0.50 | 0.16 | 20.56 | 0.57 | 0.63 |
| Hex | D7 | 90 | 6B | 0 | 21 | 32 | 10 | 15 | 39 | 3F |
| Octal | 327 | 220 | 153 | 0 | 41 | 62 | 20 | 25 | 71 | 77 |
| Binary | 11010111 | 10010000 | 1101011 | 0 | 100001 | 110010 | 10000 | 10101 | 111001 | 111111 |
Color Harmonies of #D7906B
Complementary color
Monochromatic Colors of #D7906B
Black with #D7906B
Text Example
Text Example
White with #D7906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7906B; }
p { color: rgb(215,144,107); }
H1.HeaderClassName
{
color: #D7906B;
}
.AnyTagClassName
{
color: #D7906B;
}
</style>
background-color css
<style>
a { background-color: #D7906B; }
a { background-color: rgb(215,144,107); }
div.DivClassName
{
background-color: #D7906B;
}
.BgClassName
{
background-color: #D7906B;
}
</style>
border-color css
<style>
span { border-color: #D7906B; }
span { border-color: rgb(215,144,107); }
td.TdClassName
{
border-color: #D7906B;
}
.TagClassName
{
border-color: #D7906B;
}
</style>