Shades of Metallic Gold #D9A83A
Tints of Metallic Gold #D9A83A
RGB
CMYK
RGB Variations
Color information
#D9A83A (or 0xD9A83A) is known color: Metallic Gold. HEX triplet: D9, A8 and 3A. RGB value is (217,168,58). Sum of RGB (Red+Green+Blue) = 217+168+58=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A83A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A83A is #2657C5. Grayscale: #AAAAAA. Windows color (decimal): -2512838 or 3844313. OLE color: 3844313.
HSL color Cylindrical-coordinate representation of color #D9A83A: hue angle of 41.51º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9A83A is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 58 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.15 |
| HSL | 41.51º | 0.68% | 0.54% | - |
| HSV(B) | 41.51º | 0.73% | 0.85% | - |
| XYZ | 43.38 | 43.06 | 10.03 | - |
| YUV | 170.11 | 64.73 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 58 | 0 | 0.23 | 0.73 | 0.15 | 41.51 | 0.68 | 0.54 |
| Hex | D9 | A8 | 3A | 0 | 17 | 49 | F | 2A | 44 | 36 |
| Octal | 331 | 250 | 72 | 0 | 27 | 111 | 17 | 52 | 104 | 66 |
| Binary | 11011001 | 10101000 | 111010 | 0 | 10111 | 1001001 | 1111 | 101010 | 1000100 | 110110 |
Color Harmonies of #D9A83A
Complementary color
Monochromatic Colors of #D9A83A
Black with #D9A83A
Text Example
Text Example
White with #D9A83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A83A; }
p { color: rgb(217,168,58); }
H1.HeaderClassName
{
color: #D9A83A;
}
.AnyTagClassName
{
color: #D9A83A;
}
</style>
background-color css
<style>
a { background-color: #D9A83A; }
a { background-color: rgb(217,168,58); }
div.DivClassName
{
background-color: #D9A83A;
}
.BgClassName
{
background-color: #D9A83A;
}
</style>
border-color css
<style>
span { border-color: #D9A83A; }
span { border-color: rgb(217,168,58); }
td.TdClassName
{
border-color: #D9A83A;
}
.TagClassName
{
border-color: #D9A83A;
}
</style>