Shades of Metallic Gold #D5BA2C
Tints of Metallic Gold #D5BA2C
RGB
CMYK
RGB Variations
Color information
#D5BA2C (or 0xD5BA2C) is known color: Metallic Gold. HEX triplet: D5, BA and 2C. RGB value is (213,186,44). Sum of RGB (Red+Green+Blue) = 213+186+44=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 44 (17.58% from 255 or 9.93% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BA2C is #2A45D3. Grayscale: #B2B2B2. Windows color (decimal): -2770388 or 2931413. OLE color: 2931413.
HSL color Cylindrical-coordinate representation of color #D5BA2C: hue angle of 50.41º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5BA2C is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 44 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.16 |
| HSL | 50.41º | 0.67% | 0.5% | - |
| HSV(B) | 50.41º | 0.79% | 0.84% | - |
| XYZ | 45.45 | 49.45 | 9.53 | - |
| YUV | 177.89 | 52.45 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 44 | 0 | 0.13 | 0.79 | 0.16 | 50.41 | 0.67 | 0.5 |
| Hex | D5 | BA | 2C | 0 | D | 4F | 10 | 32 | 43 | 32 |
| Octal | 325 | 272 | 54 | 0 | 15 | 117 | 20 | 62 | 103 | 62 |
| Binary | 11010101 | 10111010 | 101100 | 0 | 1101 | 1001111 | 10000 | 110010 | 1000011 | 110010 |
Color Harmonies of #D5BA2C
Complementary color
Monochromatic Colors of #D5BA2C
Black with #D5BA2C
Text Example
Text Example
White with #D5BA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA2C; }
p { color: rgb(213,186,44); }
H1.HeaderClassName
{
color: #D5BA2C;
}
.AnyTagClassName
{
color: #D5BA2C;
}
</style>
background-color css
<style>
a { background-color: #D5BA2C; }
a { background-color: rgb(213,186,44); }
div.DivClassName
{
background-color: #D5BA2C;
}
.BgClassName
{
background-color: #D5BA2C;
}
</style>
border-color css
<style>
span { border-color: #D5BA2C; }
span { border-color: rgb(213,186,44); }
td.TdClassName
{
border-color: #D5BA2C;
}
.TagClassName
{
border-color: #D5BA2C;
}
</style>