Shades of Metallic Gold #D4AA46
Tints of Metallic Gold #D4AA46
RGB
CMYK
RGB Variations
Color information
#D4AA46 (or 0xD4AA46) is known color: Metallic Gold. HEX triplet: D4, AA and 46. RGB value is (212,170,70). Sum of RGB (Red+Green+Blue) = 212+170+70=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AA46 is #2B55B9. Grayscale: #ABABAB. Windows color (decimal): -2839994 or 4631252. OLE color: 4631252.
HSL color Cylindrical-coordinate representation of color #D4AA46: hue angle of 42.25º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4AA46 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 70 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.17 |
| HSL | 42.25º | 0.62% | 0.55% | - |
| HSV(B) | 42.25º | 0.67% | 0.83% | - |
| XYZ | 42.63 | 43.19 | 11.88 | - |
| YUV | 171.16 | 70.91 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 70 | 0 | 0.20 | 0.67 | 0.17 | 42.25 | 0.62 | 0.55 |
| Hex | D4 | AA | 46 | 0 | 14 | 43 | 11 | 2A | 3E | 37 |
| Octal | 324 | 252 | 106 | 0 | 24 | 103 | 21 | 52 | 76 | 67 |
| Binary | 11010100 | 10101010 | 1000110 | 0 | 10100 | 1000011 | 10001 | 101010 | 111110 | 110111 |
Color Harmonies of #D4AA46
Complementary color
Monochromatic Colors of #D4AA46
Black with #D4AA46
Text Example
Text Example
White with #D4AA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AA46; }
p { color: rgb(212,170,70); }
H1.HeaderClassName
{
color: #D4AA46;
}
.AnyTagClassName
{
color: #D4AA46;
}
</style>
background-color css
<style>
a { background-color: #D4AA46; }
a { background-color: rgb(212,170,70); }
div.DivClassName
{
background-color: #D4AA46;
}
.BgClassName
{
background-color: #D4AA46;
}
</style>
border-color css
<style>
span { border-color: #D4AA46; }
span { border-color: rgb(212,170,70); }
td.TdClassName
{
border-color: #D4AA46;
}
.TagClassName
{
border-color: #D4AA46;
}
</style>