Shades of Metallic Gold #D9BA33
Tints of Metallic Gold #D9BA33
RGB
CMYK
RGB Variations
Color information
#D9BA33 (or 0xD9BA33) is known color: Metallic Gold. HEX triplet: D9, BA and 33. RGB value is (217,186,51). Sum of RGB (Red+Green+Blue) = 217+186+51=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 51 (20.31% from 255 or 11.23% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA33 is #2645CC. Grayscale: #B4B4B4. Windows color (decimal): -2508237 or 3390169. OLE color: 3390169.
HSL color Cylindrical-coordinate representation of color #D9BA33: hue angle of 48.8º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9BA33 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 51 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.15 |
| HSL | 48.8º | 0.69% | 0.53% | - |
| HSV(B) | 48.8º | 0.76% | 0.85% | - |
| XYZ | 46.77 | 50.11 | 10.34 | - |
| YUV | 179.88 | 55.27 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 51 | 0 | 0.14 | 0.76 | 0.15 | 48.8 | 0.69 | 0.53 |
| Hex | D9 | BA | 33 | 0 | E | 4C | F | 31 | 45 | 35 |
| Octal | 331 | 272 | 63 | 0 | 16 | 114 | 17 | 61 | 105 | 65 |
| Binary | 11011001 | 10111010 | 110011 | 0 | 1110 | 1001100 | 1111 | 110001 | 1000101 | 110101 |
Color Harmonies of #D9BA33
Complementary color
Monochromatic Colors of #D9BA33
Black with #D9BA33
Text Example
Text Example
White with #D9BA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA33; }
p { color: rgb(217,186,51); }
H1.HeaderClassName
{
color: #D9BA33;
}
.AnyTagClassName
{
color: #D9BA33;
}
</style>
background-color css
<style>
a { background-color: #D9BA33; }
a { background-color: rgb(217,186,51); }
div.DivClassName
{
background-color: #D9BA33;
}
.BgClassName
{
background-color: #D9BA33;
}
</style>
border-color css
<style>
span { border-color: #D9BA33; }
span { border-color: rgb(217,186,51); }
td.TdClassName
{
border-color: #D9BA33;
}
.TagClassName
{
border-color: #D9BA33;
}
</style>