Shades of Metallic Gold #D1A231
Tints of Metallic Gold #D1A231
RGB
CMYK
RGB Variations
Color information
#D1A231 (or 0xD1A231) is known color: Metallic Gold. HEX triplet: D1, A2 and 31. RGB value is (209,162,49). Sum of RGB (Red+Green+Blue) = 209+162+49=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A231 is #2E5DCE. Grayscale: #A3A3A3. Windows color (decimal): -3038671 or 3252945. OLE color: 3252945.
HSL color Cylindrical-coordinate representation of color #D1A231: hue angle of 42.38º 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 #D1A231 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 162 | 49 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.18 |
| HSL | 42.38º | 0.63% | 0.51% | - |
| HSV(B) | 42.38º | 0.77% | 0.82% | - |
| XYZ | 39.77 | 39.62 | 8.46 | - |
| YUV | 163.17 | 63.57 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 162 | 49 | 0 | 0.22 | 0.77 | 0.18 | 42.38 | 0.63 | 0.51 |
| Hex | D1 | A2 | 31 | 0 | 16 | 4D | 12 | 2A | 3F | 33 |
| Octal | 321 | 242 | 61 | 0 | 26 | 115 | 22 | 52 | 77 | 63 |
| Binary | 11010001 | 10100010 | 110001 | 0 | 10110 | 1001101 | 10010 | 101010 | 111111 | 110011 |
Color Harmonies of #D1A231
Complementary color
Monochromatic Colors of #D1A231
Black with #D1A231
Text Example
Text Example
White with #D1A231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A231; }
p { color: rgb(209,162,49); }
H1.HeaderClassName
{
color: #D1A231;
}
.AnyTagClassName
{
color: #D1A231;
}
</style>
background-color css
<style>
a { background-color: #D1A231; }
a { background-color: rgb(209,162,49); }
div.DivClassName
{
background-color: #D1A231;
}
.BgClassName
{
background-color: #D1A231;
}
</style>
border-color css
<style>
span { border-color: #D1A231; }
span { border-color: rgb(209,162,49); }
td.TdClassName
{
border-color: #D1A231;
}
.TagClassName
{
border-color: #D1A231;
}
</style>