Shades of Metallic Gold #D8A73B
Tints of Metallic Gold #D8A73B
RGB
CMYK
RGB Variations
Color information
#D8A73B (or 0xD8A73B) is known color: Metallic Gold. HEX triplet: D8, A7 and 3B. RGB value is (216,167,59). Sum of RGB (Red+Green+Blue) = 216+167+59=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 59 (23.44% from 255 or 13.35% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A73B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A73B is #2758C4. Grayscale: #A9A9A9. Windows color (decimal): -2578629 or 3909592. OLE color: 3909592.
HSL color Cylindrical-coordinate representation of color #D8A73B: hue angle of 41.27º 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 #D8A73B is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 167 | 59 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.15 |
| HSL | 41.27º | 0.67% | 0.54% | - |
| HSV(B) | 41.27º | 0.73% | 0.85% | - |
| XYZ | 42.93 | 42.55 | 10.09 | - |
| YUV | 169.34 | 65.73 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 167 | 59 | 0 | 0.23 | 0.73 | 0.15 | 41.27 | 0.67 | 0.54 |
| Hex | D8 | A7 | 3B | 0 | 17 | 49 | F | 29 | 43 | 36 |
| Octal | 330 | 247 | 73 | 0 | 27 | 111 | 17 | 51 | 103 | 66 |
| Binary | 11011000 | 10100111 | 111011 | 0 | 10111 | 1001001 | 1111 | 101001 | 1000011 | 110110 |
Color Harmonies of #D8A73B
Complementary color
Monochromatic Colors of #D8A73B
Black with #D8A73B
Text Example
Text Example
White with #D8A73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A73B; }
p { color: rgb(216,167,59); }
H1.HeaderClassName
{
color: #D8A73B;
}
.AnyTagClassName
{
color: #D8A73B;
}
</style>
background-color css
<style>
a { background-color: #D8A73B; }
a { background-color: rgb(216,167,59); }
div.DivClassName
{
background-color: #D8A73B;
}
.BgClassName
{
background-color: #D8A73B;
}
</style>
border-color css
<style>
span { border-color: #D8A73B; }
span { border-color: rgb(216,167,59); }
td.TdClassName
{
border-color: #D8A73B;
}
.TagClassName
{
border-color: #D8A73B;
}
</style>