Shades of Metallic Gold #D1AB37
Tints of Metallic Gold #D1AB37
RGB
CMYK
RGB Variations
Color information
#D1AB37 (or 0xD1AB37) is known color: Metallic Gold. HEX triplet: D1, AB and 37. RGB value is (209,171,55). Sum of RGB (Red+Green+Blue) = 209+171+55=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 55 (21.88% from 255 or 12.64% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AB37 is #2E54C8. Grayscale: #A9A9A9. Windows color (decimal): -3036361 or 3648465. OLE color: 3648465.
HSL color Cylindrical-coordinate representation of color #D1AB37: hue angle of 45.19º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1AB37 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 55 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.18 |
| HSL | 45.19º | 0.63% | 0.52% | - |
| HSV(B) | 45.19º | 0.74% | 0.82% | - |
| XYZ | 41.55 | 42.96 | 9.72 | - |
| YUV | 169.14 | 63.59 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 55 | 0 | 0.18 | 0.74 | 0.18 | 45.19 | 0.63 | 0.52 |
| Hex | D1 | AB | 37 | 0 | 12 | 4A | 12 | 2D | 3F | 34 |
| Octal | 321 | 253 | 67 | 0 | 22 | 112 | 22 | 55 | 77 | 64 |
| Binary | 11010001 | 10101011 | 110111 | 0 | 10010 | 1001010 | 10010 | 101101 | 111111 | 110100 |
Color Harmonies of #D1AB37
Complementary color
Monochromatic Colors of #D1AB37
Black with #D1AB37
Text Example
Text Example
White with #D1AB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AB37; }
p { color: rgb(209,171,55); }
H1.HeaderClassName
{
color: #D1AB37;
}
.AnyTagClassName
{
color: #D1AB37;
}
</style>
background-color css
<style>
a { background-color: #D1AB37; }
a { background-color: rgb(209,171,55); }
div.DivClassName
{
background-color: #D1AB37;
}
.BgClassName
{
background-color: #D1AB37;
}
</style>
border-color css
<style>
span { border-color: #D1AB37; }
span { border-color: rgb(209,171,55); }
td.TdClassName
{
border-color: #D1AB37;
}
.TagClassName
{
border-color: #D1AB37;
}
</style>