Shades of Metallic Gold #D5AC47
Tints of Metallic Gold #D5AC47
RGB
CMYK
RGB Variations
Color information
#D5AC47 (or 0xD5AC47) is known color: Metallic Gold. HEX triplet: D5, AC and 47. RGB value is (213,172,71). Sum of RGB (Red+Green+Blue) = 213+172+71=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 71 (28.12% from 255 or 15.57% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AC47 is #2A53B8. Grayscale: #ADADAD. Windows color (decimal): -2773945 or 4697301. OLE color: 4697301.
HSL color Cylindrical-coordinate representation of color #D5AC47: hue angle of 42.68º 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 #D5AC47 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 172 | 71 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.16 |
| HSL | 42.68º | 0.63% | 0.56% | - |
| HSV(B) | 42.68º | 0.67% | 0.84% | - |
| XYZ | 43.33 | 44.11 | 12.19 | - |
| YUV | 172.75 | 70.58 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 172 | 71 | 0 | 0.19 | 0.67 | 0.16 | 42.68 | 0.63 | 0.56 |
| Hex | D5 | AC | 47 | 0 | 13 | 43 | 10 | 2B | 3F | 38 |
| Octal | 325 | 254 | 107 | 0 | 23 | 103 | 20 | 53 | 77 | 70 |
| Binary | 11010101 | 10101100 | 1000111 | 0 | 10011 | 1000011 | 10000 | 101011 | 111111 | 111000 |
Color Harmonies of #D5AC47
Complementary color
Monochromatic Colors of #D5AC47
Black with #D5AC47
Text Example
Text Example
White with #D5AC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AC47; }
p { color: rgb(213,172,71); }
H1.HeaderClassName
{
color: #D5AC47;
}
.AnyTagClassName
{
color: #D5AC47;
}
</style>
background-color css
<style>
a { background-color: #D5AC47; }
a { background-color: rgb(213,172,71); }
div.DivClassName
{
background-color: #D5AC47;
}
.BgClassName
{
background-color: #D5AC47;
}
</style>
border-color css
<style>
span { border-color: #D5AC47; }
span { border-color: rgb(213,172,71); }
td.TdClassName
{
border-color: #D5AC47;
}
.TagClassName
{
border-color: #D5AC47;
}
</style>