Shades of Metallic Gold #D8AB40
Tints of Metallic Gold #D8AB40
RGB
CMYK
RGB Variations
Color information
#D8AB40 (or 0xD8AB40) is known color: Metallic Gold. HEX triplet: D8, AB and 40. RGB value is (216,171,64). Sum of RGB (Red+Green+Blue) = 216+171+64=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AB40 is #2754BF. Grayscale: #ACACAC. Windows color (decimal): -2577600 or 4238296. OLE color: 4238296.
HSL color Cylindrical-coordinate representation of color #D8AB40: hue angle of 42.24º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8AB40 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 64 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.15 |
| HSL | 42.24º | 0.66% | 0.55% | - |
| HSV(B) | 42.24º | 0.7% | 0.85% | - |
| XYZ | 43.81 | 44.09 | 11.05 | - |
| YUV | 172.26 | 66.91 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 64 | 0 | 0.21 | 0.70 | 0.15 | 42.24 | 0.66 | 0.55 |
| Hex | D8 | AB | 40 | 0 | 15 | 46 | F | 2A | 42 | 37 |
| Octal | 330 | 253 | 100 | 0 | 25 | 106 | 17 | 52 | 102 | 67 |
| Binary | 11011000 | 10101011 | 1000000 | 0 | 10101 | 1000110 | 1111 | 101010 | 1000010 | 110111 |
Color Harmonies of #D8AB40
Complementary color
Monochromatic Colors of #D8AB40
Black with #D8AB40
Text Example
Text Example
White with #D8AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB40; }
p { color: rgb(216,171,64); }
H1.HeaderClassName
{
color: #D8AB40;
}
.AnyTagClassName
{
color: #D8AB40;
}
</style>
background-color css
<style>
a { background-color: #D8AB40; }
a { background-color: rgb(216,171,64); }
div.DivClassName
{
background-color: #D8AB40;
}
.BgClassName
{
background-color: #D8AB40;
}
</style>
border-color css
<style>
span { border-color: #D8AB40; }
span { border-color: rgb(216,171,64); }
td.TdClassName
{
border-color: #D8AB40;
}
.TagClassName
{
border-color: #D8AB40;
}
</style>