Shades of Metallic Gold #D1A831
Tints of Metallic Gold #D1A831
RGB
CMYK
RGB Variations
Color information
#D1A831 (or 0xD1A831) is known color: Metallic Gold. HEX triplet: D1, A8 and 31. RGB value is (209,168,49). Sum of RGB (Red+Green+Blue) = 209+168+49=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 49 (19.53% from 255 or 11.50% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A831 is #2E57CE. Grayscale: #A7A7A7. Windows color (decimal): -3037135 or 3254481. OLE color: 3254481.
HSL color Cylindrical-coordinate representation of color #D1A831: hue angle of 44.62º degrees, saturation: 0.63, 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 #D1A831 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 168 | 49 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.18 |
| HSL | 44.63º | 0.63% | 0.51% | - |
| HSV(B) | 44.63º | 0.77% | 0.82% | - |
| XYZ | 40.85 | 41.78 | 8.82 | - |
| YUV | 166.69 | 61.58 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 49 | 0 | 0.20 | 0.77 | 0.18 | 44.63 | 0.63 | 0.51 |
| Hex | D1 | A8 | 31 | 0 | 14 | 4D | 12 | 2D | 3F | 33 |
| Octal | 321 | 250 | 61 | 0 | 24 | 115 | 22 | 55 | 77 | 63 |
| Binary | 11010001 | 10101000 | 110001 | 0 | 10100 | 1001101 | 10010 | 101101 | 111111 | 110011 |
Color Harmonies of #D1A831
Complementary color
Monochromatic Colors of #D1A831
Black with #D1A831
Text Example
Text Example
White with #D1A831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A831; }
p { color: rgb(209,168,49); }
H1.HeaderClassName
{
color: #D1A831;
}
.AnyTagClassName
{
color: #D1A831;
}
</style>
background-color css
<style>
a { background-color: #D1A831; }
a { background-color: rgb(209,168,49); }
div.DivClassName
{
background-color: #D1A831;
}
.BgClassName
{
background-color: #D1A831;
}
</style>
border-color css
<style>
span { border-color: #D1A831; }
span { border-color: rgb(209,168,49); }
td.TdClassName
{
border-color: #D1A831;
}
.TagClassName
{
border-color: #D1A831;
}
</style>