Shades of Metallic Gold #D6B131
Tints of Metallic Gold #D6B131
RGB
CMYK
RGB Variations
Color information
#D6B131 (or 0xD6B131) is known color: Metallic Gold. HEX triplet: D6, B1 and 31. RGB value is (214,177,49). Sum of RGB (Red+Green+Blue) = 214+177+49=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B131 is #294ECE. Grayscale: #AEAEAE. Windows color (decimal): -2707151 or 3256790. OLE color: 3256790.
HSL color Cylindrical-coordinate representation of color #D6B131: hue angle of 46.55º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D6B131 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 177 | 49 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.16 |
| HSL | 46.55º | 0.67% | 0.52% | - |
| HSV(B) | 46.55º | 0.77% | 0.84% | - |
| XYZ | 44.01 | 45.96 | 9.46 | - |
| YUV | 173.47 | 57.76 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 49 | 0 | 0.17 | 0.77 | 0.16 | 46.55 | 0.67 | 0.52 |
| Hex | D6 | B1 | 31 | 0 | 11 | 4D | 10 | 2F | 43 | 34 |
| Octal | 326 | 261 | 61 | 0 | 21 | 115 | 20 | 57 | 103 | 64 |
| Binary | 11010110 | 10110001 | 110001 | 0 | 10001 | 1001101 | 10000 | 101111 | 1000011 | 110100 |
Color Harmonies of #D6B131
Complementary color
Monochromatic Colors of #D6B131
Black with #D6B131
Text Example
Text Example
White with #D6B131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B131; }
p { color: rgb(214,177,49); }
H1.HeaderClassName
{
color: #D6B131;
}
.AnyTagClassName
{
color: #D6B131;
}
</style>
background-color css
<style>
a { background-color: #D6B131; }
a { background-color: rgb(214,177,49); }
div.DivClassName
{
background-color: #D6B131;
}
.BgClassName
{
background-color: #D6B131;
}
</style>
border-color css
<style>
span { border-color: #D6B131; }
span { border-color: rgb(214,177,49); }
td.TdClassName
{
border-color: #D6B131;
}
.TagClassName
{
border-color: #D6B131;
}
</style>