Shades of Old Gold #D6BA3B
Tints of Old Gold #D6BA3B
RGB
CMYK
RGB Variations
Color information
#D6BA3B (or 0xD6BA3B) is known color: Old Gold. HEX triplet: D6, BA and 3B. RGB value is (214,186,59). Sum of RGB (Red+Green+Blue) = 214+186+59=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 59 (23.44% from 255 or 12.85% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA3B is #2945C4. Grayscale: #B4B4B4. Windows color (decimal): -2704837 or 3914454. OLE color: 3914454.
HSL color Cylindrical-coordinate representation of color #D6BA3B: hue angle of 49.16º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6BA3B is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 59 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.16 |
| HSL | 49.16º | 0.65% | 0.54% | - |
| HSV(B) | 49.16º | 0.72% | 0.84% | - |
| XYZ | 46.08 | 49.73 | 11.31 | - |
| YUV | 179.89 | 59.78 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 59 | 0 | 0.13 | 0.72 | 0.16 | 49.16 | 0.65 | 0.54 |
| Hex | D6 | BA | 3B | 0 | D | 48 | 10 | 31 | 41 | 36 |
| Octal | 326 | 272 | 73 | 0 | 15 | 110 | 20 | 61 | 101 | 66 |
| Binary | 11010110 | 10111010 | 111011 | 0 | 1101 | 1001000 | 10000 | 110001 | 1000001 | 110110 |
Color Harmonies of #D6BA3B
Complementary color
Monochromatic Colors of #D6BA3B
Black with #D6BA3B
Text Example
Text Example
White with #D6BA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA3B; }
p { color: rgb(214,186,59); }
H1.HeaderClassName
{
color: #D6BA3B;
}
.AnyTagClassName
{
color: #D6BA3B;
}
</style>
background-color css
<style>
a { background-color: #D6BA3B; }
a { background-color: rgb(214,186,59); }
div.DivClassName
{
background-color: #D6BA3B;
}
.BgClassName
{
background-color: #D6BA3B;
}
</style>
border-color css
<style>
span { border-color: #D6BA3B; }
span { border-color: rgb(214,186,59); }
td.TdClassName
{
border-color: #D6BA3B;
}
.TagClassName
{
border-color: #D6BA3B;
}
</style>