Shades of Metallic Gold #D8AC3C
Tints of Metallic Gold #D8AC3C
RGB
CMYK
RGB Variations
Color information
#D8AC3C (or 0xD8AC3C) is known color: Metallic Gold. HEX triplet: D8, AC and 3C. RGB value is (216,172,60). Sum of RGB (Red+Green+Blue) = 216+172+60=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 60 (23.83% from 255 or 13.39% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AC3C is #2753C3. Grayscale: #ACACAC. Windows color (decimal): -2577348 or 3976408. OLE color: 3976408.
HSL color Cylindrical-coordinate representation of color #D8AC3C: hue angle of 43.08º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8AC3C is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 60 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.15 |
| HSL | 43.08º | 0.67% | 0.54% | - |
| HSV(B) | 43.08º | 0.72% | 0.85% | - |
| XYZ | 43.89 | 44.43 | 10.54 | - |
| YUV | 172.39 | 64.58 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 60 | 0 | 0.20 | 0.72 | 0.15 | 43.08 | 0.67 | 0.54 |
| Hex | D8 | AC | 3C | 0 | 14 | 48 | F | 2B | 43 | 36 |
| Octal | 330 | 254 | 74 | 0 | 24 | 110 | 17 | 53 | 103 | 66 |
| Binary | 11011000 | 10101100 | 111100 | 0 | 10100 | 1001000 | 1111 | 101011 | 1000011 | 110110 |
Color Harmonies of #D8AC3C
Complementary color
Monochromatic Colors of #D8AC3C
Black with #D8AC3C
Text Example
Text Example
White with #D8AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AC3C; }
p { color: rgb(216,172,60); }
H1.HeaderClassName
{
color: #D8AC3C;
}
.AnyTagClassName
{
color: #D8AC3C;
}
</style>
background-color css
<style>
a { background-color: #D8AC3C; }
a { background-color: rgb(216,172,60); }
div.DivClassName
{
background-color: #D8AC3C;
}
.BgClassName
{
background-color: #D8AC3C;
}
</style>
border-color css
<style>
span { border-color: #D8AC3C; }
span { border-color: rgb(216,172,60); }
td.TdClassName
{
border-color: #D8AC3C;
}
.TagClassName
{
border-color: #D8AC3C;
}
</style>