Shades of Metallic Gold #D8AD31
Tints of Metallic Gold #D8AD31
RGB
CMYK
RGB Variations
Color information
#D8AD31 (or 0xD8AD31) is known color: Metallic Gold. HEX triplet: D8, AD and 31. RGB value is (216,173,49). Sum of RGB (Red+Green+Blue) = 216+173+49=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AD31 is #2752CE. Grayscale: #ACACAC. Windows color (decimal): -2577103 or 3255768. OLE color: 3255768.
HSL color Cylindrical-coordinate representation of color #D8AD31: hue angle of 44.55º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D8AD31 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 173 | 49 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.15 |
| HSL | 44.55º | 0.68% | 0.52% | - |
| HSV(B) | 44.55º | 0.77% | 0.85% | - |
| XYZ | 43.82 | 44.71 | 9.23 | - |
| YUV | 171.72 | 58.75 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 49 | 0 | 0.20 | 0.77 | 0.15 | 44.55 | 0.68 | 0.52 |
| Hex | D8 | AD | 31 | 0 | 14 | 4D | F | 2D | 44 | 34 |
| Octal | 330 | 255 | 61 | 0 | 24 | 115 | 17 | 55 | 104 | 64 |
| Binary | 11011000 | 10101101 | 110001 | 0 | 10100 | 1001101 | 1111 | 101101 | 1000100 | 110100 |
Color Harmonies of #D8AD31
Complementary color
Monochromatic Colors of #D8AD31
Black with #D8AD31
Text Example
Text Example
White with #D8AD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AD31; }
p { color: rgb(216,173,49); }
H1.HeaderClassName
{
color: #D8AD31;
}
.AnyTagClassName
{
color: #D8AD31;
}
</style>
background-color css
<style>
a { background-color: #D8AD31; }
a { background-color: rgb(216,173,49); }
div.DivClassName
{
background-color: #D8AD31;
}
.BgClassName
{
background-color: #D8AD31;
}
</style>
border-color css
<style>
span { border-color: #D8AD31; }
span { border-color: rgb(216,173,49); }
td.TdClassName
{
border-color: #D8AD31;
}
.TagClassName
{
border-color: #D8AD31;
}
</style>