Shades of Metallic Gold #D9A633
Tints of Metallic Gold #D9A633
RGB
CMYK
RGB Variations
Color information
#D9A633 (or 0xD9A633) is known color: Metallic Gold. HEX triplet: D9, A6 and 33. RGB value is (217,166,51). Sum of RGB (Red+Green+Blue) = 217+166+51=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 51 (20.31% from 255 or 11.75% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A633 is #2659CC. Grayscale: #A8A8A8. Windows color (decimal): -2513357 or 3385049. OLE color: 3385049.
HSL color Cylindrical-coordinate representation of color #D9A633: hue angle of 41.57º degrees, saturation: 0.69, 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 #D9A633 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 166 | 51 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.15 |
| HSL | 41.57º | 0.69% | 0.53% | - |
| HSV(B) | 41.57º | 0.76% | 0.85% | - |
| XYZ | 42.85 | 42.26 | 9.03 | - |
| YUV | 168.14 | 61.9 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 51 | 0 | 0.24 | 0.76 | 0.15 | 41.57 | 0.69 | 0.53 |
| Hex | D9 | A6 | 33 | 0 | 18 | 4C | F | 2A | 45 | 35 |
| Octal | 331 | 246 | 63 | 0 | 30 | 114 | 17 | 52 | 105 | 65 |
| Binary | 11011001 | 10100110 | 110011 | 0 | 11000 | 1001100 | 1111 | 101010 | 1000101 | 110101 |
Color Harmonies of #D9A633
Complementary color
Monochromatic Colors of #D9A633
Black with #D9A633
Text Example
Text Example
White with #D9A633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A633; }
p { color: rgb(217,166,51); }
H1.HeaderClassName
{
color: #D9A633;
}
.AnyTagClassName
{
color: #D9A633;
}
</style>
background-color css
<style>
a { background-color: #D9A633; }
a { background-color: rgb(217,166,51); }
div.DivClassName
{
background-color: #D9A633;
}
.BgClassName
{
background-color: #D9A633;
}
</style>
border-color css
<style>
span { border-color: #D9A633; }
span { border-color: rgb(217,166,51); }
td.TdClassName
{
border-color: #D9A633;
}
.TagClassName
{
border-color: #D9A633;
}
</style>