Shades of Metallic Gold #D1B52D
Tints of Metallic Gold #D1B52D
RGB
CMYK
RGB Variations
Color information
#D1B52D (or 0xD1B52D) is known color: Metallic Gold. HEX triplet: D1, B5 and 2D. RGB value is (209,181,45). Sum of RGB (Red+Green+Blue) = 209+181+45=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B52D is #2E4AD2. Grayscale: #AEAEAE. Windows color (decimal): -3033811 or 2995665. OLE color: 2995665.
HSL color Cylindrical-coordinate representation of color #D1B52D: hue angle of 49.76º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1B52D is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 181 | 45 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.18 |
| HSL | 49.76º | 0.65% | 0.5% | - |
| HSV(B) | 49.76º | 0.78% | 0.82% | - |
| XYZ | 43.29 | 46.79 | 9.23 | - |
| YUV | 173.87 | 55.28 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 45 | 0 | 0.13 | 0.78 | 0.18 | 49.76 | 0.65 | 0.5 |
| Hex | D1 | B5 | 2D | 0 | D | 4E | 12 | 32 | 41 | 32 |
| Octal | 321 | 265 | 55 | 0 | 15 | 116 | 22 | 62 | 101 | 62 |
| Binary | 11010001 | 10110101 | 101101 | 0 | 1101 | 1001110 | 10010 | 110010 | 1000001 | 110010 |
Color Harmonies of #D1B52D
Complementary color
Monochromatic Colors of #D1B52D
Black with #D1B52D
Text Example
Text Example
White with #D1B52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B52D; }
p { color: rgb(209,181,45); }
H1.HeaderClassName
{
color: #D1B52D;
}
.AnyTagClassName
{
color: #D1B52D;
}
</style>
background-color css
<style>
a { background-color: #D1B52D; }
a { background-color: rgb(209,181,45); }
div.DivClassName
{
background-color: #D1B52D;
}
.BgClassName
{
background-color: #D1B52D;
}
</style>
border-color css
<style>
span { border-color: #D1B52D; }
span { border-color: rgb(209,181,45); }
td.TdClassName
{
border-color: #D1B52D;
}
.TagClassName
{
border-color: #D1B52D;
}
</style>