Shades of Metallic Gold #D9AE32
Tints of Metallic Gold #D9AE32
RGB
CMYK
RGB Variations
Color information
#D9AE32 (or 0xD9AE32) is known color: Metallic Gold. HEX triplet: D9, AE and 32. RGB value is (217,174,50). Sum of RGB (Red+Green+Blue) = 217+174+50=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AE32 is #2651CD. Grayscale: #ADADAD. Windows color (decimal): -2511310 or 3321561. OLE color: 3321561.
HSL color Cylindrical-coordinate representation of color #D9AE32: hue angle of 44.55º 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 #D9AE32 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 174 | 50 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.15 |
| HSL | 44.55º | 0.69% | 0.52% | - |
| HSV(B) | 44.55º | 0.77% | 0.85% | - |
| XYZ | 44.33 | 45.25 | 9.42 | - |
| YUV | 172.72 | 58.75 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 174 | 50 | 0 | 0.20 | 0.77 | 0.15 | 44.55 | 0.69 | 0.52 |
| Hex | D9 | AE | 32 | 0 | 14 | 4D | F | 2D | 45 | 34 |
| Octal | 331 | 256 | 62 | 0 | 24 | 115 | 17 | 55 | 105 | 64 |
| Binary | 11011001 | 10101110 | 110010 | 0 | 10100 | 1001101 | 1111 | 101101 | 1000101 | 110100 |
Color Harmonies of #D9AE32
Complementary color
Monochromatic Colors of #D9AE32
Black with #D9AE32
Text Example
Text Example
White with #D9AE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AE32; }
p { color: rgb(217,174,50); }
H1.HeaderClassName
{
color: #D9AE32;
}
.AnyTagClassName
{
color: #D9AE32;
}
</style>
background-color css
<style>
a { background-color: #D9AE32; }
a { background-color: rgb(217,174,50); }
div.DivClassName
{
background-color: #D9AE32;
}
.BgClassName
{
background-color: #D9AE32;
}
</style>
border-color css
<style>
span { border-color: #D9AE32; }
span { border-color: rgb(217,174,50); }
td.TdClassName
{
border-color: #D9AE32;
}
.TagClassName
{
border-color: #D9AE32;
}
</style>