Shades of Metallic Gold #D2A431
Tints of Metallic Gold #D2A431
RGB
CMYK
RGB Variations
Color information
#D2A431 (or 0xD2A431) is known color: Metallic Gold. HEX triplet: D2, A4 and 31. RGB value is (210,164,49). Sum of RGB (Red+Green+Blue) = 210+164+49=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A431 is #2D5BCE. Grayscale: #A5A5A5. Windows color (decimal): -2972623 or 3253458. OLE color: 3253458.
HSL color Cylindrical-coordinate representation of color #D2A431: hue angle of 42.86º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2A431 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 164 | 49 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.18 |
| HSL | 42.86º | 0.64% | 0.51% | - |
| HSV(B) | 42.86º | 0.77% | 0.82% | - |
| XYZ | 40.41 | 40.47 | 8.59 | - |
| YUV | 164.64 | 62.74 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 164 | 49 | 0 | 0.22 | 0.77 | 0.18 | 42.86 | 0.64 | 0.51 |
| Hex | D2 | A4 | 31 | 0 | 16 | 4D | 12 | 2B | 40 | 33 |
| Octal | 322 | 244 | 61 | 0 | 26 | 115 | 22 | 53 | 100 | 63 |
| Binary | 11010010 | 10100100 | 110001 | 0 | 10110 | 1001101 | 10010 | 101011 | 1000000 | 110011 |
Color Harmonies of #D2A431
Complementary color
Monochromatic Colors of #D2A431
Black with #D2A431
Text Example
Text Example
White with #D2A431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A431; }
p { color: rgb(210,164,49); }
H1.HeaderClassName
{
color: #D2A431;
}
.AnyTagClassName
{
color: #D2A431;
}
</style>
background-color css
<style>
a { background-color: #D2A431; }
a { background-color: rgb(210,164,49); }
div.DivClassName
{
background-color: #D2A431;
}
.BgClassName
{
background-color: #D2A431;
}
</style>
border-color css
<style>
span { border-color: #D2A431; }
span { border-color: rgb(210,164,49); }
td.TdClassName
{
border-color: #D2A431;
}
.TagClassName
{
border-color: #D2A431;
}
</style>