Shades of Metallic Gold #D8AD3A
Tints of Metallic Gold #D8AD3A
RGB
CMYK
RGB Variations
Color information
#D8AD3A (or 0xD8AD3A) is known color: Metallic Gold. HEX triplet: D8, AD and 3A. RGB value is (216,173,58). Sum of RGB (Red+Green+Blue) = 216+173+58=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AD3A is #2752C5. Grayscale: #ADADAD. Windows color (decimal): -2577094 or 3845592. OLE color: 3845592.
HSL color Cylindrical-coordinate representation of color #D8AD3A: hue angle of 43.67º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8AD3A is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 173 | 58 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.15 |
| HSL | 43.67º | 0.67% | 0.54% | - |
| HSV(B) | 43.67º | 0.73% | 0.85% | - |
| XYZ | 44.03 | 44.79 | 10.33 | - |
| YUV | 172.75 | 63.25 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 58 | 0 | 0.20 | 0.73 | 0.15 | 43.67 | 0.67 | 0.54 |
| Hex | D8 | AD | 3A | 0 | 14 | 49 | F | 2C | 43 | 36 |
| Octal | 330 | 255 | 72 | 0 | 24 | 111 | 17 | 54 | 103 | 66 |
| Binary | 11011000 | 10101101 | 111010 | 0 | 10100 | 1001001 | 1111 | 101100 | 1000011 | 110110 |
Color Harmonies of #D8AD3A
Complementary color
Monochromatic Colors of #D8AD3A
Black with #D8AD3A
Text Example
Text Example
White with #D8AD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AD3A; }
p { color: rgb(216,173,58); }
H1.HeaderClassName
{
color: #D8AD3A;
}
.AnyTagClassName
{
color: #D8AD3A;
}
</style>
background-color css
<style>
a { background-color: #D8AD3A; }
a { background-color: rgb(216,173,58); }
div.DivClassName
{
background-color: #D8AD3A;
}
.BgClassName
{
background-color: #D8AD3A;
}
</style>
border-color css
<style>
span { border-color: #D8AD3A; }
span { border-color: rgb(216,173,58); }
td.TdClassName
{
border-color: #D8AD3A;
}
.TagClassName
{
border-color: #D8AD3A;
}
</style>