Shades of Metallic Gold #D4A431
Tints of Metallic Gold #D4A431
RGB
CMYK
RGB Variations
Color information
#D4A431 (or 0xD4A431) is known color: Metallic Gold. HEX triplet: D4, A4 and 31. RGB value is (212,164,49). Sum of RGB (Red+Green+Blue) = 212+164+49=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 49 (19.53% from 255 or 11.53% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A431 is #2B5BCE. Grayscale: #A5A5A5. Windows color (decimal): -2841551 or 3253460. OLE color: 3253460.
HSL color Cylindrical-coordinate representation of color #D4A431: hue angle of 42.33º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4A431 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 164 | 49 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.17 |
| HSL | 42.33º | 0.65% | 0.51% | - |
| HSV(B) | 42.33º | 0.77% | 0.83% | - |
| XYZ | 40.98 | 40.77 | 8.62 | - |
| YUV | 165.24 | 62.4 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 49 | 0 | 0.23 | 0.77 | 0.17 | 42.33 | 0.65 | 0.51 |
| Hex | D4 | A4 | 31 | 0 | 17 | 4D | 11 | 2A | 41 | 33 |
| Octal | 324 | 244 | 61 | 0 | 27 | 115 | 21 | 52 | 101 | 63 |
| Binary | 11010100 | 10100100 | 110001 | 0 | 10111 | 1001101 | 10001 | 101010 | 1000001 | 110011 |
Color Harmonies of #D4A431
Complementary color
Monochromatic Colors of #D4A431
Black with #D4A431
Text Example
Text Example
White with #D4A431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A431; }
p { color: rgb(212,164,49); }
H1.HeaderClassName
{
color: #D4A431;
}
.AnyTagClassName
{
color: #D4A431;
}
</style>
background-color css
<style>
a { background-color: #D4A431; }
a { background-color: rgb(212,164,49); }
div.DivClassName
{
background-color: #D4A431;
}
.BgClassName
{
background-color: #D4A431;
}
</style>
border-color css
<style>
span { border-color: #D4A431; }
span { border-color: rgb(212,164,49); }
td.TdClassName
{
border-color: #D4A431;
}
.TagClassName
{
border-color: #D4A431;
}
</style>