Shades of Metallic Gold #D6B92C
Tints of Metallic Gold #D6B92C
RGB
CMYK
RGB Variations
Color information
#D6B92C (or 0xD6B92C) is known color: Metallic Gold. HEX triplet: D6, B9 and 2C. RGB value is (214,185,44). Sum of RGB (Red+Green+Blue) = 214+185+44=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 44 (17.58% from 255 or 9.93% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B92C is #2946D3. Grayscale: #B2B2B2. Windows color (decimal): -2705108 or 2931158. OLE color: 2931158.
HSL color Cylindrical-coordinate representation of color #D6B92C: hue angle of 49.76º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6B92C is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 44 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.16 |
| HSL | 49.76º | 0.67% | 0.51% | - |
| HSV(B) | 49.76º | 0.79% | 0.84% | - |
| XYZ | 45.54 | 49.18 | 9.47 | - |
| YUV | 177.6 | 52.61 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 44 | 0 | 0.14 | 0.79 | 0.16 | 49.76 | 0.67 | 0.51 |
| Hex | D6 | B9 | 2C | 0 | E | 4F | 10 | 32 | 43 | 33 |
| Octal | 326 | 271 | 54 | 0 | 16 | 117 | 20 | 62 | 103 | 63 |
| Binary | 11010110 | 10111001 | 101100 | 0 | 1110 | 1001111 | 10000 | 110010 | 1000011 | 110011 |
Color Harmonies of #D6B92C
Complementary color
Monochromatic Colors of #D6B92C
Black with #D6B92C
Text Example
Text Example
White with #D6B92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B92C; }
p { color: rgb(214,185,44); }
H1.HeaderClassName
{
color: #D6B92C;
}
.AnyTagClassName
{
color: #D6B92C;
}
</style>
background-color css
<style>
a { background-color: #D6B92C; }
a { background-color: rgb(214,185,44); }
div.DivClassName
{
background-color: #D6B92C;
}
.BgClassName
{
background-color: #D6B92C;
}
</style>
border-color css
<style>
span { border-color: #D6B92C; }
span { border-color: rgb(214,185,44); }
td.TdClassName
{
border-color: #D6B92C;
}
.TagClassName
{
border-color: #D6B92C;
}
</style>