Shades of Metallic Gold #D4A631
Tints of Metallic Gold #D4A631
RGB
CMYK
RGB Variations
Color information
#D4A631 (or 0xD4A631) is known color: Metallic Gold. HEX triplet: D4, A6 and 31. RGB value is (212,166,49). Sum of RGB (Red+Green+Blue) = 212+166+49=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 49 (19.53% from 255 or 11.48% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A631 is #2B59CE. Grayscale: #A6A6A6. Windows color (decimal): -2841039 or 3253972. OLE color: 3253972.
HSL color Cylindrical-coordinate representation of color #D4A631: hue angle of 43.07º 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 #D4A631 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 49 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.17 |
| HSL | 43.07º | 0.65% | 0.51% | - |
| HSV(B) | 43.07º | 0.77% | 0.83% | - |
| XYZ | 41.34 | 41.49 | 8.74 | - |
| YUV | 166.42 | 61.74 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 49 | 0 | 0.22 | 0.77 | 0.17 | 43.07 | 0.65 | 0.51 |
| Hex | D4 | A6 | 31 | 0 | 16 | 4D | 11 | 2B | 41 | 33 |
| Octal | 324 | 246 | 61 | 0 | 26 | 115 | 21 | 53 | 101 | 63 |
| Binary | 11010100 | 10100110 | 110001 | 0 | 10110 | 1001101 | 10001 | 101011 | 1000001 | 110011 |
Color Harmonies of #D4A631
Complementary color
Monochromatic Colors of #D4A631
Black with #D4A631
Text Example
Text Example
White with #D4A631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A631; }
p { color: rgb(212,166,49); }
H1.HeaderClassName
{
color: #D4A631;
}
.AnyTagClassName
{
color: #D4A631;
}
</style>
background-color css
<style>
a { background-color: #D4A631; }
a { background-color: rgb(212,166,49); }
div.DivClassName
{
background-color: #D4A631;
}
.BgClassName
{
background-color: #D4A631;
}
</style>
border-color css
<style>
span { border-color: #D4A631; }
span { border-color: rgb(212,166,49); }
td.TdClassName
{
border-color: #D4A631;
}
.TagClassName
{
border-color: #D4A631;
}
</style>