Shades of Metallic Gold #D2B82B
Tints of Metallic Gold #D2B82B
RGB
CMYK
RGB Variations
Color information
#D2B82B (or 0xD2B82B) is known color: Metallic Gold. HEX triplet: D2, B8 and 2B. RGB value is (210,184,43). Sum of RGB (Red+Green+Blue) = 210+184+43=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 43 (17.19% from 255 or 9.84% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B82B is #2D47D4. Grayscale: #B0B0B0. Windows color (decimal): -2967509 or 2865362. OLE color: 2865362.
HSL color Cylindrical-coordinate representation of color #D2B82B: hue angle of 50.66º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2B82B is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 184 | 43 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.18 |
| HSL | 50.66º | 0.66% | 0.5% | - |
| HSV(B) | 50.66º | 0.8% | 0.82% | - |
| XYZ | 44.15 | 48.16 | 9.25 | - |
| YUV | 175.7 | 53.11 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 184 | 43 | 0 | 0.12 | 0.80 | 0.18 | 50.66 | 0.66 | 0.5 |
| Hex | D2 | B8 | 2B | 0 | C | 50 | 12 | 33 | 42 | 32 |
| Octal | 322 | 270 | 53 | 0 | 14 | 120 | 22 | 63 | 102 | 62 |
| Binary | 11010010 | 10111000 | 101011 | 0 | 1100 | 1010000 | 10010 | 110011 | 1000010 | 110010 |
Color Harmonies of #D2B82B
Complementary color
Monochromatic Colors of #D2B82B
Black with #D2B82B
Text Example
Text Example
White with #D2B82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B82B; }
p { color: rgb(210,184,43); }
H1.HeaderClassName
{
color: #D2B82B;
}
.AnyTagClassName
{
color: #D2B82B;
}
</style>
background-color css
<style>
a { background-color: #D2B82B; }
a { background-color: rgb(210,184,43); }
div.DivClassName
{
background-color: #D2B82B;
}
.BgClassName
{
background-color: #D2B82B;
}
</style>
border-color css
<style>
span { border-color: #D2B82B; }
span { border-color: rgb(210,184,43); }
td.TdClassName
{
border-color: #D2B82B;
}
.TagClassName
{
border-color: #D2B82B;
}
</style>