Shades of Metallic Gold #D1AE32
Tints of Metallic Gold #D1AE32
RGB
CMYK
RGB Variations
Color information
#D1AE32 (or 0xD1AE32) is known color: Metallic Gold. HEX triplet: D1, AE and 32. RGB value is (209,174,50). Sum of RGB (Red+Green+Blue) = 209+174+50=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AE32 is #2E51CD. Grayscale: #AAAAAA. Windows color (decimal): -3035598 or 3321553. OLE color: 3321553.
HSL color Cylindrical-coordinate representation of color #D1AE32: hue angle of 46.79º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1AE32 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 174 | 50 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.18 |
| HSL | 46.79º | 0.63% | 0.51% | - |
| HSV(B) | 46.79º | 0.76% | 0.82% | - |
| XYZ | 42.01 | 44.06 | 9.31 | - |
| YUV | 170.33 | 60.1 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 174 | 50 | 0 | 0.17 | 0.76 | 0.18 | 46.79 | 0.63 | 0.51 |
| Hex | D1 | AE | 32 | 0 | 11 | 4C | 12 | 2F | 3F | 33 |
| Octal | 321 | 256 | 62 | 0 | 21 | 114 | 22 | 57 | 77 | 63 |
| Binary | 11010001 | 10101110 | 110010 | 0 | 10001 | 1001100 | 10010 | 101111 | 111111 | 110011 |
Color Harmonies of #D1AE32
Complementary color
Monochromatic Colors of #D1AE32
Black with #D1AE32
Text Example
Text Example
White with #D1AE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AE32; }
p { color: rgb(209,174,50); }
H1.HeaderClassName
{
color: #D1AE32;
}
.AnyTagClassName
{
color: #D1AE32;
}
</style>
background-color css
<style>
a { background-color: #D1AE32; }
a { background-color: rgb(209,174,50); }
div.DivClassName
{
background-color: #D1AE32;
}
.BgClassName
{
background-color: #D1AE32;
}
</style>
border-color css
<style>
span { border-color: #D1AE32; }
span { border-color: rgb(209,174,50); }
td.TdClassName
{
border-color: #D1AE32;
}
.TagClassName
{
border-color: #D1AE32;
}
</style>