Shades of Metallic Gold #D4A432
Tints of Metallic Gold #D4A432
RGB
CMYK
RGB Variations
Color information
#D4A432 (or 0xD4A432) is known color: Metallic Gold. HEX triplet: D4, A4 and 32. RGB value is (212,164,50). Sum of RGB (Red+Green+Blue) = 212+164+50=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A432 is #2B5BCD. Grayscale: #A5A5A5. Windows color (decimal): -2841550 or 3318996. OLE color: 3318996.
HSL color Cylindrical-coordinate representation of color #D4A432: hue angle of 42.22º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D4A432 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 164 | 50 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.17 |
| HSL | 42.22º | 0.65% | 0.51% | - |
| HSV(B) | 42.22º | 0.76% | 0.83% | - |
| XYZ | 41 | 40.78 | 8.73 | - |
| YUV | 165.36 | 62.9 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 50 | 0 | 0.23 | 0.76 | 0.17 | 42.22 | 0.65 | 0.51 |
| Hex | D4 | A4 | 32 | 0 | 17 | 4C | 11 | 2A | 41 | 33 |
| Octal | 324 | 244 | 62 | 0 | 27 | 114 | 21 | 52 | 101 | 63 |
| Binary | 11010100 | 10100100 | 110010 | 0 | 10111 | 1001100 | 10001 | 101010 | 1000001 | 110011 |
Color Harmonies of #D4A432
Complementary color
Monochromatic Colors of #D4A432
Black with #D4A432
Text Example
Text Example
White with #D4A432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A432; }
p { color: rgb(212,164,50); }
H1.HeaderClassName
{
color: #D4A432;
}
.AnyTagClassName
{
color: #D4A432;
}
</style>
background-color css
<style>
a { background-color: #D4A432; }
a { background-color: rgb(212,164,50); }
div.DivClassName
{
background-color: #D4A432;
}
.BgClassName
{
background-color: #D4A432;
}
</style>
border-color css
<style>
span { border-color: #D4A432; }
span { border-color: rgb(212,164,50); }
td.TdClassName
{
border-color: #D4A432;
}
.TagClassName
{
border-color: #D4A432;
}
</style>