Shades of Metallic Gold #D9AF31
Tints of Metallic Gold #D9AF31
RGB
CMYK
RGB Variations
Color information
#D9AF31 (or 0xD9AF31) is known color: Metallic Gold. HEX triplet: D9, AF and 31. RGB value is (217,175,49). Sum of RGB (Red+Green+Blue) = 217+175+49=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AF31 is #2650CE. Grayscale: #ADADAD. Windows color (decimal): -2511055 or 3256281. OLE color: 3256281.
HSL color Cylindrical-coordinate representation of color #D9AF31: hue angle of 45º 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 #D9AF31 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 49 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.15 |
| HSL | 45º | 0.69% | 0.52% | - |
| HSV(B) | 45º | 0.77% | 0.85% | - |
| XYZ | 44.5 | 45.63 | 9.37 | - |
| YUV | 173.19 | 57.91 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 49 | 0 | 0.19 | 0.77 | 0.15 | 45 | 0.69 | 0.52 |
| Hex | D9 | AF | 31 | 0 | 13 | 4D | F | 2D | 45 | 34 |
| Octal | 331 | 257 | 61 | 0 | 23 | 115 | 17 | 55 | 105 | 64 |
| Binary | 11011001 | 10101111 | 110001 | 0 | 10011 | 1001101 | 1111 | 101101 | 1000101 | 110100 |
Color Harmonies of #D9AF31
Complementary color
Monochromatic Colors of #D9AF31
Black with #D9AF31
Text Example
Text Example
White with #D9AF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF31; }
p { color: rgb(217,175,49); }
H1.HeaderClassName
{
color: #D9AF31;
}
.AnyTagClassName
{
color: #D9AF31;
}
</style>
background-color css
<style>
a { background-color: #D9AF31; }
a { background-color: rgb(217,175,49); }
div.DivClassName
{
background-color: #D9AF31;
}
.BgClassName
{
background-color: #D9AF31;
}
</style>
border-color css
<style>
span { border-color: #D9AF31; }
span { border-color: rgb(217,175,49); }
td.TdClassName
{
border-color: #D9AF31;
}
.TagClassName
{
border-color: #D9AF31;
}
</style>