Shades of Metallic Gold #D5AD47
Tints of Metallic Gold #D5AD47
RGB
CMYK
RGB Variations
Color information
#D5AD47 (or 0xD5AD47) is known color: Metallic Gold. HEX triplet: D5, AD and 47. RGB value is (213,173,71). Sum of RGB (Red+Green+Blue) = 213+173+71=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 71 (28.12% from 255 or 15.54% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AD47 is #2A52B8. Grayscale: #ADADAD. Windows color (decimal): -2773689 or 4697557. OLE color: 4697557.
HSL color Cylindrical-coordinate representation of color #D5AD47: hue angle of 43.1º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5AD47 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 71 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.16 |
| HSL | 43.1º | 0.63% | 0.56% | - |
| HSV(B) | 43.1º | 0.67% | 0.84% | - |
| XYZ | 43.52 | 44.49 | 12.25 | - |
| YUV | 173.33 | 70.25 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 71 | 0 | 0.19 | 0.67 | 0.16 | 43.1 | 0.63 | 0.56 |
| Hex | D5 | AD | 47 | 0 | 13 | 43 | 10 | 2B | 3F | 38 |
| Octal | 325 | 255 | 107 | 0 | 23 | 103 | 20 | 53 | 77 | 70 |
| Binary | 11010101 | 10101101 | 1000111 | 0 | 10011 | 1000011 | 10000 | 101011 | 111111 | 111000 |
Color Harmonies of #D5AD47
Complementary color
Monochromatic Colors of #D5AD47
Black with #D5AD47
Text Example
Text Example
White with #D5AD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD47; }
p { color: rgb(213,173,71); }
H1.HeaderClassName
{
color: #D5AD47;
}
.AnyTagClassName
{
color: #D5AD47;
}
</style>
background-color css
<style>
a { background-color: #D5AD47; }
a { background-color: rgb(213,173,71); }
div.DivClassName
{
background-color: #D5AD47;
}
.BgClassName
{
background-color: #D5AD47;
}
</style>
border-color css
<style>
span { border-color: #D5AD47; }
span { border-color: rgb(213,173,71); }
td.TdClassName
{
border-color: #D5AD47;
}
.TagClassName
{
border-color: #D5AD47;
}
</style>