Shades of Metallic Gold #D2B331
Tints of Metallic Gold #D2B331
RGB
CMYK
RGB Variations
Color information
#D2B331 (or 0xD2B331) is known color: Metallic Gold. HEX triplet: D2, B3 and 31. RGB value is (210,179,49). Sum of RGB (Red+Green+Blue) = 210+179+49=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B331 is #2D4CCE. Grayscale: #AEAEAE. Windows color (decimal): -2968783 or 3257298. OLE color: 3257298.
HSL color Cylindrical-coordinate representation of color #D2B331: hue angle of 48.45º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2B331 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 49 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.18 |
| HSL | 48.45º | 0.64% | 0.51% | - |
| HSV(B) | 48.45º | 0.77% | 0.82% | - |
| XYZ | 43.25 | 46.16 | 9.54 | - |
| YUV | 173.45 | 57.77 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 49 | 0 | 0.15 | 0.77 | 0.18 | 48.45 | 0.64 | 0.51 |
| Hex | D2 | B3 | 31 | 0 | F | 4D | 12 | 30 | 40 | 33 |
| Octal | 322 | 263 | 61 | 0 | 17 | 115 | 22 | 60 | 100 | 63 |
| Binary | 11010010 | 10110011 | 110001 | 0 | 1111 | 1001101 | 10010 | 110000 | 1000000 | 110011 |
Color Harmonies of #D2B331
Complementary color
Monochromatic Colors of #D2B331
Black with #D2B331
Text Example
Text Example
White with #D2B331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B331; }
p { color: rgb(210,179,49); }
H1.HeaderClassName
{
color: #D2B331;
}
.AnyTagClassName
{
color: #D2B331;
}
</style>
background-color css
<style>
a { background-color: #D2B331; }
a { background-color: rgb(210,179,49); }
div.DivClassName
{
background-color: #D2B331;
}
.BgClassName
{
background-color: #D2B331;
}
</style>
border-color css
<style>
span { border-color: #D2B331; }
span { border-color: rgb(210,179,49); }
td.TdClassName
{
border-color: #D2B331;
}
.TagClassName
{
border-color: #D2B331;
}
</style>