Shades of Metallic Gold #D3B040
Tints of Metallic Gold #D3B040
RGB
CMYK
RGB Variations
Color information
#D3B040 (or 0xD3B040) is known color: Metallic Gold. HEX triplet: D3, B0 and 40. RGB value is (211,176,64). Sum of RGB (Red+Green+Blue) = 211+176+64=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3B040 is #2C4FBF. Grayscale: #AEAEAE. Windows color (decimal): -2904000 or 4239571. OLE color: 4239571.
HSL color Cylindrical-coordinate representation of color #D3B040: hue angle of 45.71º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3B040 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 176 | 64 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.17 |
| HSL | 45.71º | 0.63% | 0.54% | - |
| HSV(B) | 45.71º | 0.7% | 0.83% | - |
| XYZ | 43.31 | 45.27 | 11.31 | - |
| YUV | 173.7 | 66.1 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 176 | 64 | 0 | 0.17 | 0.70 | 0.17 | 45.71 | 0.63 | 0.54 |
| Hex | D3 | B0 | 40 | 0 | 11 | 46 | 11 | 2E | 3F | 36 |
| Octal | 323 | 260 | 100 | 0 | 21 | 106 | 21 | 56 | 77 | 66 |
| Binary | 11010011 | 10110000 | 1000000 | 0 | 10001 | 1000110 | 10001 | 101110 | 111111 | 110110 |
Color Harmonies of #D3B040
Complementary color
Monochromatic Colors of #D3B040
Black with #D3B040
Text Example
Text Example
White with #D3B040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B040; }
p { color: rgb(211,176,64); }
H1.HeaderClassName
{
color: #D3B040;
}
.AnyTagClassName
{
color: #D3B040;
}
</style>
background-color css
<style>
a { background-color: #D3B040; }
a { background-color: rgb(211,176,64); }
div.DivClassName
{
background-color: #D3B040;
}
.BgClassName
{
background-color: #D3B040;
}
</style>
border-color css
<style>
span { border-color: #D3B040; }
span { border-color: rgb(211,176,64); }
td.TdClassName
{
border-color: #D3B040;
}
.TagClassName
{
border-color: #D3B040;
}
</style>