Shades of Metallic Gold #D8A634
Tints of Metallic Gold #D8A634
RGB
CMYK
RGB Variations
Color information
#D8A634 (or 0xD8A634) is known color: Metallic Gold. HEX triplet: D8, A6 and 34. RGB value is (216,166,52). Sum of RGB (Red+Green+Blue) = 216+166+52=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 52 (20.70% from 255 or 11.98% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A634 is #2759CB. Grayscale: #A8A8A8. Windows color (decimal): -2578892 or 3450584. OLE color: 3450584.
HSL color Cylindrical-coordinate representation of color #D8A634: hue angle of 41.71º 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 #D8A634 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 166 | 52 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.15 |
| HSL | 41.71º | 0.68% | 0.53% | - |
| HSV(B) | 41.71º | 0.76% | 0.85% | - |
| XYZ | 42.57 | 42.12 | 9.13 | - |
| YUV | 167.95 | 62.57 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 166 | 52 | 0 | 0.23 | 0.76 | 0.15 | 41.71 | 0.68 | 0.53 |
| Hex | D8 | A6 | 34 | 0 | 17 | 4C | F | 2A | 44 | 35 |
| Octal | 330 | 246 | 64 | 0 | 27 | 114 | 17 | 52 | 104 | 65 |
| Binary | 11011000 | 10100110 | 110100 | 0 | 10111 | 1001100 | 1111 | 101010 | 1000100 | 110101 |
Color Harmonies of #D8A634
Complementary color
Monochromatic Colors of #D8A634
Black with #D8A634
Text Example
Text Example
White with #D8A634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A634; }
p { color: rgb(216,166,52); }
H1.HeaderClassName
{
color: #D8A634;
}
.AnyTagClassName
{
color: #D8A634;
}
</style>
background-color css
<style>
a { background-color: #D8A634; }
a { background-color: rgb(216,166,52); }
div.DivClassName
{
background-color: #D8A634;
}
.BgClassName
{
background-color: #D8A634;
}
</style>
border-color css
<style>
span { border-color: #D8A634; }
span { border-color: rgb(216,166,52); }
td.TdClassName
{
border-color: #D8A634;
}
.TagClassName
{
border-color: #D8A634;
}
</style>