Shades of Metallic Gold #D9AD34
Tints of Metallic Gold #D9AD34
RGB
CMYK
RGB Variations
Color information
#D9AD34 (or 0xD9AD34) is known color: Metallic Gold. HEX triplet: D9, AD and 34. RGB value is (217,173,52). Sum of RGB (Red+Green+Blue) = 217+173+52=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 52 (20.70% from 255 or 11.76% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AD34 is #2652CB. Grayscale: #ACACAC. Windows color (decimal): -2511564 or 3452377. OLE color: 3452377.
HSL color Cylindrical-coordinate representation of color #D9AD34: hue angle of 44º degrees, saturation: 0.68, 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 #D9AD34 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 52 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.15 |
| HSL | 44º | 0.68% | 0.53% | - |
| HSV(B) | 44º | 0.76% | 0.85% | - |
| XYZ | 44.18 | 44.89 | 9.58 | - |
| YUV | 172.36 | 60.08 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 52 | 0 | 0.20 | 0.76 | 0.15 | 44 | 0.68 | 0.53 |
| Hex | D9 | AD | 34 | 0 | 14 | 4C | F | 2C | 44 | 35 |
| Octal | 331 | 255 | 64 | 0 | 24 | 114 | 17 | 54 | 104 | 65 |
| Binary | 11011001 | 10101101 | 110100 | 0 | 10100 | 1001100 | 1111 | 101100 | 1000100 | 110101 |
Color Harmonies of #D9AD34
Complementary color
Monochromatic Colors of #D9AD34
Black with #D9AD34
Text Example
Text Example
White with #D9AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD34; }
p { color: rgb(217,173,52); }
H1.HeaderClassName
{
color: #D9AD34;
}
.AnyTagClassName
{
color: #D9AD34;
}
</style>
background-color css
<style>
a { background-color: #D9AD34; }
a { background-color: rgb(217,173,52); }
div.DivClassName
{
background-color: #D9AD34;
}
.BgClassName
{
background-color: #D9AD34;
}
</style>
border-color css
<style>
span { border-color: #D9AD34; }
span { border-color: rgb(217,173,52); }
td.TdClassName
{
border-color: #D9AD34;
}
.TagClassName
{
border-color: #D9AD34;
}
</style>