Shades of Metallic Gold #D9A532
Tints of Metallic Gold #D9A532
RGB
CMYK
RGB Variations
Color information
#D9A532 (or 0xD9A532) is known color: Metallic Gold. HEX triplet: D9, A5 and 32. RGB value is (217,165,50). Sum of RGB (Red+Green+Blue) = 217+165+50=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A532 is #265ACD. Grayscale: #A7A7A7. Windows color (decimal): -2513614 or 3319257. OLE color: 3319257.
HSL color Cylindrical-coordinate representation of color #D9A532: hue angle of 41.32º 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 #D9A532 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 165 | 50 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.15 |
| HSL | 41.32º | 0.69% | 0.52% | - |
| HSV(B) | 41.32º | 0.77% | 0.85% | - |
| XYZ | 42.65 | 41.89 | 8.86 | - |
| YUV | 167.44 | 61.73 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 165 | 50 | 0 | 0.24 | 0.77 | 0.15 | 41.32 | 0.69 | 0.52 |
| Hex | D9 | A5 | 32 | 0 | 18 | 4D | F | 29 | 45 | 34 |
| Octal | 331 | 245 | 62 | 0 | 30 | 115 | 17 | 51 | 105 | 64 |
| Binary | 11011001 | 10100101 | 110010 | 0 | 11000 | 1001101 | 1111 | 101001 | 1000101 | 110100 |
Color Harmonies of #D9A532
Complementary color
Monochromatic Colors of #D9A532
Black with #D9A532
Text Example
Text Example
White with #D9A532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A532; }
p { color: rgb(217,165,50); }
H1.HeaderClassName
{
color: #D9A532;
}
.AnyTagClassName
{
color: #D9A532;
}
</style>
background-color css
<style>
a { background-color: #D9A532; }
a { background-color: rgb(217,165,50); }
div.DivClassName
{
background-color: #D9A532;
}
.BgClassName
{
background-color: #D9A532;
}
</style>
border-color css
<style>
span { border-color: #D9A532; }
span { border-color: rgb(217,165,50); }
td.TdClassName
{
border-color: #D9A532;
}
.TagClassName
{
border-color: #D9A532;
}
</style>