Shades of Metallic Gold #D9BA32
Tints of Metallic Gold #D9BA32
RGB
CMYK
RGB Variations
Color information
#D9BA32 (or 0xD9BA32) is known color: Metallic Gold. HEX triplet: D9, BA and 32. RGB value is (217,186,50). Sum of RGB (Red+Green+Blue) = 217+186+50=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 50 (19.92% from 255 or 11.04% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA32 is #2645CD. Grayscale: #B4B4B4. Windows color (decimal): -2508238 or 3324633. OLE color: 3324633.
HSL color Cylindrical-coordinate representation of color #D9BA32: hue angle of 48.86º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9BA32 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 50 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.15 |
| HSL | 48.86º | 0.69% | 0.52% | - |
| HSV(B) | 48.86º | 0.77% | 0.85% | - |
| XYZ | 46.75 | 50.1 | 10.22 | - |
| YUV | 179.77 | 54.77 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 50 | 0 | 0.14 | 0.77 | 0.15 | 48.86 | 0.69 | 0.52 |
| Hex | D9 | BA | 32 | 0 | E | 4D | F | 31 | 45 | 34 |
| Octal | 331 | 272 | 62 | 0 | 16 | 115 | 17 | 61 | 105 | 64 |
| Binary | 11011001 | 10111010 | 110010 | 0 | 1110 | 1001101 | 1111 | 110001 | 1000101 | 110100 |
Color Harmonies of #D9BA32
Complementary color
Monochromatic Colors of #D9BA32
Black with #D9BA32
Text Example
Text Example
White with #D9BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA32; }
p { color: rgb(217,186,50); }
H1.HeaderClassName
{
color: #D9BA32;
}
.AnyTagClassName
{
color: #D9BA32;
}
</style>
background-color css
<style>
a { background-color: #D9BA32; }
a { background-color: rgb(217,186,50); }
div.DivClassName
{
background-color: #D9BA32;
}
.BgClassName
{
background-color: #D9BA32;
}
</style>
border-color css
<style>
span { border-color: #D9BA32; }
span { border-color: rgb(217,186,50); }
td.TdClassName
{
border-color: #D9BA32;
}
.TagClassName
{
border-color: #D9BA32;
}
</style>