Shades of Old Gold #D6BA3D
Tints of Old Gold #D6BA3D
RGB
CMYK
RGB Variations
Color information
#D6BA3D (or 0xD6BA3D) is known color: Old Gold. HEX triplet: D6, BA and 3D. RGB value is (214,186,61). Sum of RGB (Red+Green+Blue) = 214+186+61=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 61 (24.22% from 255 or 13.23% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA3D is #2945C2. Grayscale: #B4B4B4. Windows color (decimal): -2704835 or 4045526. OLE color: 4045526.
HSL color Cylindrical-coordinate representation of color #D6BA3D: hue angle of 49.02º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6BA3D is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 61 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.16 |
| HSL | 49.02º | 0.65% | 0.54% | - |
| HSV(B) | 49.02º | 0.71% | 0.84% | - |
| XYZ | 46.13 | 49.75 | 11.59 | - |
| YUV | 180.12 | 60.78 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 61 | 0 | 0.13 | 0.71 | 0.16 | 49.02 | 0.65 | 0.54 |
| Hex | D6 | BA | 3D | 0 | D | 47 | 10 | 31 | 41 | 36 |
| Octal | 326 | 272 | 75 | 0 | 15 | 107 | 20 | 61 | 101 | 66 |
| Binary | 11010110 | 10111010 | 111101 | 0 | 1101 | 1000111 | 10000 | 110001 | 1000001 | 110110 |
Color Harmonies of #D6BA3D
Complementary color
Monochromatic Colors of #D6BA3D
Black with #D6BA3D
Text Example
Text Example
White with #D6BA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA3D; }
p { color: rgb(214,186,61); }
H1.HeaderClassName
{
color: #D6BA3D;
}
.AnyTagClassName
{
color: #D6BA3D;
}
</style>
background-color css
<style>
a { background-color: #D6BA3D; }
a { background-color: rgb(214,186,61); }
div.DivClassName
{
background-color: #D6BA3D;
}
.BgClassName
{
background-color: #D6BA3D;
}
</style>
border-color css
<style>
span { border-color: #D6BA3D; }
span { border-color: rgb(214,186,61); }
td.TdClassName
{
border-color: #D6BA3D;
}
.TagClassName
{
border-color: #D6BA3D;
}
</style>