Shades of Metallic Gold #D1AF31
Tints of Metallic Gold #D1AF31
RGB
CMYK
RGB Variations
Color information
#D1AF31 (or 0xD1AF31) is known color: Metallic Gold. HEX triplet: D1, AF and 31. RGB value is (209,175,49). Sum of RGB (Red+Green+Blue) = 209+175+49=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 49 (19.53% from 255 or 11.32% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AF31 is #2E50CE. Grayscale: #ABABAB. Windows color (decimal): -3035343 or 3256273. OLE color: 3256273.
HSL color Cylindrical-coordinate representation of color #D1AF31: hue angle of 47.25º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1AF31 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 49 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.18 |
| HSL | 47.25º | 0.63% | 0.51% | - |
| HSV(B) | 47.25º | 0.77% | 0.82% | - |
| XYZ | 42.18 | 44.44 | 9.26 | - |
| YUV | 170.8 | 59.26 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 49 | 0 | 0.16 | 0.77 | 0.18 | 47.25 | 0.63 | 0.51 |
| Hex | D1 | AF | 31 | 0 | 10 | 4D | 12 | 2F | 3F | 33 |
| Octal | 321 | 257 | 61 | 0 | 20 | 115 | 22 | 57 | 77 | 63 |
| Binary | 11010001 | 10101111 | 110001 | 0 | 10000 | 1001101 | 10010 | 101111 | 111111 | 110011 |
Color Harmonies of #D1AF31
Complementary color
Monochromatic Colors of #D1AF31
Black with #D1AF31
Text Example
Text Example
White with #D1AF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AF31; }
p { color: rgb(209,175,49); }
H1.HeaderClassName
{
color: #D1AF31;
}
.AnyTagClassName
{
color: #D1AF31;
}
</style>
background-color css
<style>
a { background-color: #D1AF31; }
a { background-color: rgb(209,175,49); }
div.DivClassName
{
background-color: #D1AF31;
}
.BgClassName
{
background-color: #D1AF31;
}
</style>
border-color css
<style>
span { border-color: #D1AF31; }
span { border-color: rgb(209,175,49); }
td.TdClassName
{
border-color: #D1AF31;
}
.TagClassName
{
border-color: #D1AF31;
}
</style>