Shades of Metallic Gold #D1AB34
Tints of Metallic Gold #D1AB34
RGB
CMYK
RGB Variations
Color information
#D1AB34 (or 0xD1AB34) is known color: Metallic Gold. HEX triplet: D1, AB and 34. RGB value is (209,171,52). Sum of RGB (Red+Green+Blue) = 209+171+52=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 52 (20.70% from 255 or 12.04% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AB34 is #2E54CB. Grayscale: #A9A9A9. Windows color (decimal): -3036364 or 3451857. OLE color: 3451857.
HSL color Cylindrical-coordinate representation of color #D1AB34: hue angle of 45.48º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1AB34 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 52 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.18 |
| HSL | 45.48º | 0.63% | 0.51% | - |
| HSV(B) | 45.48º | 0.75% | 0.82% | - |
| XYZ | 41.48 | 42.93 | 9.35 | - |
| YUV | 168.8 | 62.09 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 52 | 0 | 0.18 | 0.75 | 0.18 | 45.48 | 0.63 | 0.51 |
| Hex | D1 | AB | 34 | 0 | 12 | 4B | 12 | 2D | 3F | 33 |
| Octal | 321 | 253 | 64 | 0 | 22 | 113 | 22 | 55 | 77 | 63 |
| Binary | 11010001 | 10101011 | 110100 | 0 | 10010 | 1001011 | 10010 | 101101 | 111111 | 110011 |
Color Harmonies of #D1AB34
Complementary color
Monochromatic Colors of #D1AB34
Black with #D1AB34
Text Example
Text Example
White with #D1AB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AB34; }
p { color: rgb(209,171,52); }
H1.HeaderClassName
{
color: #D1AB34;
}
.AnyTagClassName
{
color: #D1AB34;
}
</style>
background-color css
<style>
a { background-color: #D1AB34; }
a { background-color: rgb(209,171,52); }
div.DivClassName
{
background-color: #D1AB34;
}
.BgClassName
{
background-color: #D1AB34;
}
</style>
border-color css
<style>
span { border-color: #D1AB34; }
span { border-color: rgb(209,171,52); }
td.TdClassName
{
border-color: #D1AB34;
}
.TagClassName
{
border-color: #D1AB34;
}
</style>