Shades of Metallic Gold #D7BA2E
Tints of Metallic Gold #D7BA2E
RGB
CMYK
RGB Variations
Color information
#D7BA2E (or 0xD7BA2E) is known color: Metallic Gold. HEX triplet: D7, BA and 2E. RGB value is (215,186,46). Sum of RGB (Red+Green+Blue) = 215+186+46=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 46 (18.36% from 255 or 10.29% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BA2E is #2845D1. Grayscale: #B3B3B3. Windows color (decimal): -2639314 or 3062487. OLE color: 3062487.
HSL color Cylindrical-coordinate representation of color #D7BA2E: hue angle of 49.7º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7BA2E is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 46 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.16 |
| HSL | 49.7º | 0.68% | 0.51% | - |
| HSV(B) | 49.7º | 0.79% | 0.84% | - |
| XYZ | 46.08 | 49.76 | 9.76 | - |
| YUV | 178.71 | 53.11 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 46 | 0 | 0.13 | 0.79 | 0.16 | 49.7 | 0.68 | 0.51 |
| Hex | D7 | BA | 2E | 0 | D | 4F | 10 | 32 | 44 | 33 |
| Octal | 327 | 272 | 56 | 0 | 15 | 117 | 20 | 62 | 104 | 63 |
| Binary | 11010111 | 10111010 | 101110 | 0 | 1101 | 1001111 | 10000 | 110010 | 1000100 | 110011 |
Color Harmonies of #D7BA2E
Complementary color
Monochromatic Colors of #D7BA2E
Black with #D7BA2E
Text Example
Text Example
White with #D7BA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA2E; }
p { color: rgb(215,186,46); }
H1.HeaderClassName
{
color: #D7BA2E;
}
.AnyTagClassName
{
color: #D7BA2E;
}
</style>
background-color css
<style>
a { background-color: #D7BA2E; }
a { background-color: rgb(215,186,46); }
div.DivClassName
{
background-color: #D7BA2E;
}
.BgClassName
{
background-color: #D7BA2E;
}
</style>
border-color css
<style>
span { border-color: #D7BA2E; }
span { border-color: rgb(215,186,46); }
td.TdClassName
{
border-color: #D7BA2E;
}
.TagClassName
{
border-color: #D7BA2E;
}
</style>