Shades of Metallic Gold #D5AD31
Tints of Metallic Gold #D5AD31
RGB
CMYK
RGB Variations
Color information
#D5AD31 (or 0xD5AD31) is known color: Metallic Gold. HEX triplet: D5, AD and 31. RGB value is (213,173,49). Sum of RGB (Red+Green+Blue) = 213+173+49=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 49 (19.53% from 255 or 11.26% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AD31 is #2A52CE. Grayscale: #ABABAB. Windows color (decimal): -2773711 or 3255765. OLE color: 3255765.
HSL color Cylindrical-coordinate representation of color #D5AD31: hue angle of 45.37º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5AD31 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 49 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.16 |
| HSL | 45.37º | 0.66% | 0.51% | - |
| HSV(B) | 45.37º | 0.77% | 0.84% | - |
| XYZ | 42.94 | 44.26 | 9.18 | - |
| YUV | 170.82 | 59.25 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 49 | 0 | 0.19 | 0.77 | 0.16 | 45.37 | 0.66 | 0.51 |
| Hex | D5 | AD | 31 | 0 | 13 | 4D | 10 | 2D | 42 | 33 |
| Octal | 325 | 255 | 61 | 0 | 23 | 115 | 20 | 55 | 102 | 63 |
| Binary | 11010101 | 10101101 | 110001 | 0 | 10011 | 1001101 | 10000 | 101101 | 1000010 | 110011 |
Color Harmonies of #D5AD31
Complementary color
Monochromatic Colors of #D5AD31
Black with #D5AD31
Text Example
Text Example
White with #D5AD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD31; }
p { color: rgb(213,173,49); }
H1.HeaderClassName
{
color: #D5AD31;
}
.AnyTagClassName
{
color: #D5AD31;
}
</style>
background-color css
<style>
a { background-color: #D5AD31; }
a { background-color: rgb(213,173,49); }
div.DivClassName
{
background-color: #D5AD31;
}
.BgClassName
{
background-color: #D5AD31;
}
</style>
border-color css
<style>
span { border-color: #D5AD31; }
span { border-color: rgb(213,173,49); }
td.TdClassName
{
border-color: #D5AD31;
}
.TagClassName
{
border-color: #D5AD31;
}
</style>