Shades of Metallic Gold #D6BA2D
Tints of Metallic Gold #D6BA2D
RGB
CMYK
RGB Variations
Color information
#D6BA2D (or 0xD6BA2D) is known color: Metallic Gold. HEX triplet: D6, BA and 2D. RGB value is (214,186,45). Sum of RGB (Red+Green+Blue) = 214+186+45=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA2D is #2945D2. Grayscale: #B2B2B2. Windows color (decimal): -2704851 or 2996950. OLE color: 2996950.
HSL color Cylindrical-coordinate representation of color #D6BA2D: hue angle of 50.06º degrees, saturation: 0.67, 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 #D6BA2D is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 45 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.16 |
| HSL | 50.06º | 0.67% | 0.51% | - |
| HSV(B) | 50.06º | 0.79% | 0.84% | - |
| XYZ | 45.76 | 49.6 | 9.65 | - |
| YUV | 178.3 | 52.78 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 45 | 0 | 0.13 | 0.79 | 0.16 | 50.06 | 0.67 | 0.51 |
| Hex | D6 | BA | 2D | 0 | D | 4F | 10 | 32 | 43 | 33 |
| Octal | 326 | 272 | 55 | 0 | 15 | 117 | 20 | 62 | 103 | 63 |
| Binary | 11010110 | 10111010 | 101101 | 0 | 1101 | 1001111 | 10000 | 110010 | 1000011 | 110011 |
Color Harmonies of #D6BA2D
Complementary color
Monochromatic Colors of #D6BA2D
Black with #D6BA2D
Text Example
Text Example
White with #D6BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA2D; }
p { color: rgb(214,186,45); }
H1.HeaderClassName
{
color: #D6BA2D;
}
.AnyTagClassName
{
color: #D6BA2D;
}
</style>
background-color css
<style>
a { background-color: #D6BA2D; }
a { background-color: rgb(214,186,45); }
div.DivClassName
{
background-color: #D6BA2D;
}
.BgClassName
{
background-color: #D6BA2D;
}
</style>
border-color css
<style>
span { border-color: #D6BA2D; }
span { border-color: rgb(214,186,45); }
td.TdClassName
{
border-color: #D6BA2D;
}
.TagClassName
{
border-color: #D6BA2D;
}
</style>