Shades of Metallic Gold #D6B92D
Tints of Metallic Gold #D6B92D
RGB
CMYK
RGB Variations
Color information
#D6B92D (or 0xD6B92D) is known color: Metallic Gold. HEX triplet: D6, B9 and 2D. RGB value is (214,185,45). Sum of RGB (Red+Green+Blue) = 214+185+45=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 45 (17.97% from 255 or 10.14% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B92D is #2946D2. Grayscale: #B2B2B2. Windows color (decimal): -2705107 or 2996694. OLE color: 2996694.
HSL color Cylindrical-coordinate representation of color #D6B92D: hue angle of 49.7º 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 #D6B92D is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 45 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.16 |
| HSL | 49.7º | 0.67% | 0.51% | - |
| HSV(B) | 49.7º | 0.79% | 0.84% | - |
| XYZ | 45.55 | 49.18 | 9.58 | - |
| YUV | 177.71 | 53.11 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 45 | 0 | 0.14 | 0.79 | 0.16 | 49.7 | 0.67 | 0.51 |
| Hex | D6 | B9 | 2D | 0 | E | 4F | 10 | 32 | 43 | 33 |
| Octal | 326 | 271 | 55 | 0 | 16 | 117 | 20 | 62 | 103 | 63 |
| Binary | 11010110 | 10111001 | 101101 | 0 | 1110 | 1001111 | 10000 | 110010 | 1000011 | 110011 |
Color Harmonies of #D6B92D
Complementary color
Monochromatic Colors of #D6B92D
Black with #D6B92D
Text Example
Text Example
White with #D6B92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B92D; }
p { color: rgb(214,185,45); }
H1.HeaderClassName
{
color: #D6B92D;
}
.AnyTagClassName
{
color: #D6B92D;
}
</style>
background-color css
<style>
a { background-color: #D6B92D; }
a { background-color: rgb(214,185,45); }
div.DivClassName
{
background-color: #D6B92D;
}
.BgClassName
{
background-color: #D6B92D;
}
</style>
border-color css
<style>
span { border-color: #D6B92D; }
span { border-color: rgb(214,185,45); }
td.TdClassName
{
border-color: #D6B92D;
}
.TagClassName
{
border-color: #D6B92D;
}
</style>