Shades of Metallic Gold #D6AA32
Tints of Metallic Gold #D6AA32
RGB
CMYK
RGB Variations
Color information
#D6AA32 (or 0xD6AA32) is known color: Metallic Gold. HEX triplet: D6, AA and 32. RGB value is (214,170,50). Sum of RGB (Red+Green+Blue) = 214+170+50=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AA32 is #2955CD. Grayscale: #AAAAAA. Windows color (decimal): -2708942 or 3320534. OLE color: 3320534.
HSL color Cylindrical-coordinate representation of color #D6AA32: hue angle of 43.9º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D6AA32 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 50 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.16 |
| HSL | 43.9º | 0.67% | 0.52% | - |
| HSV(B) | 43.9º | 0.77% | 0.84% | - |
| XYZ | 42.68 | 43.28 | 9.12 | - |
| YUV | 169.48 | 60.58 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 50 | 0 | 0.21 | 0.77 | 0.16 | 43.9 | 0.67 | 0.52 |
| Hex | D6 | AA | 32 | 0 | 15 | 4D | 10 | 2C | 43 | 34 |
| Octal | 326 | 252 | 62 | 0 | 25 | 115 | 20 | 54 | 103 | 64 |
| Binary | 11010110 | 10101010 | 110010 | 0 | 10101 | 1001101 | 10000 | 101100 | 1000011 | 110100 |
Color Harmonies of #D6AA32
Complementary color
Monochromatic Colors of #D6AA32
Black with #D6AA32
Text Example
Text Example
White with #D6AA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA32; }
p { color: rgb(214,170,50); }
H1.HeaderClassName
{
color: #D6AA32;
}
.AnyTagClassName
{
color: #D6AA32;
}
</style>
background-color css
<style>
a { background-color: #D6AA32; }
a { background-color: rgb(214,170,50); }
div.DivClassName
{
background-color: #D6AA32;
}
.BgClassName
{
background-color: #D6AA32;
}
</style>
border-color css
<style>
span { border-color: #D6AA32; }
span { border-color: rgb(214,170,50); }
td.TdClassName
{
border-color: #D6AA32;
}
.TagClassName
{
border-color: #D6AA32;
}
</style>