Shades of Metallic Gold #D2AA46
Tints of Metallic Gold #D2AA46
RGB
CMYK
RGB Variations
Color information
#D2AA46 (or 0xD2AA46) is known color: Metallic Gold. HEX triplet: D2, AA and 46. RGB value is (210,170,70). Sum of RGB (Red+Green+Blue) = 210+170+70=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 70 (27.73% from 255 or 15.56% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AA46 is #2D55B9. Grayscale: #ABABAB. Windows color (decimal): -2971066 or 4631250. OLE color: 4631250.
HSL color Cylindrical-coordinate representation of color #D2AA46: hue angle of 42.86º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2AA46 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 70 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.18 |
| HSL | 42.86º | 0.61% | 0.55% | - |
| HSV(B) | 42.86º | 0.67% | 0.82% | - |
| XYZ | 42.06 | 42.89 | 11.86 | - |
| YUV | 170.56 | 71.25 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 70 | 0 | 0.19 | 0.67 | 0.18 | 42.86 | 0.61 | 0.55 |
| Hex | D2 | AA | 46 | 0 | 13 | 43 | 12 | 2B | 3D | 37 |
| Octal | 322 | 252 | 106 | 0 | 23 | 103 | 22 | 53 | 75 | 67 |
| Binary | 11010010 | 10101010 | 1000110 | 0 | 10011 | 1000011 | 10010 | 101011 | 111101 | 110111 |
Color Harmonies of #D2AA46
Complementary color
Monochromatic Colors of #D2AA46
Black with #D2AA46
Text Example
Text Example
White with #D2AA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AA46; }
p { color: rgb(210,170,70); }
H1.HeaderClassName
{
color: #D2AA46;
}
.AnyTagClassName
{
color: #D2AA46;
}
</style>
background-color css
<style>
a { background-color: #D2AA46; }
a { background-color: rgb(210,170,70); }
div.DivClassName
{
background-color: #D2AA46;
}
.BgClassName
{
background-color: #D2AA46;
}
</style>
border-color css
<style>
span { border-color: #D2AA46; }
span { border-color: rgb(210,170,70); }
td.TdClassName
{
border-color: #D2AA46;
}
.TagClassName
{
border-color: #D2AA46;
}
</style>