Shades of Metallic Gold #D5AD32
Tints of Metallic Gold #D5AD32
RGB
CMYK
RGB Variations
Color information
#D5AD32 (or 0xD5AD32) is known color: Metallic Gold. HEX triplet: D5, AD and 32. RGB value is (213,173,50). Sum of RGB (Red+Green+Blue) = 213+173+50=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AD32 is #2A52CD. Grayscale: #ABABAB. Windows color (decimal): -2773710 or 3321301. OLE color: 3321301.
HSL color Cylindrical-coordinate representation of color #D5AD32: hue angle of 45.28º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5AD32 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 50 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.16 |
| HSL | 45.28º | 0.66% | 0.52% | - |
| HSV(B) | 45.28º | 0.77% | 0.84% | - |
| XYZ | 42.96 | 44.26 | 9.3 | - |
| YUV | 170.94 | 59.75 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 50 | 0 | 0.19 | 0.77 | 0.16 | 45.28 | 0.66 | 0.52 |
| Hex | D5 | AD | 32 | 0 | 13 | 4D | 10 | 2D | 42 | 34 |
| Octal | 325 | 255 | 62 | 0 | 23 | 115 | 20 | 55 | 102 | 64 |
| Binary | 11010101 | 10101101 | 110010 | 0 | 10011 | 1001101 | 10000 | 101101 | 1000010 | 110100 |
Color Harmonies of #D5AD32
Complementary color
Monochromatic Colors of #D5AD32
Black with #D5AD32
Text Example
Text Example
White with #D5AD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD32; }
p { color: rgb(213,173,50); }
H1.HeaderClassName
{
color: #D5AD32;
}
.AnyTagClassName
{
color: #D5AD32;
}
</style>
background-color css
<style>
a { background-color: #D5AD32; }
a { background-color: rgb(213,173,50); }
div.DivClassName
{
background-color: #D5AD32;
}
.BgClassName
{
background-color: #D5AD32;
}
</style>
border-color css
<style>
span { border-color: #D5AD32; }
span { border-color: rgb(213,173,50); }
td.TdClassName
{
border-color: #D5AD32;
}
.TagClassName
{
border-color: #D5AD32;
}
</style>