Shades of Metallic Gold #D1AF2A
Tints of Metallic Gold #D1AF2A
RGB
CMYK
RGB Variations
Color information
#D1AF2A (or 0xD1AF2A) is known color: Metallic Gold. HEX triplet: D1, AF and 2A. RGB value is (209,175,42). Sum of RGB (Red+Green+Blue) = 209+175+42=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AF2A is #2E50D5. Grayscale: #AAAAAA. Windows color (decimal): -3035350 or 2797521. OLE color: 2797521.
HSL color Cylindrical-coordinate representation of color #D1AF2A: hue angle of 47.78º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1AF2A is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 42 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.18 |
| HSL | 47.78º | 0.67% | 0.49% | - |
| HSV(B) | 47.78º | 0.8% | 0.82% | - |
| XYZ | 42.04 | 44.38 | 8.54 | - |
| YUV | 170 | 55.76 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 42 | 0 | 0.16 | 0.80 | 0.18 | 47.78 | 0.67 | 0.49 |
| Hex | D1 | AF | 2A | 0 | 10 | 50 | 12 | 30 | 43 | 31 |
| Octal | 321 | 257 | 52 | 0 | 20 | 120 | 22 | 60 | 103 | 61 |
| Binary | 11010001 | 10101111 | 101010 | 0 | 10000 | 1010000 | 10010 | 110000 | 1000011 | 110001 |
Color Harmonies of #D1AF2A
Complementary color
Monochromatic Colors of #D1AF2A
Black with #D1AF2A
Text Example
Text Example
White with #D1AF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AF2A; }
p { color: rgb(209,175,42); }
H1.HeaderClassName
{
color: #D1AF2A;
}
.AnyTagClassName
{
color: #D1AF2A;
}
</style>
background-color css
<style>
a { background-color: #D1AF2A; }
a { background-color: rgb(209,175,42); }
div.DivClassName
{
background-color: #D1AF2A;
}
.BgClassName
{
background-color: #D1AF2A;
}
</style>
border-color css
<style>
span { border-color: #D1AF2A; }
span { border-color: rgb(209,175,42); }
td.TdClassName
{
border-color: #D1AF2A;
}
.TagClassName
{
border-color: #D1AF2A;
}
</style>