Shades of Metallic Gold #D2B232
Tints of Metallic Gold #D2B232
RGB
CMYK
RGB Variations
Color information
#D2B232 (or 0xD2B232) is known color: Metallic Gold. HEX triplet: D2, B2 and 32. RGB value is (210,178,50). Sum of RGB (Red+Green+Blue) = 210+178+50=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2B232 is #2D4DCD. Grayscale: #ADADAD. Windows color (decimal): -2969038 or 3322578. OLE color: 3322578.
HSL color Cylindrical-coordinate representation of color #D2B232: hue angle of 48º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2B232 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 50 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.18 |
| HSL | 48º | 0.64% | 0.51% | - |
| HSV(B) | 48º | 0.76% | 0.82% | - |
| XYZ | 43.07 | 45.77 | 9.58 | - |
| YUV | 172.98 | 58.6 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 50 | 0 | 0.15 | 0.76 | 0.18 | 48 | 0.64 | 0.51 |
| Hex | D2 | B2 | 32 | 0 | F | 4C | 12 | 30 | 40 | 33 |
| Octal | 322 | 262 | 62 | 0 | 17 | 114 | 22 | 60 | 100 | 63 |
| Binary | 11010010 | 10110010 | 110010 | 0 | 1111 | 1001100 | 10010 | 110000 | 1000000 | 110011 |
Color Harmonies of #D2B232
Complementary color
Monochromatic Colors of #D2B232
Black with #D2B232
Text Example
Text Example
White with #D2B232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B232; }
p { color: rgb(210,178,50); }
H1.HeaderClassName
{
color: #D2B232;
}
.AnyTagClassName
{
color: #D2B232;
}
</style>
background-color css
<style>
a { background-color: #D2B232; }
a { background-color: rgb(210,178,50); }
div.DivClassName
{
background-color: #D2B232;
}
.BgClassName
{
background-color: #D2B232;
}
</style>
border-color css
<style>
span { border-color: #D2B232; }
span { border-color: rgb(210,178,50); }
td.TdClassName
{
border-color: #D2B232;
}
.TagClassName
{
border-color: #D2B232;
}
</style>