Shades of Metallic Gold #D2B12E
Tints of Metallic Gold #D2B12E
RGB
CMYK
RGB Variations
Color information
#D2B12E (or 0xD2B12E) is known color: Metallic Gold. HEX triplet: D2, B1 and 2E. RGB value is (210,177,46). Sum of RGB (Red+Green+Blue) = 210+177+46=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 46 (18.36% from 255 or 10.62% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2B12E is #2D4ED1. Grayscale: #ACACAC. Windows color (decimal): -2969298 or 3060178. OLE color: 3060178.
HSL color Cylindrical-coordinate representation of color #D2B12E: hue angle of 47.93º 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 #D2B12E is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 46 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.18 |
| HSL | 47.93º | 0.65% | 0.5% | - |
| HSV(B) | 47.93º | 0.78% | 0.82% | - |
| XYZ | 42.79 | 45.34 | 9.08 | - |
| YUV | 171.93 | 56.93 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 46 | 0 | 0.16 | 0.78 | 0.18 | 47.93 | 0.65 | 0.5 |
| Hex | D2 | B1 | 2E | 0 | 10 | 4E | 12 | 30 | 41 | 32 |
| Octal | 322 | 261 | 56 | 0 | 20 | 116 | 22 | 60 | 101 | 62 |
| Binary | 11010010 | 10110001 | 101110 | 0 | 10000 | 1001110 | 10010 | 110000 | 1000001 | 110010 |
Color Harmonies of #D2B12E
Complementary color
Monochromatic Colors of #D2B12E
Black with #D2B12E
Text Example
Text Example
White with #D2B12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B12E; }
p { color: rgb(210,177,46); }
H1.HeaderClassName
{
color: #D2B12E;
}
.AnyTagClassName
{
color: #D2B12E;
}
</style>
background-color css
<style>
a { background-color: #D2B12E; }
a { background-color: rgb(210,177,46); }
div.DivClassName
{
background-color: #D2B12E;
}
.BgClassName
{
background-color: #D2B12E;
}
</style>
border-color css
<style>
span { border-color: #D2B12E; }
span { border-color: rgb(210,177,46); }
td.TdClassName
{
border-color: #D2B12E;
}
.TagClassName
{
border-color: #D2B12E;
}
</style>