Shades of Metallic Gold #D9A632
Tints of Metallic Gold #D9A632
RGB
CMYK
RGB Variations
Color information
#D9A632 (or 0xD9A632) is known color: Metallic Gold. HEX triplet: D9, A6 and 32. RGB value is (217,166,50). Sum of RGB (Red+Green+Blue) = 217+166+50=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A632 is #2659CD. Grayscale: #A8A8A8. Windows color (decimal): -2513358 or 3319513. OLE color: 3319513.
HSL color Cylindrical-coordinate representation of color #D9A632: hue angle of 41.68º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9A632 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 166 | 50 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.15 |
| HSL | 41.68º | 0.69% | 0.52% | - |
| HSV(B) | 41.68º | 0.77% | 0.85% | - |
| XYZ | 42.83 | 42.25 | 8.92 | - |
| YUV | 168.03 | 61.4 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 50 | 0 | 0.24 | 0.77 | 0.15 | 41.68 | 0.69 | 0.52 |
| Hex | D9 | A6 | 32 | 0 | 18 | 4D | F | 2A | 45 | 34 |
| Octal | 331 | 246 | 62 | 0 | 30 | 115 | 17 | 52 | 105 | 64 |
| Binary | 11011001 | 10100110 | 110010 | 0 | 11000 | 1001101 | 1111 | 101010 | 1000101 | 110100 |
Color Harmonies of #D9A632
Complementary color
Monochromatic Colors of #D9A632
Black with #D9A632
Text Example
Text Example
White with #D9A632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A632; }
p { color: rgb(217,166,50); }
H1.HeaderClassName
{
color: #D9A632;
}
.AnyTagClassName
{
color: #D9A632;
}
</style>
background-color css
<style>
a { background-color: #D9A632; }
a { background-color: rgb(217,166,50); }
div.DivClassName
{
background-color: #D9A632;
}
.BgClassName
{
background-color: #D9A632;
}
</style>
border-color css
<style>
span { border-color: #D9A632; }
span { border-color: rgb(217,166,50); }
td.TdClassName
{
border-color: #D9A632;
}
.TagClassName
{
border-color: #D9A632;
}
</style>