Shades of Metallic Gold #D3A92E
Tints of Metallic Gold #D3A92E
RGB
CMYK
RGB Variations
Color information
#D3A92E (or 0xD3A92E) is known color: Metallic Gold. HEX triplet: D3, A9 and 2E. RGB value is (211,169,46). Sum of RGB (Red+Green+Blue) = 211+169+46=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 46 (18.36% from 255 or 10.80% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A92E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A92E is #2C56D1. Grayscale: #A8A8A8. Windows color (decimal): -2905810 or 3058131. OLE color: 3058131.
HSL color Cylindrical-coordinate representation of color #D3A92E: hue angle of 44.73º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3A92E is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 169 | 46 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.17 |
| HSL | 44.73º | 0.65% | 0.5% | - |
| HSV(B) | 44.73º | 0.78% | 0.83% | - |
| XYZ | 41.55 | 42.42 | 8.58 | - |
| YUV | 167.54 | 59.41 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 169 | 46 | 0 | 0.20 | 0.78 | 0.17 | 44.73 | 0.65 | 0.5 |
| Hex | D3 | A9 | 2E | 0 | 14 | 4E | 11 | 2D | 41 | 32 |
| Octal | 323 | 251 | 56 | 0 | 24 | 116 | 21 | 55 | 101 | 62 |
| Binary | 11010011 | 10101001 | 101110 | 0 | 10100 | 1001110 | 10001 | 101101 | 1000001 | 110010 |
Color Harmonies of #D3A92E
Complementary color
Monochromatic Colors of #D3A92E
Black with #D3A92E
Text Example
Text Example
White with #D3A92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A92E; }
p { color: rgb(211,169,46); }
H1.HeaderClassName
{
color: #D3A92E;
}
.AnyTagClassName
{
color: #D3A92E;
}
</style>
background-color css
<style>
a { background-color: #D3A92E; }
a { background-color: rgb(211,169,46); }
div.DivClassName
{
background-color: #D3A92E;
}
.BgClassName
{
background-color: #D3A92E;
}
</style>
border-color css
<style>
span { border-color: #D3A92E; }
span { border-color: rgb(211,169,46); }
td.TdClassName
{
border-color: #D3A92E;
}
.TagClassName
{
border-color: #D3A92E;
}
</style>