Shades of Metallic Gold #D1AF38
Tints of Metallic Gold #D1AF38
RGB
CMYK
RGB Variations
Color information
#D1AF38 (or 0xD1AF38) is known color: Metallic Gold. HEX triplet: D1, AF and 38. RGB value is (209,175,56). Sum of RGB (Red+Green+Blue) = 209+175+56=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 56 (22.27% from 255 or 12.73% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AF38 is #2E50C7. Grayscale: #ACACAC. Windows color (decimal): -3035336 or 3715025. OLE color: 3715025.
HSL color Cylindrical-coordinate representation of color #D1AF38: hue angle of 46.67º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1AF38 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 56 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.18 |
| HSL | 46.67º | 0.62% | 0.52% | - |
| HSV(B) | 46.67º | 0.73% | 0.82% | - |
| XYZ | 42.34 | 44.5 | 10.1 | - |
| YUV | 171.6 | 62.76 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 56 | 0 | 0.16 | 0.73 | 0.18 | 46.67 | 0.62 | 0.52 |
| Hex | D1 | AF | 38 | 0 | 10 | 49 | 12 | 2F | 3E | 34 |
| Octal | 321 | 257 | 70 | 0 | 20 | 111 | 22 | 57 | 76 | 64 |
| Binary | 11010001 | 10101111 | 111000 | 0 | 10000 | 1001001 | 10010 | 101111 | 111110 | 110100 |
Color Harmonies of #D1AF38
Complementary color
Monochromatic Colors of #D1AF38
Black with #D1AF38
Text Example
Text Example
White with #D1AF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AF38; }
p { color: rgb(209,175,56); }
H1.HeaderClassName
{
color: #D1AF38;
}
.AnyTagClassName
{
color: #D1AF38;
}
</style>
background-color css
<style>
a { background-color: #D1AF38; }
a { background-color: rgb(209,175,56); }
div.DivClassName
{
background-color: #D1AF38;
}
.BgClassName
{
background-color: #D1AF38;
}
</style>
border-color css
<style>
span { border-color: #D1AF38; }
span { border-color: rgb(209,175,56); }
td.TdClassName
{
border-color: #D1AF38;
}
.TagClassName
{
border-color: #D1AF38;
}
</style>