Shades of Metallic Gold #D9AD2F
Tints of Metallic Gold #D9AD2F
RGB
CMYK
RGB Variations
Color information
#D9AD2F (or 0xD9AD2F) is known color: Metallic Gold. HEX triplet: D9, AD and 2F. RGB value is (217,173,47). Sum of RGB (Red+Green+Blue) = 217+173+47=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 47 (18.75% from 255 or 10.76% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AD2F is #2652D0. Grayscale: #ACACAC. Windows color (decimal): -2511569 or 3124697. OLE color: 3124697.
HSL color Cylindrical-coordinate representation of color #D9AD2F: hue angle of 44.47º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9AD2F is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 47 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.15 |
| HSL | 44.47º | 0.69% | 0.52% | - |
| HSV(B) | 44.47º | 0.78% | 0.85% | - |
| XYZ | 44.07 | 44.84 | 9.02 | - |
| YUV | 171.79 | 57.58 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 47 | 0 | 0.20 | 0.78 | 0.15 | 44.47 | 0.69 | 0.52 |
| Hex | D9 | AD | 2F | 0 | 14 | 4E | F | 2C | 45 | 34 |
| Octal | 331 | 255 | 57 | 0 | 24 | 116 | 17 | 54 | 105 | 64 |
| Binary | 11011001 | 10101101 | 101111 | 0 | 10100 | 1001110 | 1111 | 101100 | 1000101 | 110100 |
Color Harmonies of #D9AD2F
Complementary color
Monochromatic Colors of #D9AD2F
Black with #D9AD2F
Text Example
Text Example
White with #D9AD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD2F; }
p { color: rgb(217,173,47); }
H1.HeaderClassName
{
color: #D9AD2F;
}
.AnyTagClassName
{
color: #D9AD2F;
}
</style>
background-color css
<style>
a { background-color: #D9AD2F; }
a { background-color: rgb(217,173,47); }
div.DivClassName
{
background-color: #D9AD2F;
}
.BgClassName
{
background-color: #D9AD2F;
}
</style>
border-color css
<style>
span { border-color: #D9AD2F; }
span { border-color: rgb(217,173,47); }
td.TdClassName
{
border-color: #D9AD2F;
}
.TagClassName
{
border-color: #D9AD2F;
}
</style>