Shades of Metallic Gold #D9A631
Tints of Metallic Gold #D9A631
RGB
CMYK
RGB Variations
Color information
#D9A631 (or 0xD9A631) is known color: Metallic Gold. HEX triplet: D9, A6 and 31. RGB value is (217,166,49). Sum of RGB (Red+Green+Blue) = 217+166+49=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 49 (19.53% from 255 or 11.34% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A631 is #2659CE. Grayscale: #A8A8A8. Windows color (decimal): -2513359 or 3253977. OLE color: 3253977.
HSL color Cylindrical-coordinate representation of color #D9A631: hue angle of 41.79º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9A631 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 166 | 49 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.15 |
| HSL | 41.79º | 0.69% | 0.52% | - |
| HSV(B) | 41.79º | 0.77% | 0.85% | - |
| XYZ | 42.81 | 42.25 | 8.8 | - |
| YUV | 167.91 | 60.9 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 49 | 0 | 0.24 | 0.77 | 0.15 | 41.79 | 0.69 | 0.52 |
| Hex | D9 | A6 | 31 | 0 | 18 | 4D | F | 2A | 45 | 34 |
| Octal | 331 | 246 | 61 | 0 | 30 | 115 | 17 | 52 | 105 | 64 |
| Binary | 11011001 | 10100110 | 110001 | 0 | 11000 | 1001101 | 1111 | 101010 | 1000101 | 110100 |
Color Harmonies of #D9A631
Complementary color
Monochromatic Colors of #D9A631
Black with #D9A631
Text Example
Text Example
White with #D9A631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A631; }
p { color: rgb(217,166,49); }
H1.HeaderClassName
{
color: #D9A631;
}
.AnyTagClassName
{
color: #D9A631;
}
</style>
background-color css
<style>
a { background-color: #D9A631; }
a { background-color: rgb(217,166,49); }
div.DivClassName
{
background-color: #D9A631;
}
.BgClassName
{
background-color: #D9A631;
}
</style>
border-color css
<style>
span { border-color: #D9A631; }
span { border-color: rgb(217,166,49); }
td.TdClassName
{
border-color: #D9A631;
}
.TagClassName
{
border-color: #D9A631;
}
</style>