Shades of Metallic Gold #D4A63D
Tints of Metallic Gold #D4A63D
RGB
CMYK
RGB Variations
Color information
#D4A63D (or 0xD4A63D) is known color: Metallic Gold. HEX triplet: D4, A6 and 3D. RGB value is (212,166,61). Sum of RGB (Red+Green+Blue) = 212+166+61=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 61 (24.22% from 255 or 13.90% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A63D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A63D is #2B59C2. Grayscale: #A8A8A8. Windows color (decimal): -2841027 or 4040404. OLE color: 4040404.
HSL color Cylindrical-coordinate representation of color #D4A63D: hue angle of 41.72º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4A63D is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 61 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.17 |
| HSL | 41.72º | 0.64% | 0.54% | - |
| HSV(B) | 41.72º | 0.71% | 0.83% | - |
| XYZ | 41.63 | 41.61 | 10.25 | - |
| YUV | 167.78 | 67.74 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 61 | 0 | 0.22 | 0.71 | 0.17 | 41.72 | 0.64 | 0.54 |
| Hex | D4 | A6 | 3D | 0 | 16 | 47 | 11 | 2A | 40 | 36 |
| Octal | 324 | 246 | 75 | 0 | 26 | 107 | 21 | 52 | 100 | 66 |
| Binary | 11010100 | 10100110 | 111101 | 0 | 10110 | 1000111 | 10001 | 101010 | 1000000 | 110110 |
Color Harmonies of #D4A63D
Complementary color
Monochromatic Colors of #D4A63D
Black with #D4A63D
Text Example
Text Example
White with #D4A63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A63D; }
p { color: rgb(212,166,61); }
H1.HeaderClassName
{
color: #D4A63D;
}
.AnyTagClassName
{
color: #D4A63D;
}
</style>
background-color css
<style>
a { background-color: #D4A63D; }
a { background-color: rgb(212,166,61); }
div.DivClassName
{
background-color: #D4A63D;
}
.BgClassName
{
background-color: #D4A63D;
}
</style>
border-color css
<style>
span { border-color: #D4A63D; }
span { border-color: rgb(212,166,61); }
td.TdClassName
{
border-color: #D4A63D;
}
.TagClassName
{
border-color: #D4A63D;
}
</style>