Shades of Metallic Gold #D9AD3E
Tints of Metallic Gold #D9AD3E
RGB
CMYK
RGB Variations
Color information
#D9AD3E (or 0xD9AD3E) is known color: Metallic Gold. HEX triplet: D9, AD and 3E. RGB value is (217,173,62). Sum of RGB (Red+Green+Blue) = 217+173+62=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 62 (24.61% from 255 or 13.72% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AD3E is #2652C1. Grayscale: #ADADAD. Windows color (decimal): -2511554 or 4107737. OLE color: 4107737.
HSL color Cylindrical-coordinate representation of color #D9AD3E: hue angle of 42.97º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9AD3E is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 62 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.15 |
| HSL | 42.97º | 0.67% | 0.55% | - |
| HSV(B) | 42.97º | 0.71% | 0.85% | - |
| XYZ | 44.43 | 44.99 | 10.9 | - |
| YUV | 173.5 | 65.08 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 62 | 0 | 0.20 | 0.71 | 0.15 | 42.97 | 0.67 | 0.55 |
| Hex | D9 | AD | 3E | 0 | 14 | 47 | F | 2B | 43 | 37 |
| Octal | 331 | 255 | 76 | 0 | 24 | 107 | 17 | 53 | 103 | 67 |
| Binary | 11011001 | 10101101 | 111110 | 0 | 10100 | 1000111 | 1111 | 101011 | 1000011 | 110111 |
Color Harmonies of #D9AD3E
Complementary color
Monochromatic Colors of #D9AD3E
Black with #D9AD3E
Text Example
Text Example
White with #D9AD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD3E; }
p { color: rgb(217,173,62); }
H1.HeaderClassName
{
color: #D9AD3E;
}
.AnyTagClassName
{
color: #D9AD3E;
}
</style>
background-color css
<style>
a { background-color: #D9AD3E; }
a { background-color: rgb(217,173,62); }
div.DivClassName
{
background-color: #D9AD3E;
}
.BgClassName
{
background-color: #D9AD3E;
}
</style>
border-color css
<style>
span { border-color: #D9AD3E; }
span { border-color: rgb(217,173,62); }
td.TdClassName
{
border-color: #D9AD3E;
}
.TagClassName
{
border-color: #D9AD3E;
}
</style>