Shades of Metallic Gold #D4AA3C
Tints of Metallic Gold #D4AA3C
RGB
CMYK
RGB Variations
Color information
#D4AA3C (or 0xD4AA3C) is known color: Metallic Gold. HEX triplet: D4, AA and 3C. RGB value is (212,170,60). Sum of RGB (Red+Green+Blue) = 212+170+60=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AA3C is #2B55C3. Grayscale: #AAAAAA. Windows color (decimal): -2840004 or 3975892. OLE color: 3975892.
HSL color Cylindrical-coordinate representation of color #D4AA3C: hue angle of 43.42º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4AA3C is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 60 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.17 |
| HSL | 43.42º | 0.64% | 0.53% | - |
| HSV(B) | 43.42º | 0.72% | 0.83% | - |
| XYZ | 42.34 | 43.07 | 10.36 | - |
| YUV | 170.02 | 65.91 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 60 | 0 | 0.20 | 0.72 | 0.17 | 43.42 | 0.64 | 0.53 |
| Hex | D4 | AA | 3C | 0 | 14 | 48 | 11 | 2B | 40 | 35 |
| Octal | 324 | 252 | 74 | 0 | 24 | 110 | 21 | 53 | 100 | 65 |
| Binary | 11010100 | 10101010 | 111100 | 0 | 10100 | 1001000 | 10001 | 101011 | 1000000 | 110101 |
Color Harmonies of #D4AA3C
Complementary color
Monochromatic Colors of #D4AA3C
Black with #D4AA3C
Text Example
Text Example
White with #D4AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AA3C; }
p { color: rgb(212,170,60); }
H1.HeaderClassName
{
color: #D4AA3C;
}
.AnyTagClassName
{
color: #D4AA3C;
}
</style>
background-color css
<style>
a { background-color: #D4AA3C; }
a { background-color: rgb(212,170,60); }
div.DivClassName
{
background-color: #D4AA3C;
}
.BgClassName
{
background-color: #D4AA3C;
}
</style>
border-color css
<style>
span { border-color: #D4AA3C; }
span { border-color: rgb(212,170,60); }
td.TdClassName
{
border-color: #D4AA3C;
}
.TagClassName
{
border-color: #D4AA3C;
}
</style>