Shades of Metallic Gold #D8AB3C
Tints of Metallic Gold #D8AB3C
RGB
CMYK
RGB Variations
Color information
#D8AB3C (or 0xD8AB3C) is known color: Metallic Gold. HEX triplet: D8, AB and 3C. RGB value is (216,171,60). Sum of RGB (Red+Green+Blue) = 216+171+60=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AB3C is #2754C3. Grayscale: #ACACAC. Windows color (decimal): -2577604 or 3976152. OLE color: 3976152.
HSL color Cylindrical-coordinate representation of color #D8AB3C: hue angle of 42.69º 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 #D8AB3C is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 60 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.15 |
| HSL | 42.69º | 0.67% | 0.54% | - |
| HSV(B) | 42.69º | 0.72% | 0.85% | - |
| XYZ | 43.7 | 44.05 | 10.47 | - |
| YUV | 171.8 | 64.91 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 60 | 0 | 0.21 | 0.72 | 0.15 | 42.69 | 0.67 | 0.54 |
| Hex | D8 | AB | 3C | 0 | 15 | 48 | F | 2B | 43 | 36 |
| Octal | 330 | 253 | 74 | 0 | 25 | 110 | 17 | 53 | 103 | 66 |
| Binary | 11011000 | 10101011 | 111100 | 0 | 10101 | 1001000 | 1111 | 101011 | 1000011 | 110110 |
Color Harmonies of #D8AB3C
Complementary color
Monochromatic Colors of #D8AB3C
Black with #D8AB3C
Text Example
Text Example
White with #D8AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB3C; }
p { color: rgb(216,171,60); }
H1.HeaderClassName
{
color: #D8AB3C;
}
.AnyTagClassName
{
color: #D8AB3C;
}
</style>
background-color css
<style>
a { background-color: #D8AB3C; }
a { background-color: rgb(216,171,60); }
div.DivClassName
{
background-color: #D8AB3C;
}
.BgClassName
{
background-color: #D8AB3C;
}
</style>
border-color css
<style>
span { border-color: #D8AB3C; }
span { border-color: rgb(216,171,60); }
td.TdClassName
{
border-color: #D8AB3C;
}
.TagClassName
{
border-color: #D8AB3C;
}
</style>