Shades of Metallic Gold #D6AA3C
Tints of Metallic Gold #D6AA3C
RGB
CMYK
RGB Variations
Color information
#D6AA3C (or 0xD6AA3C) is known color: Metallic Gold. HEX triplet: D6, AA and 3C. RGB value is (214,170,60). Sum of RGB (Red+Green+Blue) = 214+170+60=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AA3C is #2955C3. Grayscale: #ABABAB. Windows color (decimal): -2708932 or 3975894. OLE color: 3975894.
HSL color Cylindrical-coordinate representation of color #D6AA3C: hue angle of 42.86º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6AA3C is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 60 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.16 |
| HSL | 42.86º | 0.65% | 0.54% | - |
| HSV(B) | 42.86º | 0.72% | 0.84% | - |
| XYZ | 42.92 | 43.37 | 10.38 | - |
| YUV | 170.62 | 65.58 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 60 | 0 | 0.21 | 0.72 | 0.16 | 42.86 | 0.65 | 0.54 |
| Hex | D6 | AA | 3C | 0 | 15 | 48 | 10 | 2B | 41 | 36 |
| Octal | 326 | 252 | 74 | 0 | 25 | 110 | 20 | 53 | 101 | 66 |
| Binary | 11010110 | 10101010 | 111100 | 0 | 10101 | 1001000 | 10000 | 101011 | 1000001 | 110110 |
Color Harmonies of #D6AA3C
Complementary color
Monochromatic Colors of #D6AA3C
Black with #D6AA3C
Text Example
Text Example
White with #D6AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA3C; }
p { color: rgb(214,170,60); }
H1.HeaderClassName
{
color: #D6AA3C;
}
.AnyTagClassName
{
color: #D6AA3C;
}
</style>
background-color css
<style>
a { background-color: #D6AA3C; }
a { background-color: rgb(214,170,60); }
div.DivClassName
{
background-color: #D6AA3C;
}
.BgClassName
{
background-color: #D6AA3C;
}
</style>
border-color css
<style>
span { border-color: #D6AA3C; }
span { border-color: rgb(214,170,60); }
td.TdClassName
{
border-color: #D6AA3C;
}
.TagClassName
{
border-color: #D6AA3C;
}
</style>