Shades of Metallic Gold #D1A839
Tints of Metallic Gold #D1A839
RGB
CMYK
RGB Variations
Color information
#D1A839 (or 0xD1A839) is known color: Metallic Gold. HEX triplet: D1, A8 and 39. RGB value is (209,168,57). Sum of RGB (Red+Green+Blue) = 209+168+57=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 57 (22.66% from 255 or 13.13% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A839 is #2E57C6. Grayscale: #A8A8A8. Windows color (decimal): -3037127 or 3778769. OLE color: 3778769.
HSL color Cylindrical-coordinate representation of color #D1A839: hue angle of 43.82º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1A839 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 168 | 57 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.18 |
| HSL | 43.82º | 0.62% | 0.52% | - |
| HSV(B) | 43.82º | 0.73% | 0.82% | - |
| XYZ | 41.04 | 41.86 | 9.79 | - |
| YUV | 167.61 | 65.58 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 57 | 0 | 0.20 | 0.73 | 0.18 | 43.82 | 0.62 | 0.52 |
| Hex | D1 | A8 | 39 | 0 | 14 | 49 | 12 | 2C | 3E | 34 |
| Octal | 321 | 250 | 71 | 0 | 24 | 111 | 22 | 54 | 76 | 64 |
| Binary | 11010001 | 10101000 | 111001 | 0 | 10100 | 1001001 | 10010 | 101100 | 111110 | 110100 |
Color Harmonies of #D1A839
Complementary color
Monochromatic Colors of #D1A839
Black with #D1A839
Text Example
Text Example
White with #D1A839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A839; }
p { color: rgb(209,168,57); }
H1.HeaderClassName
{
color: #D1A839;
}
.AnyTagClassName
{
color: #D1A839;
}
</style>
background-color css
<style>
a { background-color: #D1A839; }
a { background-color: rgb(209,168,57); }
div.DivClassName
{
background-color: #D1A839;
}
.BgClassName
{
background-color: #D1A839;
}
</style>
border-color css
<style>
span { border-color: #D1A839; }
span { border-color: rgb(209,168,57); }
td.TdClassName
{
border-color: #D1A839;
}
.TagClassName
{
border-color: #D1A839;
}
</style>