Shades of Metallic Gold #D9A839
Tints of Metallic Gold #D9A839
RGB
CMYK
RGB Variations
Color information
#D9A839 (or 0xD9A839) is known color: Metallic Gold. HEX triplet: D9, A8 and 39. RGB value is (217,168,57). Sum of RGB (Red+Green+Blue) = 217+168+57=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 57 (22.66% from 255 or 12.90% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A839 is #2657C6. Grayscale: #AAAAAA. Windows color (decimal): -2512839 or 3778777. OLE color: 3778777.
HSL color Cylindrical-coordinate representation of color #D9A839: hue angle of 41.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9A839 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 57 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.15 |
| HSL | 41.63º | 0.68% | 0.54% | - |
| HSV(B) | 41.63º | 0.74% | 0.85% | - |
| XYZ | 43.36 | 43.05 | 9.9 | - |
| YUV | 170 | 64.23 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 57 | 0 | 0.23 | 0.74 | 0.15 | 41.63 | 0.68 | 0.54 |
| Hex | D9 | A8 | 39 | 0 | 17 | 4A | F | 2A | 44 | 36 |
| Octal | 331 | 250 | 71 | 0 | 27 | 112 | 17 | 52 | 104 | 66 |
| Binary | 11011001 | 10101000 | 111001 | 0 | 10111 | 1001010 | 1111 | 101010 | 1000100 | 110110 |
Color Harmonies of #D9A839
Complementary color
Monochromatic Colors of #D9A839
Black with #D9A839
Text Example
Text Example
White with #D9A839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A839; }
p { color: rgb(217,168,57); }
H1.HeaderClassName
{
color: #D9A839;
}
.AnyTagClassName
{
color: #D9A839;
}
</style>
background-color css
<style>
a { background-color: #D9A839; }
a { background-color: rgb(217,168,57); }
div.DivClassName
{
background-color: #D9A839;
}
.BgClassName
{
background-color: #D9A839;
}
</style>
border-color css
<style>
span { border-color: #D9A839; }
span { border-color: rgb(217,168,57); }
td.TdClassName
{
border-color: #D9A839;
}
.TagClassName
{
border-color: #D9A839;
}
</style>