Shades of Metallic Gold #D5AD3A
Tints of Metallic Gold #D5AD3A
RGB
CMYK
RGB Variations
Color information
#D5AD3A (or 0xD5AD3A) is known color: Metallic Gold. HEX triplet: D5, AD and 3A. RGB value is (213,173,58). Sum of RGB (Red+Green+Blue) = 213+173+58=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 58 (23.05% from 255 or 13.06% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AD3A is #2A52C5. Grayscale: #ACACAC. Windows color (decimal): -2773702 or 3845589. OLE color: 3845589.
HSL color Cylindrical-coordinate representation of color #D5AD3A: hue angle of 44.52º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5AD3A is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 58 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.16 |
| HSL | 44.52º | 0.65% | 0.53% | - |
| HSV(B) | 44.52º | 0.73% | 0.84% | - |
| XYZ | 43.15 | 44.34 | 10.29 | - |
| YUV | 171.85 | 63.75 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 58 | 0 | 0.19 | 0.73 | 0.16 | 44.52 | 0.65 | 0.53 |
| Hex | D5 | AD | 3A | 0 | 13 | 49 | 10 | 2D | 41 | 35 |
| Octal | 325 | 255 | 72 | 0 | 23 | 111 | 20 | 55 | 101 | 65 |
| Binary | 11010101 | 10101101 | 111010 | 0 | 10011 | 1001001 | 10000 | 101101 | 1000001 | 110101 |
Color Harmonies of #D5AD3A
Complementary color
Monochromatic Colors of #D5AD3A
Black with #D5AD3A
Text Example
Text Example
White with #D5AD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD3A; }
p { color: rgb(213,173,58); }
H1.HeaderClassName
{
color: #D5AD3A;
}
.AnyTagClassName
{
color: #D5AD3A;
}
</style>
background-color css
<style>
a { background-color: #D5AD3A; }
a { background-color: rgb(213,173,58); }
div.DivClassName
{
background-color: #D5AD3A;
}
.BgClassName
{
background-color: #D5AD3A;
}
</style>
border-color css
<style>
span { border-color: #D5AD3A; }
span { border-color: rgb(213,173,58); }
td.TdClassName
{
border-color: #D5AD3A;
}
.TagClassName
{
border-color: #D5AD3A;
}
</style>