Shades of Metallic Gold #D8AC30
Tints of Metallic Gold #D8AC30
RGB
CMYK
RGB Variations
Color information
#D8AC30 (or 0xD8AC30) is known color: Metallic Gold. HEX triplet: D8, AC and 30. RGB value is (216,172,48). Sum of RGB (Red+Green+Blue) = 216+172+48=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AC30 is #2753CF. Grayscale: #ABABAB. Windows color (decimal): -2577360 or 3189976. OLE color: 3189976.
HSL color Cylindrical-coordinate representation of color #D8AC30: hue angle of 44.29º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D8AC30 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 48 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.15 |
| HSL | 44.29º | 0.68% | 0.52% | - |
| HSV(B) | 44.29º | 0.78% | 0.85% | - |
| XYZ | 43.6 | 44.32 | 9.05 | - |
| YUV | 171.02 | 58.58 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 48 | 0 | 0.20 | 0.78 | 0.15 | 44.29 | 0.68 | 0.52 |
| Hex | D8 | AC | 30 | 0 | 14 | 4E | F | 2C | 44 | 34 |
| Octal | 330 | 254 | 60 | 0 | 24 | 116 | 17 | 54 | 104 | 64 |
| Binary | 11011000 | 10101100 | 110000 | 0 | 10100 | 1001110 | 1111 | 101100 | 1000100 | 110100 |
Color Harmonies of #D8AC30
Complementary color
Monochromatic Colors of #D8AC30
Black with #D8AC30
Text Example
Text Example
White with #D8AC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AC30; }
p { color: rgb(216,172,48); }
H1.HeaderClassName
{
color: #D8AC30;
}
.AnyTagClassName
{
color: #D8AC30;
}
</style>
background-color css
<style>
a { background-color: #D8AC30; }
a { background-color: rgb(216,172,48); }
div.DivClassName
{
background-color: #D8AC30;
}
.BgClassName
{
background-color: #D8AC30;
}
</style>
border-color css
<style>
span { border-color: #D8AC30; }
span { border-color: rgb(216,172,48); }
td.TdClassName
{
border-color: #D8AC30;
}
.TagClassName
{
border-color: #D8AC30;
}
</style>