Shades of Metallic Gold #D9AD31
Tints of Metallic Gold #D9AD31
RGB
CMYK
RGB Variations
Color information
#D9AD31 (or 0xD9AD31) is known color: Metallic Gold. HEX triplet: D9, AD and 31. RGB value is (217,173,49). Sum of RGB (Red+Green+Blue) = 217+173+49=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AD31 is #2652CE. Grayscale: #ACACAC. Windows color (decimal): -2511567 or 3255769. OLE color: 3255769.
HSL color Cylindrical-coordinate representation of color #D9AD31: hue angle of 44.29º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9AD31 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 49 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.15 |
| HSL | 44.29º | 0.69% | 0.52% | - |
| HSV(B) | 44.29º | 0.77% | 0.85% | - |
| XYZ | 44.11 | 44.86 | 9.24 | - |
| YUV | 172.02 | 58.58 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 49 | 0 | 0.20 | 0.77 | 0.15 | 44.29 | 0.69 | 0.52 |
| Hex | D9 | AD | 31 | 0 | 14 | 4D | F | 2C | 45 | 34 |
| Octal | 331 | 255 | 61 | 0 | 24 | 115 | 17 | 54 | 105 | 64 |
| Binary | 11011001 | 10101101 | 110001 | 0 | 10100 | 1001101 | 1111 | 101100 | 1000101 | 110100 |
Color Harmonies of #D9AD31
Complementary color
Monochromatic Colors of #D9AD31
Black with #D9AD31
Text Example
Text Example
White with #D9AD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD31; }
p { color: rgb(217,173,49); }
H1.HeaderClassName
{
color: #D9AD31;
}
.AnyTagClassName
{
color: #D9AD31;
}
</style>
background-color css
<style>
a { background-color: #D9AD31; }
a { background-color: rgb(217,173,49); }
div.DivClassName
{
background-color: #D9AD31;
}
.BgClassName
{
background-color: #D9AD31;
}
</style>
border-color css
<style>
span { border-color: #D9AD31; }
span { border-color: rgb(217,173,49); }
td.TdClassName
{
border-color: #D9AD31;
}
.TagClassName
{
border-color: #D9AD31;
}
</style>