Shades of Metallic Gold #D8AD34
Tints of Metallic Gold #D8AD34
RGB
CMYK
RGB Variations
Color information
#D8AD34 (or 0xD8AD34) is known color: Metallic Gold. HEX triplet: D8, AD and 34. RGB value is (216,173,52). Sum of RGB (Red+Green+Blue) = 216+173+52=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 52 (20.70% from 255 or 11.79% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AD34 is #2752CB. Grayscale: #ACACAC. Windows color (decimal): -2577100 or 3452376. OLE color: 3452376.
HSL color Cylindrical-coordinate representation of color #D8AD34: hue angle of 44.27º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8AD34 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 173 | 52 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.15 |
| HSL | 44.27º | 0.68% | 0.53% | - |
| HSV(B) | 44.27º | 0.76% | 0.85% | - |
| XYZ | 43.88 | 44.73 | 9.57 | - |
| YUV | 172.06 | 60.25 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 52 | 0 | 0.20 | 0.76 | 0.15 | 44.27 | 0.68 | 0.53 |
| Hex | D8 | AD | 34 | 0 | 14 | 4C | F | 2C | 44 | 35 |
| Octal | 330 | 255 | 64 | 0 | 24 | 114 | 17 | 54 | 104 | 65 |
| Binary | 11011000 | 10101101 | 110100 | 0 | 10100 | 1001100 | 1111 | 101100 | 1000100 | 110101 |
Color Harmonies of #D8AD34
Complementary color
Monochromatic Colors of #D8AD34
Black with #D8AD34
Text Example
Text Example
White with #D8AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AD34; }
p { color: rgb(216,173,52); }
H1.HeaderClassName
{
color: #D8AD34;
}
.AnyTagClassName
{
color: #D8AD34;
}
</style>
background-color css
<style>
a { background-color: #D8AD34; }
a { background-color: rgb(216,173,52); }
div.DivClassName
{
background-color: #D8AD34;
}
.BgClassName
{
background-color: #D8AD34;
}
</style>
border-color css
<style>
span { border-color: #D8AD34; }
span { border-color: rgb(216,173,52); }
td.TdClassName
{
border-color: #D8AD34;
}
.TagClassName
{
border-color: #D8AD34;
}
</style>