Shades of Metallic Gold #D6B040
Tints of Metallic Gold #D6B040
RGB
CMYK
RGB Variations
Color information
#D6B040 (or 0xD6B040) is known color: Metallic Gold. HEX triplet: D6, B0 and 40. RGB value is (214,176,64). Sum of RGB (Red+Green+Blue) = 214+176+64=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B040 is #294FBF. Grayscale: #AFAFAF. Windows color (decimal): -2707392 or 4239574. OLE color: 4239574.
HSL color Cylindrical-coordinate representation of color #D6B040: hue angle of 44.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6B040 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 64 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.16 |
| HSL | 44.8º | 0.65% | 0.55% | - |
| HSV(B) | 44.8º | 0.7% | 0.84% | - |
| XYZ | 44.18 | 45.72 | 11.35 | - |
| YUV | 174.59 | 65.59 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 64 | 0 | 0.18 | 0.70 | 0.16 | 44.8 | 0.65 | 0.55 |
| Hex | D6 | B0 | 40 | 0 | 12 | 46 | 10 | 2D | 41 | 37 |
| Octal | 326 | 260 | 100 | 0 | 22 | 106 | 20 | 55 | 101 | 67 |
| Binary | 11010110 | 10110000 | 1000000 | 0 | 10010 | 1000110 | 10000 | 101101 | 1000001 | 110111 |
Color Harmonies of #D6B040
Complementary color
Monochromatic Colors of #D6B040
Black with #D6B040
Text Example
Text Example
White with #D6B040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B040; }
p { color: rgb(214,176,64); }
H1.HeaderClassName
{
color: #D6B040;
}
.AnyTagClassName
{
color: #D6B040;
}
</style>
background-color css
<style>
a { background-color: #D6B040; }
a { background-color: rgb(214,176,64); }
div.DivClassName
{
background-color: #D6B040;
}
.BgClassName
{
background-color: #D6B040;
}
</style>
border-color css
<style>
span { border-color: #D6B040; }
span { border-color: rgb(214,176,64); }
td.TdClassName
{
border-color: #D6B040;
}
.TagClassName
{
border-color: #D6B040;
}
</style>