Shades of Metallic Gold #D5AD40
Tints of Metallic Gold #D5AD40
RGB
CMYK
RGB Variations
Color information
#D5AD40 (or 0xD5AD40) is known color: Metallic Gold. HEX triplet: D5, AD and 40. RGB value is (213,173,64). Sum of RGB (Red+Green+Blue) = 213+173+64=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AD40 is #2A52BF. Grayscale: #ADADAD. Windows color (decimal): -2773696 or 4238805. OLE color: 4238805.
HSL color Cylindrical-coordinate representation of color #D5AD40: hue angle of 43.89º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5AD40 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 64 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.16 |
| HSL | 43.89º | 0.64% | 0.54% | - |
| HSV(B) | 43.89º | 0.7% | 0.84% | - |
| XYZ | 43.31 | 44.4 | 11.14 | - |
| YUV | 172.53 | 66.75 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 64 | 0 | 0.19 | 0.70 | 0.16 | 43.89 | 0.64 | 0.54 |
| Hex | D5 | AD | 40 | 0 | 13 | 46 | 10 | 2C | 40 | 36 |
| Octal | 325 | 255 | 100 | 0 | 23 | 106 | 20 | 54 | 100 | 66 |
| Binary | 11010101 | 10101101 | 1000000 | 0 | 10011 | 1000110 | 10000 | 101100 | 1000000 | 110110 |
Color Harmonies of #D5AD40
Complementary color
Monochromatic Colors of #D5AD40
Black with #D5AD40
Text Example
Text Example
White with #D5AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD40; }
p { color: rgb(213,173,64); }
H1.HeaderClassName
{
color: #D5AD40;
}
.AnyTagClassName
{
color: #D5AD40;
}
</style>
background-color css
<style>
a { background-color: #D5AD40; }
a { background-color: rgb(213,173,64); }
div.DivClassName
{
background-color: #D5AD40;
}
.BgClassName
{
background-color: #D5AD40;
}
</style>
border-color css
<style>
span { border-color: #D5AD40; }
span { border-color: rgb(213,173,64); }
td.TdClassName
{
border-color: #D5AD40;
}
.TagClassName
{
border-color: #D5AD40;
}
</style>