Shades of Metallic Gold #D2B231
Tints of Metallic Gold #D2B231
RGB
CMYK
RGB Variations
Color information
#D2B231 (or 0xD2B231) is known color: Metallic Gold. HEX triplet: D2, B2 and 31. RGB value is (210,178,49). Sum of RGB (Red+Green+Blue) = 210+178+49=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 49 (19.53% from 255 or 11.21% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2B231 is #2D4DCE. Grayscale: #ADADAD. Windows color (decimal): -2969039 or 3257042. OLE color: 3257042.
HSL color Cylindrical-coordinate representation of color #D2B231: hue angle of 48.07º 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 #D2B231 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 49 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.18 |
| HSL | 48.07º | 0.64% | 0.51% | - |
| HSV(B) | 48.07º | 0.77% | 0.82% | - |
| XYZ | 43.05 | 45.76 | 9.47 | - |
| YUV | 172.86 | 58.1 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 49 | 0 | 0.15 | 0.77 | 0.18 | 48.07 | 0.64 | 0.51 |
| Hex | D2 | B2 | 31 | 0 | F | 4D | 12 | 30 | 40 | 33 |
| Octal | 322 | 262 | 61 | 0 | 17 | 115 | 22 | 60 | 100 | 63 |
| Binary | 11010010 | 10110010 | 110001 | 0 | 1111 | 1001101 | 10010 | 110000 | 1000000 | 110011 |
Color Harmonies of #D2B231
Complementary color
Monochromatic Colors of #D2B231
Black with #D2B231
Text Example
Text Example
White with #D2B231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B231; }
p { color: rgb(210,178,49); }
H1.HeaderClassName
{
color: #D2B231;
}
.AnyTagClassName
{
color: #D2B231;
}
</style>
background-color css
<style>
a { background-color: #D2B231; }
a { background-color: rgb(210,178,49); }
div.DivClassName
{
background-color: #D2B231;
}
.BgClassName
{
background-color: #D2B231;
}
</style>
border-color css
<style>
span { border-color: #D2B231; }
span { border-color: rgb(210,178,49); }
td.TdClassName
{
border-color: #D2B231;
}
.TagClassName
{
border-color: #D2B231;
}
</style>