Shades of Metallic Gold #D1A331
Tints of Metallic Gold #D1A331
RGB
CMYK
RGB Variations
Color information
#D1A331 (or 0xD1A331) is known color: Metallic Gold. HEX triplet: D1, A3 and 31. RGB value is (209,163,49). Sum of RGB (Red+Green+Blue) = 209+163+49=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A331 is #2E5CCE. Grayscale: #A4A4A4. Windows color (decimal): -3038415 or 3253201. OLE color: 3253201.
HSL color Cylindrical-coordinate representation of color #D1A331: hue angle of 42.75º 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 #D1A331 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 49 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.18 |
| HSL | 42.75º | 0.63% | 0.51% | - |
| HSV(B) | 42.75º | 0.77% | 0.82% | - |
| XYZ | 39.95 | 39.97 | 8.52 | - |
| YUV | 163.76 | 63.24 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 49 | 0 | 0.22 | 0.77 | 0.18 | 42.75 | 0.63 | 0.51 |
| Hex | D1 | A3 | 31 | 0 | 16 | 4D | 12 | 2B | 3F | 33 |
| Octal | 321 | 243 | 61 | 0 | 26 | 115 | 22 | 53 | 77 | 63 |
| Binary | 11010001 | 10100011 | 110001 | 0 | 10110 | 1001101 | 10010 | 101011 | 111111 | 110011 |
Color Harmonies of #D1A331
Complementary color
Monochromatic Colors of #D1A331
Black with #D1A331
Text Example
Text Example
White with #D1A331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A331; }
p { color: rgb(209,163,49); }
H1.HeaderClassName
{
color: #D1A331;
}
.AnyTagClassName
{
color: #D1A331;
}
</style>
background-color css
<style>
a { background-color: #D1A331; }
a { background-color: rgb(209,163,49); }
div.DivClassName
{
background-color: #D1A331;
}
.BgClassName
{
background-color: #D1A331;
}
</style>
border-color css
<style>
span { border-color: #D1A331; }
span { border-color: rgb(209,163,49); }
td.TdClassName
{
border-color: #D1A331;
}
.TagClassName
{
border-color: #D1A331;
}
</style>